eddy_71 Posted August 24, 2004 Posted August 24, 2004 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" /fAnyone has an idea of what's wrong here. I use the redistributable package from MS.
Ghostie Posted August 24, 2004 Posted August 24, 2004 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" /fREG ADD %KEY%\050 /V 1 /D "%systemdrive%\install\NetFramework\netfx.msi /qb" /f
eddy_71 Posted August 24, 2004 Author Posted August 24, 2004 All my apps are installed of the cdrom drive. In my case it's a dvd but that shouldn't make a difference.
mazin Posted August 24, 2004 Posted August 24, 2004 You may need to read this: http://www.msfn.org/board/index.php?showtopic=22518
Aaron Posted August 24, 2004 Posted August 24, 2004 .NET doesn't like being installed from the CDROM the .msi way. Doing this will fix it: http://greenmachine.msfnhosting.com/IEXPRESS/iexpress.htm
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now