Chris Lee Posted April 16, 2004 Share Posted April 16, 2004 I put all my software onto my CD, and I am installing from cd with the %cdrom% comment, and this installer loads, and at the end of the status box of Netframework, it asks me to "Please insert the disk: Microsoft . Net framework 1.1"How can I stop it from asking? pressing OK does not make it go away Link to comment Share on other sites More sharing options...
enuffsaid Posted April 16, 2004 Share Posted April 16, 2004 removed Link to comment Share on other sites More sharing options...
boran_blok Posted April 16, 2004 Share Posted April 16, 2004 strange, it works perfectly from teh CD with my install ... and I use the exact same technique (with the reistry entries etc) Link to comment Share on other sites More sharing options...
enuffsaid Posted April 16, 2004 Share Posted April 16, 2004 removed Link to comment Share on other sites More sharing options...
boran_blok Posted April 16, 2004 Share Posted April 16, 2004 The MS powertoys REG ADD statements:REG ADD %KEY%\020 /VE /D "Photo resizing Powertoy" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\install\PHOTOINSTALL.EXE /Q" /f REG ADD %KEY%\030 /VE /D "PowerCalc Powertoy" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\install\POWERCALCINSTALL.EXE /Q" /f REG ADD %KEY%\040 /VE /D "CommandWindow Powertoy" /fREG ADD %KEY%\040 /V 1 /D "%CDROM%\install\CMDINSTALL.EXE /Q" /fthe .NET REG ADD statements:REG ADD %KEY%\090 /VE /D ".net Framework" /fREG ADD %KEY%\090 /V 1 /D "%CDROM%\install\dotnetfx\netfx.msi /qn" /fall the files are on the CD in the /install/ directory as you can see. Link to comment Share on other sites More sharing options...
enuffsaid Posted April 16, 2004 Share Posted April 16, 2004 Thanks Boran_blok,Although I don't use the "registry" method, I'll see if I can get my .NET installation to work.Thanks for posting.Kind regards,eNuffSaid Link to comment Share on other sites More sharing options...
Chris Lee Posted April 18, 2004 Author Share Posted April 18, 2004 %CDROM%\Applications\NetFramework\netfx.msi /qndoes not work. It doesn't install at all. Link to comment Share on other sites More sharing options...
enuffsaid Posted April 18, 2004 Share Posted April 18, 2004 Same here... Not working for me either. Link to comment Share on other sites More sharing options...
Aaron Posted April 18, 2004 Share Posted April 18, 2004 Try packaging .net Framework in an iexpress package, you'll save 10mb as well:http://greenmachine.msfnhosting.com/IEXPRESS/iexpress.htm Link to comment Share on other sites More sharing options...
Bâshrat the Sneaky Posted April 18, 2004 Share Posted April 18, 2004 I've repackaged it as described in Greenmachine's guide. When I try to install it, I get the following error:Can't open this installation package. Check if the package exists and if you have permission to the package, or contact the manufacturer of the application to check if the package is a valid Windows-Installer packet.What am I doing wrong?(BTW: I'm using Dutch copy of WinXP Pro and English version of .Net Framework, because Dutch version of that doesn't exist. However, I install a Dutch languagepack)EDIT: stupid me I've found a Dutch version, link to Microsoft's download pageREM: tested it: dotnetfx.exe /Q:A /R:N ==>result: installed silent, but still a confirming screen at the end... Isn't there a switch, or do I really have to repackage it? Link to comment Share on other sites More sharing options...
Chris Lee Posted April 18, 2004 Author Share Posted April 18, 2004 I repacked it and it works. Thanks. Link to comment Share on other sites More sharing options...
nmepar Posted April 23, 2004 Share Posted April 23, 2004 Chris, i'm getting the exact same error now. I'm not sure how exactly you fixed the problem. did you repackage it or use different syntax? I user RunOnceGuiEx an the following syntax :REG ADD %KEY%\002 /VE /D ".Net Framework v1.1" /fREG ADD %KEY%\002 /V 1 /D "msiexec /qb /i %CDROM%\Software\DotNet11\dotnetfx\netfx.msi" /fThanksnmepar Link to comment Share on other sites More sharing options...
Chris Lee Posted April 23, 2004 Author Share Posted April 23, 2004 http://greenmachine.msfnhosting.com/IEXPRESS/iexpress.htmI did the repackage.I used the switch /Q:A /R:N Link to comment Share on other sites More sharing options...
nmepar Posted April 23, 2004 Share Posted April 23, 2004 Thanks Chris, I'll attempt the same. On a related note, are others using the same syntax above and *not* seeing the error message above? Is there a reason for this? Anybody care to comment?Thanks for your helpnmepar Link to comment Share on other sites More sharing options...
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