Jean-Mich Posted December 12, 2006 Share Posted December 12, 2006 (edited) 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 December 13, 2006 by Jean-Mich Link to comment https://www.neowin.net/forum/topic/520859-silent-install-of-dotnetfx3-language-pack/ Share on other sites More sharing options...
Recommended Posts