
barry.burke1.5524936924925566E12 asked a question.
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