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
- :
- Installing .Net Framework 1.1 sp1
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 22, 2008
04:58 PM
Installing .Net Framework 1.1 sp1
Hey there,
in my installshield project im trying to install the .net framework 1.1 as part of my installation.
I have configured this in the Release -> Single Image -> .Net/J#
- Extract from exe
- .Net 1.1 as the framework version
- /q:a /c:"install /q"
etc..
When i go to install the my application, it prompts to install the Framework. So i selected yes and the framework installs.
However after this is appears to try and install the .Net Framework 1.1 SP1 and this constantly fails.
The error that is received is: 1603: Error installing Microsoft(R) .NET Framework
Im trying to install this on clean install of Windows Server 2008.
This works in Installshield 2008 but not 2009.
Im taking a guess that the issues lies within C:\Program Files\InstallShield\2009 Express\Redist\0409\i386\dotnetfx.exe and how its calls
dotnetfxSp1.exe.
Can someone let me know if this is an issue for them.
Or if they have fixed this.
I know i can get around it by doing custom actions myself, but surely this should work in installshield...
Many thanks
in my installshield project im trying to install the .net framework 1.1 as part of my installation.
I have configured this in the Release -> Single Image -> .Net/J#
- Extract from exe
- .Net 1.1 as the framework version
- /q:a /c:"install /q"
etc..
When i go to install the my application, it prompts to install the Framework. So i selected yes and the framework installs.
However after this is appears to try and install the .Net Framework 1.1 SP1 and this constantly fails.
The error that is received is: 1603: Error installing Microsoft(R) .NET Framework
Im trying to install this on clean install of Windows Server 2008.
This works in Installshield 2008 but not 2009.
Im taking a guess that the issues lies within C:\Program Files\InstallShield\2009 Express\Redist\0409\i386\dotnetfx.exe and how its calls
dotnetfxSp1.exe.
Can someone let me know if this is an issue for them.
Or if they have fixed this.
I know i can get around it by doing custom actions myself, but surely this should work in installshield...
Many thanks
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jan 11, 2009
02:50 PM
does anyone have any suggestion for this?