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.
