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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Custom install requirement
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
‎Jan 16, 2006
03:07 PM
Custom install requirement
Before any install UI starts up, I want to check the target system for a particular file. If the file exists continue on. If it doesn't then install should continue. I know how to search for a file, but were exactly do I put the wizard action and how do I make it propmt the user?
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 18, 2006
03:20 PM
I'd put it in the Behavior and Logic > Sequences > Installation Sequence > Pre-Install. Hope that helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 24, 2006
08:16 AM
My problem is somehow related to this one: I'm trying to go to the previous wizard screen from inside of my custom WizardActionBean.
This is my custom code:
SwingWizardUI ui = (SwingWizardUI)event.getUserInterface();
ui.doPrevious();
What am I doing wrong? Please reply.
This is my custom code:
SwingWizardUI ui = (SwingWizardUI)event.getUserInterface();
ui.doPrevious();
What am I doing wrong? Please reply.