Help - Search - Members - Calendar
Full Version: Desperate ... Ms Framework 1.1 Impossible...
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
dda
Hi,
I made a winxpsp2 unattended dvd with some apps etc. Everything works fine, except for the microsoft framework (dotnetfx.exe) 1.1.

I'm trying to do an unattended MS framework 1.1 install. I'm using the redistributable version.

Actually, the setup starts but stopps almost 10 or 15 seconds later, with the following message:
please insert the disk: microsoft .net framework 1.1

I've read this thread, and tried also framework 1.1 with sp1 slipstreamed etc... the same thing happens, "please insert... framework 1.1"
http://www.msfn.org/board/forums.html#entry180154

Here is the runoncex command line launching the framework install:
REG ADD %KEY%\52 /V 1 /D "cmd /c start /I /wait %APPS%\microsoft\framework\netfx.msi /qr REBOOT=Suppress" /f

Has someone an idea how to solve this problem? This is really annoying as I need the application to be installed.

In advance, many thanks!!! Every hint, help, url, doc or anything else is welcome! As I no clue what I could try next.
Nilfred
Wrong:
QUOTE (dda @ Mar 11 2005, 02:24 PM)
cmd /c start /I /wait
*
Did yo copy & paste this from where? The hell?
Test you instalation pack with your command line alone.
You may also wish to slipstream 2 hotfixes to your package. Seach a little more... tongue.gif
slimzky
QUOTE
REG ADD %KEY%\52 /V 1 /D "cmd /c start /I /wait %APPS%\microsoft\framework\netfx.msi /qr REBOOT=Suppress" /f
i dont think u need to add the REBOOT=SUPPRESS switch..

heres mine.. & im using sp1 version its working

CODE
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Software\dotNetFx\netfxsp11.exe" /f  


and.. what are these lines for? tongue.gif

QUOTE
cmd /c start /I /wait
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.