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
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- 'Expression Evaluator' Plug-In not working during uninstall
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
‎Aug 27, 2008
06:11 PM
'Expression Evaluator' Plug-In not working during uninstall
I downloaded the plug-in 'Expression Evaluator', but it seems it doesn't work when used in the uninstall phase (whether Pre-Uninstall, or Post-Uninstall). Has anyone else experienced this problem, and if so, is there a work around? (in my uninstaller, I am simply trying to decrement a variable that is being stored in a file). Thanks!
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 11, 2008
01:09 PM
If you look at the source provided with the download, you'll see that the install method is implemented but that the uninstall method is not; depending on how you're using the action, perhaps recompile with code in the latter method, too?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 11, 2008
01:13 PM
Thanks Robert. Just days ago I had someone look at the Java code and make changes similar to what you suggested, and it works okay now. Sorry I forgot to post an update here on the message board.
Have a great day, and thanks very much for your feedback!
Leland
Have a great day, and thanks very much for your feedback!
Leland
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 11, 2008
09:35 PM
Just remember that if you do implement the uninstall() method, then everytime you use the plugin, and run the uninstall, that method will be called.
