I am creating an installation package, and the user should be able to install it only in a specific place.
To do this, I read some registry values ββin the section [Code]to determine the installation path.
After setting the path, I need to force Inno Setup to install the installation folder to a specific location at runtime.
Is this possible in Inno Setup? Which section of the script should be used, if so?
Thank.
source
share