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
- :
- Include Microsoft .NET Framework 2.0 SP1 prerequisite
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
‎Oct 01, 2008
10:22 AM
Include Microsoft .NET Framework 2.0 SP1 prerequisite
Hi,
the .NET Framework 2.0 SP1 prerequisite requieres windows installer 3.1. But there is no installer 3.1 prerequisite to ensure that it is already installed on the target machine.
Is it possible to create a windows installer 3.1 prerequisite or is there any other simple method to include installer 3.1 in the setup?
thanks,
tglynx
the .NET Framework 2.0 SP1 prerequisite requieres windows installer 3.1. But there is no installer 3.1 prerequisite to ensure that it is already installed on the target machine.
Is it possible to create a windows installer 3.1 prerequisite or is there any other simple method to include installer 3.1 in the setup?
thanks,
tglynx
(8) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 01, 2008
11:51 AM
The Windows installer 3.1 redistributable can be included using the Releases view. In the Setup.exe tab, please select to include MSI engine(s) in the Setup Launcher grid, and then select a version that you want to include in the MSI Engine Version grid.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 02, 2008
03:21 AM
hi hidenori,
i already include 'Version 3.1' in the setup.exe but i create a SingleImage and configured the location to 'Extract Engine From Setup.exe' also the prerequisits location is configured to 'Extract From Setup.exe'.
When i launch the Setup.exe it fiirst extracts the prerequisites and therefore tries to install .NET Framework (installer has not been installed yet).
That results in an error message because .NET Framework 2.0 requires Installer 3.1. If i include Installer 4.5 as prerequisite and configure it to run before the .NET Framework it works well. Therefore i search for a solution which includes Installer 3.1 as prerequisite as including it in the setup.exe seems not to work for a prerequisite.
Regards,
Michael
i already include 'Version 3.1' in the setup.exe but i create a SingleImage and configured the location to 'Extract Engine From Setup.exe' also the prerequisits location is configured to 'Extract From Setup.exe'.
When i launch the Setup.exe it fiirst extracts the prerequisites and therefore tries to install .NET Framework (installer has not been installed yet).
That results in an error message because .NET Framework 2.0 requires Installer 3.1. If i include Installer 4.5 as prerequisite and configure it to run before the .NET Framework it works well. Therefore i search for a solution which includes Installer 3.1 as prerequisite as including it in the setup.exe seems not to work for a prerequisite.
Regards,
Michael
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 06, 2008
06:39 AM
thanks, that works... is there any documentation about the prq file format? i mean what paramters are possible, how to setup a condition, etc?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 30, 2008
04:07 PM
Do you have any of the localized versions of that prereq file?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 31, 2008
02:21 AM
HI derekdd23,
why do you need a localized version? You can include the prerequisite for the appropriate language pack. Works for me 😉
Regards,
Michael
why do you need a localized version? You can include the prerequisite for the appropriate language pack. Works for me 😉
Regards,
Michael
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 31, 2008
09:10 AM
I am deploying an app for a very large corporation that is very particular and wants localized frameworks to be installed. They wouldnt settle for anything else.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Oct 31, 2008
09:28 AM
If you configure the prerequisite to extract the installation file from setup.exe or include it in source-media you could just exchange the file %ISProductDirectory%\SetupPrerequisites\Microsoft .net\2.0SP1\x86\NetFx20SP1_x86.exe with your localized .Net redistributable and it will be included for the next build.
Did this help?
Did this help?