Jump to content

DotNet Framework 1.1


eddy_71

Recommended Posts

When installing this program i get the question to insert CD1. I use the following switch:

REG ADD %KEY%\15 /V 1 /D "%CDROM%\Software\DotNet\netfx.msi /QB" /f

Anyone has an idea of what's wrong here. I use the redistributable package from MS.

Link to comment
Share on other sites


This is the way I did it and it works for me. By looking at yours I would say its because you have it looking for it on the cdrom %cdrom%

REG ADD %KEY%\050 /VE /D ".NET Framework v1.1" /f

REG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\NetFramework\netfx.msi /qb" /f

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...