vsorensen
07-13-2007, 06:08 PM
I'd like to retain the user's installation preferences between installations. For example, the data folder should default to what they selected the previous time. I have this working for almost everything I want, except for features.
I tried storing and retrieving %_SB_FEATURESID% to/from the registry, but that does not seem to save the user's selections.
Eg. Set Variable %_SB_FEATURESID% to FUNCTION:Get Registry("Features") from "HKEY_LOCAL_MACHINE\%_VS_REGISTRYKEY_INSTALL%"
I tried storing and retrieving %_SB_FEATURESID% to/from the registry, but that does not seem to save the user's selections.
Eg. Set Variable %_SB_FEATURESID% to FUNCTION:Get Registry("Features") from "HKEY_LOCAL_MACHINE\%_VS_REGISTRYKEY_INSTALL%"