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
- :
- How to remove 'Restore Default Folder' button?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 10, 2009
09:49 AM
How to remove 'Restore Default Folder' button?
Hi,
We have some requirements that are really hard to google. I got one of my issues solved here . Vlad, thanks for the reply. Your reply helped me.
There are few more with me now and any help over these will be much appreciated
a) Is it possible to remove the 'Restore Default Folder' and 'Restore Default File' that we get when we perform 'Choose Folder' or 'Choose File' actions. We just need only 'Choose...' button and not both 'Restore Default ' and 'Choose' buttons
b) After the 'Next' button at the end of the Panel , can we add our own custom buttons ?
Other than using Custom Code Panel, do we have any other work around for this?
We are using InstallAnywhere 2008 VP1 Enterprise version.
We have some requirements that are really hard to google. I got one of my issues solved here . Vlad, thanks for the reply. Your reply helped me.
There are few more with me now and any help over these will be much appreciated
a) Is it possible to remove the 'Restore Default Folder' and 'Restore Default File' that we get when we perform 'Choose Folder' or 'Choose File' actions. We just need only 'Choose...' button and not both 'Restore Default ' and 'Choose' buttons
b) After the 'Next' button at the end of the Panel , can we add our own custom buttons ?
Other than using Custom Code Panel, do we have any other work around for this?
We are using InstallAnywhere 2008 VP1 Enterprise version.
(2) Replies
‎Sep 11, 2009
01:10 PM
AFAIK there is no other workaround but to use custom code. And even with custom code, I'm not sure you can add another button besides Previous and Next. Also, I wonder, what would be this third button, given that you already have a Cancel button in the far left...
‎Sep 23, 2009
08:58 AM
WRT CustomCodePanel, I have seen in some of the InstallAnywhere docs that ,
But the UI displayed by Custom Code [with JFileChooser] looks deviated from the one displayed by IA.
Is there a way, where we can customize the 'Choose Folder' panel so that we can have the same look and feel minus 'Restore Default Folder' button?
Can we make use of the classes present in 'com.zerog.ia.installer.actions.*' [like ChooseFile,ChooseFolder] in our Custom Panel classes?
Any thoughts?
This class allows you to integrate your custom panel into an installation seamlessly, while adopting the same look
and feel as InstallAnywhere’s builtin panels.
But the UI displayed by Custom Code [with JFileChooser] looks deviated from the one displayed by IA.
Is there a way, where we can customize the 'Choose Folder' panel so that we can have the same look and feel minus 'Restore Default Folder' button?
Can we make use of the classes present in 'com.zerog.ia.installer.actions.*' [like ChooseFile,ChooseFolder] in our Custom Panel classes?
Any thoughts?