Jump to content

Desperate ... Ms Framework 1.1 Impossible...


dda

Recommended Posts

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.

Link to comment
Share on other sites


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

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

and.. what are these lines for? :P

cmd /c start /I /wait
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...