SetupJuggler
11-12-2008, 09:30 AM
Using SUF 8.1.1006.0
I'm a newbe on Setup Factory. To add and remove registry keys, I have to do this within the action script. Am I right?. Uninstall may be done with UninstallData.AddItem(UNINDATA_SCRIPTS, sItemData);, tricky but OK.
I'm missing the possibility to insert registry key and values into a project dialog. The key and values should be installed and automaticly uninstalled when the uninstaller runs. The key and value should be constant strings or session variables or localized variables.
That would be a great feature.
I'm a newbe on Setup Factory. To add and remove registry keys, I have to do this within the action script. Am I right?. Uninstall may be done with UninstallData.AddItem(UNINDATA_SCRIPTS, sItemData);, tricky but OK.
I'm missing the possibility to insert registry key and values into a project dialog. The key and values should be installed and automaticly uninstalled when the uninstaller runs. The key and value should be constant strings or session variables or localized variables.
That would be a great feature.