I want to read the users directory which user chooses to install my MSI, so that i can write the path to the registry which is required for my application to run. I want to know how to do this, if using any scripts then kindly let me know the script as i am totally new here for this installer.
Share
You can put [TARGETDIR] ( or the name of any other directory property inside of [] ) in the registry value and the value of TARGETDIR will be written to the registry.