Reputation: 1176
I wrote a WinForms app and I want to make setup project for this and I want to use installshield for this, it's the first time that I use installshield, now I want to configure my setup project to create a key in registry and it's value is the path of installation that the user browsed, how can I set the value of key with the path that the user entered?
Upvotes: 3
Views: 2354
Reputation: 55620
Use the registry view to define a Hive \ Key \ String \ Value path and set it's data to a value of [INSTALLDIR].
Upvotes: 4