I have tried to install it from svcpack.inf and RunOnceEx.cmd and I have tried many diffirent switches but it does not install silently.
Examples:
svcpack.inf:
CODE
dotnetfx.exe /Q:A /R:N
brings up "Do you want to setup..."promt...CODE
dotnetfx.exe /q:a /c:"install /l /q"
Does not say anything and does not install...When try these in RunOnceEx.cmd I either get error dialog or it just skip it...
Example:
CODE
REG ADD %KEY%\020 /VE /D ".NET Framework 1.1" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\DOTNET\dotnetfx.exe /q:a /c:"install /l /q"" /f
it just skips it...What am I doing wrong?
2 questions:
1. Is RyanVm's .net package "english only"?
If yes it's not a good thing for me as I am finnish.
2. Would installing from netfx.msi be better idea?
If yes could someone tell me what switches to use .msi files?
Thank in advance and sorry for bad english!