Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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

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.

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

You can also grab RVM's Switchless installer and run from cmdlines.txt if you dont want to mess with your source.

  • 4 months later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.