Re: [WiX-users] Property from command line not working

2009-09-22 Thread Danielle k
veloper event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and > stay ahead of the curve. Join us from November 9-12, 2009. Register > now! http://p.sf.net/sfu/devconf > _

Re: [WiX-users] Property from command line not working

2009-09-22 Thread Khyati Mehta
In your command, you should specify INSTALLDIR and not TARGETDIR. I'm not sure what are you using, as you haven't mentioned anything. command: msiexec.exe /i "" INSTALLDIR="" On Mon, Sep 21, 2009 at 1:33 PM, Daniel Kubovsky wrote: > In my WIX source 2 properties are defined (both are path to fold

[WiX-users] Property from command line not working

2009-09-21 Thread Daniel Kubovsky
In my WIX source 2 properties are defined (both are path to folders) their default is directories I created in the wix. for example: WIXUI_INSTALLDIR . . from the definition you can see that the default value is c:\p