Code: Select all
Move Local Files $MYPROFILES$\Romonet\$TITLE$\resources\*.* to $MYPROFILES$\Romonet\$TITLE$\resources_old\ (include subfolders)
This didn't work - the folder was deleted! So I tried using the debugger to see what was happening.
In order to get the uninstall code to run, I had to set 'REMOVE' to TRUE. NATIVE_ENGINE is also TRUE.
What I saw happening was:
The 'resources' folder was copied to 'resources_old' when the statement was executed. However, when the " Apply Uninstall" statement was run, both folders disappeared.
Is this a bug (IA 16) - I think only the 'resources' folder should have been deleted? If not, how should I do a rename of a folder?
Regards, John