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
- :
- Change Add/Remove programs executable
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
‎Apr 20, 2009
05:46 AM
Change Add/Remove programs executable
By default, IA puts the uninstaller.exe for add/remove programs(windows)->remove
Is there any way to change that executable to something else?
something like.. uninstall.bat, which will be part of installed files..
Is there any way to change that executable to something else?
something like.. uninstall.bat, which will be part of installed files..
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 20, 2009
06:18 AM
By default the Uninstaller is an executable file... which is removed at the end of the installation! Why would you want to have a .bat instead?!?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 20, 2009
06:31 AM
bcoz.. During uninstallation, i am loading a jar at runtime with the URLClassloader.. and the jar gets a lock if loaded runtime. It can not be deleted till the jvm is down..
so when uninstallation is unable to delete the jar while jvm is running... so i can have a .bat file like....
1. run uninstaller.exe
2. delete the jar
and same .bat points to add/remove->Remove
so when uninstallation is unable to delete the jar while jvm is running... so i can have a .bat file like....
1. run uninstaller.exe
2. delete the jar
and same .bat points to add/remove->Remove
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Apr 20, 2009
06:58 AM
Maybe the stuff you want to do has to be done in the Pre-Uninstall Task. You load your stuff and once it's finished the uninstaller can remove the JVM and the rest of the files.