Jump to content

Recommended Posts

Posted (edited)

Hello

I known that this topic is not new, because there are lot of posts about the silent installations of framework package

So my aim is just to centralise them into one. Searching into the msdn website, i have found those officials links

Officials MSDN Referencies about Frameworks

Microsoft Dot Net Framework 1.0 Redistribuable

http://msdn2.microsoft.com/en-us/library/ms994395.aspx

Microsoft Dot Net Framework 1.1 Redistribuable

http://msdn2.microsoft.com/en-us/library/ms994356.aspx

Microsoft Dot Net Framework 2.0 Redistribuable

http://msdn2.microsoft.com/en-us/library/aa480242.aspx

Microsoft Dot Net Framework 3.0 Redistribuable

http://msdn2.microsoft.com/en-us/library/aa480198.aspx

Officials silent commands you can use into unattend cd (Runonceex or svcpack.inf)

Microsoft Dot Net Framework 1.0 + Language Pack - Silent Parameters

Framework

"dotnetfx.exe /q:a /c:"install /l /q""

Language Pack

"Any setup name" + "parameters" (Current parameters: /q:a /c:"inst /l /q")

LangPack.exe /q:a /c:"inst /l /q"

Microsoft Dot Net Framework 1.1 + Language Pack - Silent Parameters

Framework

"dotnetfx.exe /q:a /c:"install /l /q""

Language Pack

"Any setup name" + "parameters" (Current parameters: /q:a /c:"inst /l /q")

LangPack.exe /q:a /c:"inst /l /q"

Microsoft Dot Net Framework 2.0 + Language Pack - Silent Parameters

Framework

"dotnetfx.exe /q:a /c:"install /l /q""

Language Pack

"Any setup name" + "parameters" (Current parameters: /q:a /c:"inst /l /q")

LangPack.exe /q:a /c:"inst /l /q"

Microsoft Dot Net Framework 3.0 + Language Pack - Silent Parameters

Framework

"Any setup name" + "parameters" (Current parameters: /q | /norestart)

"Dotnetfx3.exe /q /norestart"

"Dotnetfx3_x64.exe /q /norestart"

"Dotnet3setup.exe /q /norestart"

Language Pack

"Any setup name" + "parameters" (Current parameters: /q:a /c:"inst /l /q")

So if someone, see an error or a complement, i will correct this post

I hope it will aid some newbies

:thumbup

Edited by KRYOGENIUS

Posted

Great idea.

I have created a .Net Framework 3.0 installer, can be used as normal and silent installer.

ofcourse 2.0 included since 3.0 is only an update of 2.0.

Difference with most other installers is this one installs Dutch languagepack (for 2.0).

Check signature for downloadlink.

Posted
If I install DotNET Framework 3 I don't need to install DotNET Framework 2 and 1.1?????????

Thnx,

Annita

Need Dotnet ver 1.1 install + Dotnet 3 install

Dotnet3 already included dotnet2 installer.

Posted

Since this post was aimed at newbies... here i am :thumbup

just to clarify... installing version 1.1 and 3. is enough, 2 isnt required... so placing these switches in my runonceex.cmd file is the way to go?

Jon

Posted

some trick doesn' t work...

here we are:

uniextract in subdir the language pack... then (in a file batch, CMD).... add the switch: setup.exe /passive

thats all----- am a newbies :hello:

  • 4 weeks later...
  • 3 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...