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
- :
- PreRequisite installation based on type of Target machine IA64 or X64 or X86.
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
Dec 31, 2008
12:05 AM
PreRequisite installation based on type of Target machine IA64 or X64 or X86.
Am using Basic MSI project of InstallShield 2008 Professional
I need to install .net2.0Framework as a mandatory prerequisite on the target machine.
Is it possible to set the intelligence as what type of .net2.0Framework to be installed on the target machine.
The Installer should be intelligent enough to check the type of the Target machine, like if it is IA64 or x64 or x86 , it should install the corresponding .Net2.0 Framework only.
Any help in this regard will be greatly appreciated.
I need to install .net2.0Framework as a mandatory prerequisite on the target machine.
Is it possible to set the intelligence as what type of .net2.0Framework to be installed on the target machine.
The Installer should be intelligent enough to check the type of the Target machine, like if it is IA64 or x64 or x86 , it should install the corresponding .Net2.0 Framework only.
Any help in this regard will be greatly appreciated.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 31, 2008
03:01 PM
I'm pretty sure InstallShield comes with a bunch of pre-requisites already defined - and .NET 2.0 is included - IA64,x64, etc. Use the pre-requisite editor to examine these; they've already done the work you are describing for you...