Re: [WiX-users] allow user to specify a location

2009-02-25 Thread Anu Dev
Hi Specify the below property  Property Id=WIXUI_INSTALLDIR Value=TARGETDIR / Thank you Anu From: Naga Ram .C nagara...@symphony.cc To: wix-users@lists.sourceforge.net Sent: Tuesday, February 24, 2009 9:44:19 PM Subject: [WiX-users] allow user to specify

[WiX-users] allow user to specify a location

2009-02-24 Thread Naga Ram .C
I want the installer to allow user to specify a location where it can install some set of files. This need not have to be in the same directory tree where the application its dependencies are installed. I already using WIXUI_INSTALLDIR property so as to get the installation directory to

Re: [WiX-users] allow user to specify a location

2009-02-24 Thread Rob Mensching
Take a look at how the WIXUI_INSTALLDIR is used in the WiX source code for the WixUIExtension. That should provide a complete (and working!) example. Naga Ram .C wrote: I want the installer to allow user to specify a location where it can install some set of files. This need not have to be