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
- :
- Re: Substitute path variables in runtime
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
Mar 31, 2008
04:07 AM
Substitute path variables in runtime
Hi,
We are using InstallShield Script project. I've created a registry set and want to determine some registry keys, names and data to be determined dinamically in runtime, based on the user input. Is it possible to do this without writing scripts?
Thank you.
Fyodor.
We are using InstallShield Script project. I've created a registry set and want to determine some registry keys, names and data to be determined dinamically in runtime, based on the user input. Is it possible to do this without writing scripts?
Thank you.
Fyodor.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 01, 2008
02:35 PM
You can use the values of some system variables in a registry set to be expanded at run time using the form , as in . For custom variables, though, you will need some small amount of scripting to use text substitution or FeatureSetTarget to associate with an actual value.