TheCrowX Posted May 8, 2006 Posted May 8, 2006 hi everyone Can someone tell me the switch for the .Net Framework language pack so i can install it silently ?Thanx in advance
ajua Posted May 8, 2006 Posted May 8, 2006 well, normally .net framework autodetects your windows language settings and install accordingly. but if you want another language installed then goto microsoft and download multilanguage setup and search there for the LANG switch so you can choose wich language to install.
TheCrowX Posted May 8, 2006 Author Posted May 8, 2006 yeah i downloaded the language pack and i don t know the switch to install it
ajua Posted May 9, 2006 Posted May 9, 2006 yeah i downloaded the language pack and i don t know the switch to install itjust search microsoft knowledge base, im sure the language code for .net frame work setup is there.
Sonic Posted May 9, 2006 Posted May 9, 2006 To install the language pack silently use .exe /Q /c:"install /q"
TheCrowX Posted May 9, 2006 Author Posted May 9, 2006 Thanx Sonic That s what i was looking for i m gonna try it now
TheCrowX Posted May 15, 2006 Author Posted May 15, 2006 (edited) Hi Sonic i tried your solution but it didn t work it gives me this errorhttp://img50.imageshack.us/img50/6050/error6bb.jpgit s in french i ll translate it " Error when creating <install /q>. Reason : the specified file is unfindable.And thi is what i put in cmdlines ECHO.ECHO Installing FrameWork 1.1start /wait %systemdrive%\install\Framework\dotnet11sp1.exestart /wait %systemdrive%\install\Framework\langpack.exe /Q /c:"install /q" Edited May 15, 2006 by TheCrowX
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now