I'm very new to the WiX toolset. I have to create an installer with 2 requirements:
- Install the program to the default path. This works well.
The actual thing that i want to know. 2. User can choose a path. may someone help how to do that setup or program install at user defined path.
This is the code i have used for default path.
<Directory Id="TARGETDIR" Name="SourceDir" />
<Directory Id="DesktopFolder" Name="Desktop"/>
<Directory Id="ProgramFilesFolder" />
<Directory Id="INSTALLDIR" Name="Test" />
<Directory Id="dirTest" Name="dirTest">
<Directory Id="ID" Name="Project Name" />
<Directory Id="A_ID" Name="NAME" />
<Directory Id="Queries" Name="Queries" />
<Directory Id="v1311" Name="1.3.1.1"/>