Re: [WiX-users] How to specify a envirorment variable dir

2006-11-30 Thread Bob Arnson
Jeff MacDuff wrote: ß in InstallUISequence Only It needs to be in InstallExecuteSequence. Also I looked in the wix help file and I don't see a "Formatted" as a topic ? Sorry, I didn't mention -- it's in the Windows SDK (and on MSDN Online), not WiX.chm. -- sig://boB http://bobs.

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-30 Thread Jeff MacDuff
November 30, 2006 9:59 AM To: Jeff MacDuff Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir Jeff MacDuff wrote: For the custom action I am using this: Leave off the trailing % sign. See "Formatted" in the SD

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-30 Thread Bob Arnson
Jeff MacDuff wrote: 2. For the custom action I am using this: Id="GetPublicPicturesFolder" Property="PublicPicturesDir" Value="[%public%]\Pictures" /> Leave off the trailing % sign. See "Formatted" in the SDK for the syntax details. The property id also needs to match the directo

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-30 Thread Jeff MacDuff
s.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir Oh that's it? S easy! From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 5:12 PM To: Jeff MacDuff Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-30 Thread Jeff MacDuff
Oh that's it? S easy! From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 5:12 PM To: Jeff MacDuff Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir Jeff MacDuff wrote: Sorry could you point me i

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-29 Thread Bob Arnson
Jeff MacDuff wrote: Sorry could you point me in the right direction.. never used type 51 ? You need to define the custom action: then schedule it: -- sig://boB http://bobs.org - Take Surveys. Earn Cash. Influen

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-29 Thread Jeff MacDuff
Sorry could you point me in the right direction.. never used type 51 ? From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 29, 2006 10:41 AM To: Jeff MacDuff Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir Jeff

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-29 Thread Bob Arnson
Jeff MacDuff wrote: I have some existing code that calls MsiSetProperty() ... couldn't I just call that, set a property, and then use that property with the MSI? No code is necessary. CustomAction/@Property,@Value creates a type 51 CA which does exactly what you need. -- sig://boB http:

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-29 Thread Jeff MacDuff
er 28, 2006 10:46 AM To: Jeff MacDuff Subject: Re: [WiX-users] How to specify a envirorment variable dir Jeff MacDuff wrote: Would you happen to have a sample I could build off of? Sorry, no. You might want to enlist in the WiX source tree; there are some additional samples in the examples

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-28 Thread Bob Arnson
Jeff MacDuff wrote: Does anyone else have a method to install to a directory that isn't a "named" directory? Surely I can somehow set the path based on environment variable? Is there a expand method within wix? Use a custom action. @Property/@Value formats the value so you can use [%

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-28 Thread Rob Hamflett
x? > > > > Thanks, > > JEff > > > > *From:* [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] *On Behalf Of *Jeff MacDuff > *Sent:* Monday, November 27, 2006 3:40 PM > *To:* Rob Mensching; Dana Gutride; wix-users@lists.sourceforge.net > *Subject:* Re: [WiX-us

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-28 Thread Jeff MacDuff
ff MacDuff Sent: Monday, November 27, 2006 3:40 PM To: Rob Mensching; Dana Gutride; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir Here is the log entry: MSI (c) (44:78) [13:58:30:775]: PROPERTY CHANGE: Modifying ALLUSERS property. Its curr

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
Sent: Monday, November 27, 2006 15:26 To: Rob Mensching; Dana Gutride; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir It should be per machine... is there a good way to tell? From: Rob Mensching Sent: Monday, November 27, 2006 3:24

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Rob Mensching
ers@lists.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir It should be per machine... is there a good way to tell? From: Rob Mensching Sent: Monday, November 27, 2006 3:24 PM To: Jeff MacDuff; Dana Gutride; wix-users@lists.sourceforge.net Subject: RE: [Wi

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
It should be per machine... is there a good way to tell? From: Rob Mensching Sent: Monday, November 27, 2006 3:24 PM To: Jeff MacDuff; Dana Gutride; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir Jeff, are you doing a per-machine or a

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Rob Mensching
Jeff, are you doing a per-machine or a per-user install? From: Jeff MacDuff Sent: Monday, November 27, 2006 15:14 To: Rob Mensching; Dana Gutride; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir Looks like Windows SDK: KnownFolders.h has the

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
users@lists.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir I've been considering the need to create a standard CustomAction to process all the new standard directories on Vista. It sounds like we'll need to do that. Jeff, do you have a pointer to the documentat

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
r 27, 2006 2:19 PM To: Jeff MacDuff; Rob Mensching; 'Dana Gutride'; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to specify a envirorment variable dir Is this not the place that MyPicturesFolder maps to if you're doing a per-machine insta

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Mike Dimmick
e.net Subject: Re: [WiX-users] How to specify a envirorment variable dir No I don't off the bat. but I know that users\public\pictures is one of em :-) I will send some offline email and see if I can dig it up. no promises. From: Rob Mensching Sent: Monday, November 27, 2006 2:10 P

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
t: RE: [WiX-users] How to specify a envirorment variable dir I've been considering the need to create a standard CustomAction to process all the new standard directories on Vista. It sounds like we'll need to do that. Jeff, do you have a pointer to the documentation that points

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Rob Mensching
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff Sent: Monday, November 27, 2006 14:04 To: Dana Gutride; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir Ok that worked, I now see all the propertys However there is no pro

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
er 27, 2006 1:56 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir Try specifying l*v instead of lv. Dana On 11/27/06, Jeff MacDuff <[EMAIL PROTECTED] > wrote: Ok I ran the verbose install like this: msiexec /i foo.msi /lv foo.tx

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Dana Gutride
lic) but it wasn't listed at all. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Dana Gutride *Sent:* Monday, November 27, 2006 1:16 PM *To:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] How to specify a envirorment variable dir My other idea: try a verbose

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
na Gutride Sent: Monday, November 27, 2006 1:16 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorment variable dir My other idea: try a verbose install on vista (my vista vm isn't running right now, or I'd try it for you). Take a look at the p

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Dana Gutride
another way to expand the > variable? > > > > *From:* [EMAIL PROTECTED] [mailto: > [EMAIL PROTECTED] *On Behalf Of *Dana Gutride > *Sent:* Monday, November 27, 2006 12:03 PM > *To:* wix-users@lists.sourceforge.net > *Subject:* Re: [WiX-users] How to specify a envirormen

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Dana Gutride
at all users inherit . Since it's not a "named" folder is there another way to expand the variable? *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Dana Gutride *Sent:* Monday, November 27, 2006 12:03 PM *To:* wix-users@lists.sourceforge.net *Subject:* Re: [W

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
Since it's not a "named" folder is there another way to expand the variable? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dana Gutride Sent: Monday, November 27, 2006 12:03 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to specify a envirorm

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Dana Gutride
*Jeff MacDuff *Sent:* Monday, November 27, 2006 7:22 AM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] How to specify a envirorment variable dir I need to install some sample content into the %public%\pictures folder on the target machine but I am unsure how to do this. How do I s

Re: [WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
Any help? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff Sent: Monday, November 27, 2006 7:22 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to specify a envirorment variable dir I need to install some sample content into the %public

[WiX-users] How to specify a envirorment variable dir

2006-11-27 Thread Jeff MacDuff
I need to install some sample content into the %public%\pictures folder on the target machine but I am unsure how to do this. How do I specify a environment variable path for a directory element? Thanks, Jeff - Take