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
- :
- During uninstall backup the config and the license files
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
Jun 18, 2008
04:07 AM
During uninstall backup the config and the license files
Hi,
In an install script project, during Remove, where should I place 2 copyfile functions to make a backup of the configfile.ini and the license.dat files ?
I make them in the OnMaintUIBefore() but the files are backuped during uninstall and are deleted when uninstall is finish.
Thanks,
Bianca
In an install script project, during Remove, where should I place 2 copyfile functions to make a backup of the configfile.ini and the license.dat files ?
I make them in the OnMaintUIBefore() but the files are backuped during uninstall and are deleted when uninstall is finish.
Thanks,
Bianca
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 18, 2008
08:04 AM
Perhaps try calling Disable( Logging ) before your copy function and Enable( Logging ) after.
