Jump to content

.NET Framework silent install in RunOnceEx


JudgeDuck

Recommended Posts

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?

Link to comment
Share on other sites


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!

Link to comment
Share on other sites

  • 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
Link to comment
Share on other sites

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...