Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Uninstall program


3 replies to this topic

P.J.

P.J.
  • Full Members
  • 8 posts

Posted 23 March 2007 - 23:17

How is the Uninstall program or procedure created? It is not working correctly at all.

If a user tries to uninstall the program using the Control Panel, the program remains after the uninstall wizard is run.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 March 2007 - 17:52

It's using your script. There are if conditional statements in your INstallScript code which get executed eiteher during install or uninstall. In addition, during installation a list of installed files etc. is created which is used during uninstall.

You could temporarily remove all your code from setup.rul so that the default code is used. Then uninstall should work again. Then you need to find out which part of your code breaks the uninstall.

P.J.

P.J.
  • Full Members
  • 8 posts

Posted 29 March 2007 - 00:47

QUOTE (Stefan Krueger @ 2007-03-24 17:52)
It's using your script. There are if conditional statements in your INstallScript code which get executed eiteher during install or uninstall. In addition, during installation a list of installed files etc. is created which is used during uninstall.

You could temporarily remove all your code from setup.rul so that the default code is used. Then uninstall should work again. Then you need to find out which part of your code breaks the uninstall.

where do I find these files and how to I change and study the script?

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 April 2007 - 01:31

Did you create the setup? In this case you should have the script code.