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.

Install Slipstreamed Framework give me a error

Featured Replies

I don't understand the differences between my program and Tomcat76's program.

In a nutshell, my program (available here):

msiexec /a "C:\Temp1\dotnetfx\netfx.msi" TARGETDIR="C:\DotNetFinal" /qn
msiexec /p "C:\Temp1\NDP1.1sp1-KB867460-X86\S867460.msp" /a "C:\DotNetFinal\netfx.msi" /qn
msiexec /p "C:\Temp1\NDP1.1sp1-KB886903-X86\M886903.msp" /a "C:\DotNetFinal\netfx.msi" /qn
msiexec /a "C:\Temp1\langpack\langpack.msi" TARGETDIR="C:\DotNetFinal" /qn

His program:

msiexec /a %TmpDir%\netfx.msi TARGETDIR="%BuildDir%" /qb-!
msiexec /p %TmpDir%\S867460.msp /a DNF11\netfx.msi /qb-!
msiexec /p %TmpDir%\M886903.msp /a DNF11\netfx.msi /qb-!
msiexec /a %TmpDir%\langpack.msi TARGETDIR="%BuildDir%" /qb-!

I do not see a difference between how the executables are integrated into the admin install.

-JASpurrier3

What's in your Comment.txt? The language pack needs to be installed as well because it doesn't replace any files; it's just a bunch of new files.

If the language pack is used, this is executed by the silent installer in my thread:

StartX.exe /wait "msiexec /i netfx.msi /qn /norestart"

StartX.exe /wait "msiexec /i langpack.msi /qn"

StartX.exe /wait "regedit -s patch.reg"

Edited by Tomcat76

That's it! Dude thanks, I did not see that langpack.msi was created inside of the administrative install point.

I fixed my program now. Many Thanks to Tomcat76.

I added another sfx command to execute langpack.msi.

My completed program is available here.

-JASpurrier3

Thanks again to everyone who helped me to complete this program.

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.