This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Converting INSTALLDIR IFX_PRODUCT_VERSION to their values in the registry for msi.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 06, 2008
10:05 AM
Converting INSTALLDIR IFX_PRODUCT_VERSION to their values in the registry for msi.
I am converting an Installscript install project to Msi installer. In the installscript version I could use [INSTALLDIR] and [IFX_PRODUCT_VERSION] in the registry entries (under system/configuraition registry) that I wanted installed on the machine. But I can not do that in the msi install. The values stay on as the string and .
Do I have to use a custom action to do this?
Do I have to use a custom action to do this?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 06, 2008
12:06 PM
The MSI equivalents to InstallScript's text substitutions and should be [INSTALLDIR] and [ProductVersion].
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 07, 2008
01:19 PM
Thank you.