cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Fyodor
Level 3

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.
Labels (1)
0 Kudos
(1) Reply
RobertDickau
Flexera Alumni

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.
0 Kudos