MSFN Forum: Silently install dotnetfx2.0 & dotnet 1.1? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silently install dotnetfx2.0 & dotnet 1.1? Rate Topic: -----

#1 User is offline   ThinkLinux 

  • Group: Members
  • Posts: 7
  • Joined: 26-July 06

Posted 26 July 2006 - 08:40 AM

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 :huh:

On this forum i am found for dotnetfx1.1.

DotNet Framework 1.1
Install Switch: /q /c:"install /q"
Extraction: None
Notes:
Registry:

This post has been edited by ThinkLinux: 26 July 2006 - 08:47 AM



#2 User is offline   Sonic 

  • Sonic
  • Group: Patrons
  • Posts: 1,600
  • Joined: 04-December 03

Posted 26 July 2006 - 12:52 PM

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.

#3 User is offline   ckislam 

  • Islam Adel
  • PipPip
  • Group: Members
  • Posts: 141
  • Joined: 04-September 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 July 2006 - 02:42 PM

I used this For dot Net Framework 1.1

@ECHO OFF
ECHO ( 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 /Q
ECHO ( 3 von 4 ) Update KB886903 is installing..
Start /Wait KB886903.exe /Q
ECHO ( 4 von 4 ) German Language pack is installing..
Start /Wait langpack.exe /Q /C:"inst.exe /Q"
ECHO Installtion erfolgreich Abgeschlossen.
EXIT


for dot net 2.0 the same switches are used

Start /Wait dotnetfx20.exe /Q /C:"install.exe /Q"


it works well

#4 User is offline   mikesw 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 355
  • Joined: 05-October 05

Posted 26 July 2006 - 03:18 PM

Hmm, the original files from MSoft for .NET 1.0 and 1.1 self extract into two files. Each version
for .NET then is netfx.msi and netfx1.cab (two files) so I'd think the switches are different and one
must have the 'cab' files around to make it work.


View Postckislam, on Jul 26 2006, 04:42 PM, said:

I used this For dot Net Framework 1.1

@ECHO OFF
ECHO ( 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 /Q
ECHO ( 3 von 4 ) Update KB886903 is installing..
Start /Wait KB886903.exe /Q
ECHO ( 4 von 4 ) German Language pack is installing..
Start /Wait langpack.exe /Q /C:"inst.exe /Q"
ECHO Installtion erfolgreich Abgeschlossen.
EXIT


for dot net 2.0 the same switches are used

Start /Wait dotnetfx20.exe /Q /C:"install.exe /Q"


it works well



As for .NET v2.0, the file from MSoft is "dotnetfx.exe" and would work the way you said. If you extract
this file, then you get alot of 'eula' and 'res' files plus a few others along withe the netfx.msi, although
the 'cab' file is embedded and compressed within the 'msi' file. Trying to stick these other files into the
msi 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.msi
files for all the various .NET versions have about 5-6 errors each with alot of warnings (mostly
string overflow errors). How, these .NET packages install without error is beyond me! :wacko:
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 versions
won't install now...... :blink:

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 the
AIP is at, and not the default directories that came with the .NET software. Thus, I have to keep the
AIP files around to do reinstalls and repairs. I'd like to get rid of it. Thus, I'm looking into how to
fix 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 original
errors occurs, plus new ones due to the patches occur. To get ORCA to create the 'msi' file, one has to trick
ORCA into doing this. :sneaky:

#5 User is offline   ThinkLinux 

  • Group: Members
  • Posts: 7
  • Joined: 26-July 06

Posted 26 July 2006 - 05:29 PM

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

#6 User is offline   T D 

  • Go MSFN!
  • PipPipPipPipPip
  • Group: Members
  • Posts: 940
  • Joined: 05-April 06

Posted 27 July 2006 - 07:50 AM

.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/...showtopic=75109

WMP10: http://unattended.ms...r/MP10Setup.exe
Put it in svcpack.inf. It doesn't need switches.

#7 User is offline   ThinkLinux 

  • Group: Members
  • Posts: 7
  • Joined: 26-July 06

Posted 27 July 2006 - 08:46 AM

thanks ;)

#8 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 26 August 2006 - 06:47 AM

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:
Posted Image
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.
Posted Image
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.

This post has been edited by ZileXa: 26 August 2006 - 06:48 AM


#9 User is offline   donvince 

  • Group: Members
  • Posts: 1
  • Joined: 04-February 05

Posted 28 August 2006 - 06:35 AM

Great work, i am interested in the Dutch version, where can i find it ?

#10 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 28 August 2006 - 07:21 AM

Please wait a bit, have exam on wednesday will upload everything after.

#11 User is offline   sparky995 

  • Group: Members
  • Posts: 1
  • Joined: 01-November 05

Posted 11 September 2006 - 05:52 AM

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

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy