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.

.NET Framework silent install in RunOnceEx

Featured Replies

Hello,

I want to silent install .Net framework. It needs the folowing command: dotnetfw.exe /q:a /c:"install /l /q"

How do I put this in the .cmd RunOnceEx file since it has quotations in it the cmd doesn't exe it correctly.

REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:"install /l /q"" /f

Somebody has got an answer to this problem?


try this

REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:\"install /l /q\"" /f

Wouldn't it be easier to dowload the full .NET 1.1 from HERE and use

REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfx.exe /s" /f

for a full silent installation.

Edited by yoz7120

  • Author
try this
REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfw.exe /q:a /c:\"install /l /q\"" /f

Thnx but I already have found an answer.

Wouldn't it be easier to dowload the full .NET 1.1 from HERE and use
REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\dotNET Framework\dotnetfx.exe /s" /f

for a full silent installation.

That installation is English I think, I need a Dutch one. But I have already found an answer to my problem.

1) Open the .NET installer with WinRAR

2) Extract netfx.msi and netfx1.cab to a folder

3) Now you only need to use the following command netfx.msi /qn for a silent installation.

The 2 extracted files need to be in the same folder!

  • 7 months later...
Wouldn't it be easier to dowload the full .NET 1.1 from HERE and use

I downloaded the framework from the site you noted (with sp1 within it) trying to run it, but i get error 'missing StartX', neither help does work...

Pls help...Thanks

Edited by school1282

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.