View forum topic
List of forum topicsSubject: write/read #progfiles# to the windows register
Hi,
1. How do I set the variables for "MyApp" that the installpath is written to the "[HKEY_CURRENT_USER\Software\MyApp]?
2. How do I set the variables for "MyAddon" that will be installed into the "MyApp" installpath, reading the installpath from "[HKEY_CURRENT_USER\Software\MyApp]?
1. Insert the "Registry - Set Value" command into "Dialog - Progress" or somewhere below Dialog - Setup Path.
Root Key: HKEY_CURRENT_USER
Subkey: Software\MyApp
Key: MyApp or any other, for example, MyAppPath
Value: #setuppath#
2. Insert the "Registry - Get Value" at the beginning of the your addon installation.
Root Key: HKEY_CURRENT_USER
Subkey: Software\MyApp
Key: MyApp or any other, for example, MyAppPath
Variable: setuppath
Thanks support team! It works perfectly!
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.