Jump to content

How can I integrate .NET Framework 2.0 Redistributable Package into my


Recommended Posts

Posted

I integrated .NET 1.1 in svcpack.inf like this (which worked without problems):

"dotnetfx.exe /Q /C:""msiexec -i netfx.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress"""

"langpack.exe /Q /C:""msiexec -i langpack.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress"""

"vjredist.exe /Q /C:""msiexec -i jsredist.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress"""

"vjredist-LP.exe /Q /C:"msiexec -i jsredist.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress"""

and tried this for 2.0

"dotnetfx.exe /Q /C:""msiexec -i netfx.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress"""

"langpack.exe /Q /C:""msiexec -i langpack.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress"""

"vjredist.exe /Q /C:""msiexec -i jsredist.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress"""

"vjredist-LP.exe /Q /C:"msiexec -i langpack.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress"""

But since 2.0 it the Framework is not installed during the svcpack.inf-Installs. :-/

Doeas anybody know how I can install .NET 2.0 with svcpack.inf?

Al


Posted

It's been said time and time again. The .NET Framework will not install from svcpack.inf or from cmdlines.txt. Nobody has found a way to do it yet. The only solution thus far is to install it from RunOnceEx.

Posted
Can you give me a better link please?

I found this Thread http://www.msfn.org/board/index.php?act=ST&f=70&t=63521 but I need a solution to install the framework before the first user logon.

Do you know a possibility?

Thanx

Al

Grab the RVM Integrator.

Then grab the .NET FRAMEWORK 2.0 GuirunonceEX install addon

This should be exactly what you need. .NET 2.0 is a tricky one. It has a bug in it which makes it mess up installing using svcpack.

For other addons you can use with the integrator check out these 2 links:

Addon Pack Downloads

Program Addons Download List

  • 4 months 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...