Is it true, that WixSharp/Wix by default does not remember the location where the application was installed when you allow the user to change the location?
You have to store the installdir in registry yourself, and retrieve it from there using the registry ?
Could you provide an example (it may be a good candidate to add to the example directory)?
so install location should be:
You have to store the installdir in registry yourself, and retrieve it from there using the registry ?
Could you provide an example (it may be a good candidate to add to the example directory)?
so install location should be:
- first install : what is supplied in setup ( absolute or %ProgramFiles% relative dir) or what the user chooses
-
upgrade : what was selected in first install