- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Multiple setups in one step, how to?
- 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
Multiple setups in one step, how to?
HI,
I want to merge multiple distribution setup processes in one step. I have three distributions, they need to be run seperatelly, in order. So I need this process to be simplified buy putting them in one distribution. How can I do that?
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @levAnni ,
How about Suite project support?If i get your question correctly,you want to merge multiple setups into single one and distribute.
Below article can explain you about Suite projects in a better way:
https://blogs.flexera.com/installtalk/2011/09/installing-a-suite-package-operations/
Thanks,
Jenifer
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Absolutely correct Jenifer, thanks alot, I'll give it a try!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @levAnni ,
Did you try creating new project Suite/Advanced UI project on Installshield if it is of premier or Advanced UI project if it is professional version?
In that you will be able to create Packages view in Organization tab.
Thanks,
Jenifer
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
InstallShield Suite Project has been available since about 2012 or so. Sounds like you are looking at another project type. You need to:
- Click on 'Project Assistant' tab
- File
- New
- Suite / Advanced UI Project
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
ok thanks I found it. But there's another problem. Everything is clear except that in Wizard Interface configuration, Wizard Pages doesn't respect conditions at all (install, remove, repair). When I test run or build the project, wrong page appears. E.g. I want Installation Welcome to be first (there's installing condition for that), but it ignores that. Any ideas?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
I use conditions all the time.
- Can you provide more details?
- What is it doing?
- what do you want it to do?
- What have you done in an attempt to achieve that result?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Hi @levAnni,
Answering to your question: Wizard Pages doesn't respect conditions at all (install, remove, repair). When I test run or build the project, wrong page appears. E.g. I want Installation Welcome to be first (there's installing condition for that), but it ignores that. Any ideas?
Wizard pages are dialogs that you see while launching the setup,where install-remove-repair are actions of setup which comes under package-configuration.
By default InstallWelcome will be the first page,but you can control visibility of pages based on conditions.This applies to other pages which you might need to control,not for basic pages like InstallationWelcome/InstallationProgress/InstallationComplete.
Below link can help you to get more insights:
https://blogs.flexera.com/installtalk/2011/11/sequencing-wizard-pages-in-a-suite-project/
If you want to change the sequence of wizard pages,you can right click on Wizard page->Move Up/Move Down.
Thanks,
Jenifer