cumminbk Posted November 14, 2005 Posted November 14, 2005 I want to add netframework 2 to my new unattended disc but what switches should i use? should i extract the msi and use the switches on that? i tried ryans switchless but it did not install from my cmdlines.txt/batch file how are other users applying this file?
Scubar Posted November 14, 2005 Posted November 14, 2005 (edited) there is a silent setup that Zxian created over in this thread http://www.msfn.org/board/index.php?showtopic=59211 this one you only need to call the .exe no switches needed. there is another method of installing the framework and javaruntime environment by using svcpack.inf, i havent tried it myself but many ppl have had success with it. you can find info on how todo this over on ryans forum http://www.ryanvm.net/forum/viewtopic.php?t=373hope this helps. Edited November 14, 2005 by ScubaSteve
cumminbk Posted November 15, 2005 Author Posted November 15, 2005 I tried a switch i found in this post http://www.msfn.org/board/index.php?showtopic=59211&st=10dotnetfx.exe /q:a /c:"install /l /q"and it seemed like it worked too. I first used the Run section in the start menu and it installed perfectly with this switch. but when i added switch to the file in my batch file during the unattended installation the net 2 did not install. Why is this. I am running my batch at the 12 min mark i use cmdlines.txt to call my batch file which runs the hotfixes along with net 2. i used this same method to install net 1.1. how are other ppl getting this to install on there CDs?
war59312 Posted November 15, 2005 Posted November 15, 2005 All I do is:ECHO Installing .NET FrameWork 2.0start /wait %systemdrive%\install\dotnetfx2\install.exe /qECHO.That's after extracting the file from microsoft.com and extracting to dotnetfx2 dir.
Shark007 Posted November 15, 2005 Posted November 15, 2005 @cumminbkMicrosoft .NET Framework 2.0 WILL NOT install @ T-13, T-12. or T-9.You must install 2.0 thru guirunonce or runonceex.shark
cumminbk Posted November 15, 2005 Author Posted November 15, 2005 @ shark that is very disapointing to hear. I would install it during RUNONCE or something but if i do it that way i am unable to get my unattended theme to work (Royale)I really wanted it to work during the install process. i guess its back to NET 1.1
Ghostie Posted November 15, 2005 Posted November 15, 2005 Here is how I got 2.0 to install%cdrom%\Install\DotNet\dotnet.exe /Q /C:"install.exe /Q"
cumminbk Posted November 15, 2005 Author Posted November 15, 2005 @ghostie so are you saying that your switch %cdrom%\Install\DotNet\dotnet.exe /Q /C:"install.exe /Q" allows it to work during the install process or are you using runonce? If there is a method to install NET 2.0 not using runonce i would like to know
Ghostie Posted November 15, 2005 Posted November 15, 2005 That should work for you by just changing the file location. I used the 23 meg version I got directly from Microsoft not modified in any way.
cumminbk Posted November 15, 2005 Author Posted November 15, 2005 yea ill give that a shot what install method did you use though how are you calling the file to be installed? I used the net 2 from microsoft also.yea ill give that a shot what install method did you use though how are you calling the file to be installed? I used the net 2 from microsoft also.yea ill give that a shot what install method did you use though how are you calling the file to be installed? I used the net 2 from microsoft also.
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