Re: [WiX-users] Error setting target through command line

2006-09-29 Thread Foster, Richard - PAL
rsday, September 28, 2006 19:33To: Jeff MacDuff; wix-users@lists.sourceforge.netSubject: Re: [WiX-users] Error setting target through command line Without seeing the code, I’d have to guess. But I think that private properties can’t be set or changed, only public. Public properties are always in all

Re: [WiX-users] Error setting target through command line

2006-09-28 Thread Matthew Janulewicz
PROTECTED] Sent: Thursday, September 28, 2006 4:26 PM To: Matthew Janulewicz; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Error setting target through command line   Ok so that worked, if I do that syntax with the “” I see in the log file where the targetdir get’s set… however it still

Re: [WiX-users] Error setting target through command line

2006-09-28 Thread Jeff MacDuff
one.   Is there a trick to making this work?     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Janulewicz Sent: Thursday, September 28, 2006 4:06 PM To: Jeff MacDuff; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Error setting target through command

Re: [WiX-users] Error setting target through command line

2006-09-28 Thread Matthew Janulewicz
Try this:   TARGETDIR=”c:\temp”   I can’t find any documentation to corroborate it, but all the auto-deployment scripts I have set public properties with quotes, even when there are no spaces or odd characters in it. I must have done that for some reason when I wrote them months and mon