ThinkLinux Posted July 26, 2006 Share Posted July 26, 2006 (edited) HI, I am study eBooK MSFN_Unnattend and i have ask how to make to silently install Microsoft Framework 2.0 and 1.1? To folow way updating setup source with latest hotfix?? Realy need help On this forum i am found for dotnetfx1.1.DotNet Framework 1.1Install Switch: /q /c:"install /q"Extraction: NoneNotes:Registry: Edited July 26, 2006 by ThinkLinux Link to comment Share on other sites More sharing options...
Sonic Posted July 26, 2006 Share Posted July 26, 2006 imho, the fatest solution is RyanVM repacked framework.You can find two versions with latest hotfixes integrated.http://www.ryanvm.net/msfn/I use it, and I apply language patch after without any problems.To repack it yourself, search and read on the forum, there are methods.Goodbye. Link to comment Share on other sites More sharing options...
ckislam Posted July 26, 2006 Share Posted July 26, 2006 I used this For dot Net Framework 1.1@ECHO OFFECHO ( 1 von 4 ) Microsoft .NET Framework 1.1 is installing..Start /Wait dotnetfx.exe /Q /C:"install.exe /Q"ECHO ( 2 von 4 ) .Net Framework SP1 is installing..Start /Wait dotnetsp1.exe /QECHO ( 3 von 4 ) Update KB886903 is installing..Start /Wait KB886903.exe /QECHO ( 4 von 4 ) German Language pack is installing..Start /Wait langpack.exe /Q /C:"inst.exe /Q"ECHO Installtion erfolgreich Abgeschlossen.EXITfor dot net 2.0 the same switches are usedStart /Wait dotnetfx20.exe /Q /C:"install.exe /Q"it works well Link to comment Share on other sites More sharing options...
mikesw Posted July 26, 2006 Share Posted July 26, 2006 Hmm, the original files from MSoft for .NET 1.0 and 1.1 self extract into two files. Each versionfor .NET then is netfx.msi and netfx1.cab (two files) so I'd think the switches are different and onemust have the 'cab' files around to make it work.I used this For dot Net Framework 1.1@ECHO OFFECHO ( 1 von 4 ) Microsoft .NET Framework 1.1 is installing..Start /Wait dotnetfx.exe /Q /C:"install.exe /Q"ECHO ( 2 von 4 ) .Net Framework SP1 is installing..Start /Wait dotnetsp1.exe /QECHO ( 3 von 4 ) Update KB886903 is installing..Start /Wait KB886903.exe /QECHO ( 4 von 4 ) German Language pack is installing..Start /Wait langpack.exe /Q /C:"inst.exe /Q"ECHO Installtion erfolgreich Abgeschlossen.EXITfor dot net 2.0 the same switches are usedStart /Wait dotnetfx20.exe /Q /C:"install.exe /Q"it works wellAs for .NET v2.0, the file from MSoft is "dotnetfx.exe" and would work the way you said. If you extractthis file, then you get alot of 'eula' and 'res' files plus a few others along withe the netfx.msi, althoughthe 'cab' file is embedded and compressed within the 'msi' file. Trying to stick these other files into themsi package like the way the cab file was done.If one runs the "msi installer validation suite" that comes with ORCA, you'll see that each of the netfx.msifiles for all the various .NET versions have about 5-6 errors each with alot of warnings (mostlystring overflow errors). How, these .NET packages install without error is beyond me! I'm trying to update each of the msi files with the corresponding ".msp" patch file that MSoft provides.They patch the msi ok, but the errors still exist and of course now, the .NET framework versionswon't install now...... Now trying to figure out how to repair them.The other way is through the AIP (Administration install point) with the patches. Everything installs,but if one has to reinstall or do a repair of the .NET packages, the directories used are where theAIP is at, and not the default directories that came with the .NET software. Thus, I have to keep theAIP files around to do reinstalls and repairs. I'd like to get rid of it. Thus, I'm looking into how tofix the original 'msi' files and how to put all files and patches in only one file (the msi file) for each .NET version.I can create a patched 'msi' file with ORCA, but the same problems mentioned above about the originalerrors occurs, plus new ones due to the patches occur. To get ORCA to create the 'msi' file, one has to trickORCA into doing this. Link to comment Share on other sites More sharing options...
ThinkLinux Posted July 26, 2006 Author Share Posted July 26, 2006 For windows Media Player 10? I am test my xp instalation with virtual pc and got error /? when instalation is traying to install media player 10!?Media Player 10 and hotfixes+framework 1.1+2 is located in the svcpack folder. Ist correct to put media player 10 and framework 1.1 and 2.0 in the svcpack or to make batch script and put to the $OEM$ folder.... Link to comment Share on other sites More sharing options...
T D Posted July 27, 2006 Share Posted July 27, 2006 .net framework 1.1 works fine in svcpack but .net 2.0 and asp patch can't.Workaround and FULL .net 1.1, sp1, asp, .net 2, asp here --> http://www.msfn.org/board/index.php?showtopic=75109WMP10: http://unattended.msfn.org/files/beginner/MP10Setup.exePut it in svcpack.inf. It doesn't need switches. Link to comment Share on other sites More sharing options...
ThinkLinux Posted July 27, 2006 Author Share Posted July 27, 2006 thanks Link to comment Share on other sites More sharing options...
ZileXa Posted August 26, 2006 Share Posted August 26, 2006 (edited) I've created a .Net Framework installer that can be used as a normal installer to install .Net Framework 1.1 + SP1 + the hotfix & .Net Framework 2.0 + the hotfix on a pc that doesn't have .Net yet, or silently during unAttended setup or even at T13. For now I've only created the Dutch version but if there is animo for an English version I'll post that one too. One-Click install:it's in Dutch, just asking user if he/she wants to continue installation of .Net 1.1/2.0. Using the -? or -h switch you'll get to see the options.Giving info about the switches for different methods of silent install (with/without progressbar, with/without extraction progressbar, T13 install).Just let me know if people like this and I'll post the English version as well. I could create a batchfile if people want to create other languages as well. Edited August 26, 2006 by ZileXa Link to comment Share on other sites More sharing options...
donvince Posted August 28, 2006 Share Posted August 28, 2006 Great work, i am interested in the Dutch version, where can i find it ? Link to comment Share on other sites More sharing options...
ZileXa Posted August 28, 2006 Share Posted August 28, 2006 Please wait a bit, have exam on wednesday will upload everything after. Link to comment Share on other sites More sharing options...
sparky995 Posted September 11, 2006 Share Posted September 11, 2006 ZileXa,Can your installer be downloaded at this time, and if it can, what is the URL?? I need the dutch language fot dotnet2.0.Thanx in advance,Sparky 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