I am completely new to WIX
and just trying to debug an issue.
I have a text box for installation path but when user chooses a new installation directory, WIX
doesn't pick it up and doesn't install it in that path.
What are the areas I should be even looking into?
Here is something in the Bundle I saw:
<DirectoryRef Id="INSTALLDIR">
<Component Id="cmpOnlineSupport.url" Guid="{somethingHere}">
<File Id="filOnlineSupport.url" Source="$(var.ResourcesDir)\Online Support.url" KeyPath="yes"/>
</Component>
</DirectoryRef>