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
- :
- Replace built-in Uninstaller Introduction panel
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
Oct 01, 2014
11:47 PM
Replace built-in Uninstaller Introduction panel
Hi everybody,
I would like to create a custom panel to replace built-in Uninstaller Introduction panel (in Pre-Uninstall step). This panel has extra check-box. I created a subclass of CustomCodePanel, add it into Pre-Uninstall step (also remove built-in Uninstaller Introduction panel).
The custom panel displays successfully in uninstaller GUI, but when I click 'Next' button, the uninstaller hang and I must kill it using Windows Task Manager.
Debug log:
System's temporary directory = D:\AppData\Local\Temp
Loading externalized properties
Error running install panel: Uninstall The Bridge
java.lang.ClassCastException: com.uninstaller.panel.UninstallIntroductionPanel cannot be cast to Flexeraac5
java.lang.ClassCastException: com.uninstaller.panel.UninstallIntroductionPanel cannot be cast to Flexeraac5
at com.zerog.ia.installer.AAMgr.ba(Unknown Source)
at com.zerog.ia.installer.AAMgr.a0(Unknown Source)
at com.zerog.ia.installer.AAMgr.a_(Unknown Source)
at com.zerog.ia.installer.AAMgr.aa(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.AAMgr.a0(Unknown Source)
at com.zerog.ia.installer.AAMgr.ac(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.AAMgr.a0(Unknown Source)
at com.zerog.ia.installer.AAMgr.ac(Unknown Source)
Note that if I restore built-in Uninstaller Instroduction panel and place it before the custom panel, the installer works fine.
My question are:
1. Can I add custom panels in Pre-Uninstall step of uninstaller?
2. If yes, can I remove built-in Uninstaller Instroduction panel?
3. If yes, can you tell me what's wrong with me? 🙂
Thank you.
Environment: IA2012 SP1, Windows 7 64bit, Maintenance Mode support (Uninstall)
I would like to create a custom panel to replace built-in Uninstaller Introduction panel (in Pre-Uninstall step). This panel has extra check-box. I created a subclass of CustomCodePanel, add it into Pre-Uninstall step (also remove built-in Uninstaller Introduction panel).
The custom panel displays successfully in uninstaller GUI, but when I click 'Next' button, the uninstaller hang and I must kill it using Windows Task Manager.
Debug log:
System's temporary directory = D:\AppData\Local\Temp
Loading externalized properties
Error running install panel: Uninstall The Bridge
java.lang.ClassCastException: com.uninstaller.panel.UninstallIntroductionPanel cannot be cast to Flexeraac5
java.lang.ClassCastException: com.uninstaller.panel.UninstallIntroductionPanel cannot be cast to Flexeraac5
at com.zerog.ia.installer.AAMgr.ba(Unknown Source)
at com.zerog.ia.installer.AAMgr.a0(Unknown Source)
at com.zerog.ia.installer.AAMgr.a_(Unknown Source)
at com.zerog.ia.installer.AAMgr.aa(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.AAMgr.a0(Unknown Source)
at com.zerog.ia.installer.AAMgr.ac(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.am(Unknown Source)
at com.zerog.ia.installer.AAMgrBase.runNextInstallPiece(Unknown Source)
at com.zerog.ia.installer.AAMgr.a0(Unknown Source)
at com.zerog.ia.installer.AAMgr.ac(Unknown Source)
Note that if I restore built-in Uninstaller Instroduction panel and place it before the custom panel, the installer works fine.
My question are:
1. Can I add custom panels in Pre-Uninstall step of uninstaller?
2. If yes, can I remove built-in Uninstaller Instroduction panel?
3. If yes, can you tell me what's wrong with me? 🙂
Thank you.
Environment: IA2012 SP1, Windows 7 64bit, Maintenance Mode support (Uninstall)
- Tags:
- uninstaller
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 05, 2014
11:07 PM
Hi,
There is another way by using Get User Input - Advance panel.
There is another way by using Get User Input - Advance panel.