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/index.php?showto...10entry180154
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.
Page 1 of 1
Desperate ... Ms Framework 1.1 Impossible... Unattended ms framework fails
#2
Posted 11 March 2005 - 12:47 PM
Wrong:
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...
dda, on Mar 11 2005, 02:24 PM, said:
cmd /c start /I /wait<{POST_SNAPBACK}>
Test you instalation pack with your command line alone.
You may also wish to slipstream 2 hotfixes to your package. Seach a little more...
#3
Posted 11 March 2005 - 01:00 PM
Quote
REG ADD %KEY%\52 /V 1 /D "cmd /c start /I /wait %APPS%\microsoft\framework\netfx.msi /qr REBOOT=Suppress" /f
heres mine.. & im using sp1 version its working
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Software\dotNetFx\netfxsp11.exe" /f
and.. what are these lines for?
Quote
cmd /c start /I /wait
Share this topic:
Page 1 of 1



Help
Back to top









