Create a key in the registry and install it using the installation path using the installation screen

I wrote a WinForms application, and I want to create a project for this, and I want to use installshield for this, the first time I use installshield, now I want to configure my installation project to create a key in the registry and this value is the installation path that browsed by the user, how can I set the key value with the path entered by the user?

+3
source share
1 answer

Use the registry view to determine the Hive \ Key \ String \ Value path and set its data to [INSTALLDIR].

+4
source

All Articles