cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rootme
Level 4

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
Labels (1)
0 Kudos
(1) Reply
DebbieL
Level 17

Perhaps try calling Disable( Logging ) before your copy function and Enable( Logging ) after.
0 Kudos