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
- :
- Installer to execute in Consoler mode
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
‎Jul 09, 2008
01:58 PM
Installer to execute in Consoler mode
Hi
I have a GUI based installer.I want to execute this installer in console mode as well.How should i do tht?
Do i also need to add to add console panels in the installer the same way i did for GUI installer ?
Please help.
I have a GUI based installer.I want to execute this installer in console mode as well.How should i do tht?
Do i also need to add to add console panels in the installer the same way i did for GUI installer ?
Please help.
(11) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
01:09 AM
Yes. If your IA project does not have them, then you need to add similar console panels.
If you are using IA 2008 Enterprise, the typical template will generate console panels automatically.
If you are using IA 2008 Enterprise, the typical template will generate console panels automatically.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
07:51 AM
Hi Munish
Thanks alot for the information.Yes I ma using IA 2008 Valu pack 1 .How can i generate console panels automatically from GUI panels ?
Thanks alot for the information.Yes I ma using IA 2008 Valu pack 1 .How can i generate console panels automatically from GUI panels ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
09:11 AM
When you click Add Action in the Pre-Install task, for example, there should be a Consoles tab where you add the console dialogs you want (see figure below).
You'll also want to make sure "Console" is selected in Installer UI > Look & Feel; and you can change the default UI type for some platforms in Project > Platforms > platform...
You'll also want to make sure "Console" is selected in Installer UI > Look & Feel; and you can change the default UI type for some platforms in Project > Platforms > platform...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
11:05 AM
ok.. so that means i have to duplicate all the panels used in GUI to console panels ... means i will be having double panels and actions for eahc task at the end ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
02:32 PM
ok.. and what abt actions and custom code rules and actions...? Do i need to duplicate that as well?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
02:37 PM
I believe non-panel actions will run in any mode (GUI, console, or silent), so there should be no need to duplicate them.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
03:16 PM
ok..Thnks Robert for ur help
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 10, 2008
11:30 PM
As far as I know this is only way.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 16, 2008
01:10 PM
RobertDickau wrote:
I believe non-panel actions will run in any mode (GUI, console, or silent), so there should be no need to duplicate them.
But for Custom Panels you will need to implement equivalent Custom Consoles...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 16, 2008
01:24 PM
ok... so it means only panels (Wether provided by IA or customised by me ) needs to be duplicated in IA......and nothing beside that?I mean the custom rules and actions in GUI ?Bcoz we do have a set of diff IA API's for console as well....so was thinking wether my original rules and actions(both IA based and custom code ) will work on in console mode or not?