Hello Guys,
for one of our products we used an inno setup project since years.
Now we want to move this product to an IA setup.
In Inno setup we can use both ia64 and x64 installation modes:
How can I use BOTH in IA?
Inclide both commands line after line like this?
x64 AND ia64 installation mode
-
- Posts: 252
- Joined: Sat Dec 03, 2011 3:07 am
- Location: Konstanz, Germany
- Contact:
x64 AND ia64 installation mode
Kind regards
Heiko Kummerfeld
MIK GmbH
Setup developer for .NET BI Software (12 products)
Head of quality assurance
technical consultant
Heiko Kummerfeld
MIK GmbH
Setup developer for .NET BI Software (12 products)
Head of quality assurance
technical consultant
-
- Site Admin
- Posts: 5361
- Joined: Sun Aug 22, 2010 4:28 am
Re: x64 AND ia64 installation mode
Dear Heiko,
unfortunately this is not possible and you cannot use those statements in that sequence. This due the fact that the latest one will replace any previous call of the same command.
By the way, I understand that may look practical to create a single package to handles different target platforms (x86/x64/xi64).
However when it's necessary to manage multiple and complex tasks, it can be sometimes problematic to correctly handle the different target platforms with a single hybrid installer.
if you look at the most popular setup distributions, in reality these are Always dedicated and separated setup packages for the different target platforms. To do the trick, it's a common practice to use a wrapper installer which embeds the different setups in a single package.
Hope this helps you.
Regards
unfortunately this is not possible and you cannot use those statements in that sequence. This due the fact that the latest one will replace any previous call of the same command.
By the way, I understand that may look practical to create a single package to handles different target platforms (x86/x64/xi64).
However when it's necessary to manage multiple and complex tasks, it can be sometimes problematic to correctly handle the different target platforms with a single hybrid installer.
if you look at the most popular setup distributions, in reality these are Always dedicated and separated setup packages for the different target platforms. To do the trick, it's a common practice to use a wrapper installer which embeds the different setups in a single package.
Hope this helps you.
Regards
Francesco Toscano
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
InstallAware Software
White Papers (HowTos) - http://www.installaware.com/publication ... papers.htm
Publications - http://www.installaware.com/publications-review.htm
InstallAware Help -F1 anywhere in the InstallAware IDE
Who is online
Users browsing this forum: No registered users and 140 guests