PDA

View Full Version : Uninstall modification



NewsArchive
12-02-2005, 12:54 AM
Hi Friedrich,

Is it possible to adapt the uninstaller so that it pops up a message
and upon pressing yes/no, removes files that were _not_ installed,
i.e. .tps files that are created on the user system and I do not want
to be responsible for removing, but should be removed at the user
request. Alternative would be to have the uninstaller run a separate
exe that could clean up if requested.

Any ideas?

Best regards,

Arnór Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com


Subscribe to information from Icetips.com:
http://www.icetips.com/subscribe.php

NewsArchive
12-02-2005, 12:54 AM
Hi

you can try something like this below using the script editor..

If %_SB_INSTALLDIR% Folder exists Then
Define Wizard Dialog "REMOVE OLD FILES NOT INSTALLED BY SETUP?" (Check
Boxes)
If %_SB_RETURN% Equals "True" Then
Delete Local Files "%_SB_INSTALLDIR%"
End
End


Regards

Ben

NewsArchive
12-02-2005, 12:54 AM
Hi Ben,

>you can try something like this below using the script editor..

Thanks, I'll check it out over the weekend:)

Best regards,

Arnór Baldvinsson
Icetips Software
San Antonio, Texas, USA
www.icetips.com


Subscribe to information from Icetips.com:
http://www.icetips.com/subscribe.php