Recommended Posts

Hi,

Someone know what is the syntax for silent install of language pack for .net framework 3.

For 1.1, I used

"Module:\langpack.exe" /q:a /c:"inst /q".

For 2.0, I used

"Module:\langpack.exe" /q:a /c:"install /q"

[edit]

I have found, it's the same that for dotnetfx

"Module:\langpack.exe" /q /norestart

To detect if the language pack is installed,

[Detection]

RegistryKey=HKLM\Software\Microsoft\NET Framework Setup\NDP\v3.0\Setup\1036

RegistryData=InstallSuccess

RegistryValue=1

Edited by Jean-Mich
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.