AlBundy33 Posted January 2, 2006 Posted January 2, 2006 I integrated .NET 1.1 in svcpack.inf like this (which worked without problems):"dotnetfx.exe /Q /C:""msiexec -i netfx.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress""""langpack.exe /Q /C:""msiexec -i langpack.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress""""vjredist.exe /Q /C:""msiexec -i jsredist.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress""""vjredist-LP.exe /Q /C:"msiexec -i jsredist.msi /quiet /norestart /qn ADDLOCAL=ALL REBOOT=ReallySuppress"""and tried this for 2.0"dotnetfx.exe /Q /C:""msiexec -i netfx.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress""""langpack.exe /Q /C:""msiexec -i langpack.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress""""vjredist.exe /Q /C:""msiexec -i jsredist.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress""""vjredist-LP.exe /Q /C:"msiexec -i langpack.msi /quiet /norestart /qn USING_EXUIH=1 ADDLOCAL=ALL REBOOT=ReallySuppress"""But since 2.0 it the Framework is not installed during the svcpack.inf-Installs. :-/Doeas anybody know how I can install .NET 2.0 with svcpack.inf?Al
AlBundy33 Posted January 4, 2006 Author Posted January 4, 2006 Can you give me a better link please?I found this Thread http://www.msfn.org/board/index.php?act=ST&f=70&t=63521 but I need a solution to install the framework before the first user logon.Do you know a possibility?ThanxAl
Zxian Posted January 4, 2006 Posted January 4, 2006 It's been said time and time again. The .NET Framework will not install from svcpack.inf or from cmdlines.txt. Nobody has found a way to do it yet. The only solution thus far is to install it from RunOnceEx.
Siginet Posted January 4, 2006 Posted January 4, 2006 Can you give me a better link please?I found this Thread http://www.msfn.org/board/index.php?act=ST&f=70&t=63521 but I need a solution to install the framework before the first user logon.Do you know a possibility?ThanxAlGrab the RVM Integrator.Then grab the .NET FRAMEWORK 2.0 GuirunonceEX install addonThis should be exactly what you need. .NET 2.0 is a tricky one. It has a bug in it which makes it mess up installing using svcpack.For other addons you can use with the integrator check out these 2 links:Addon Pack DownloadsProgram Addons Download List
krismark Posted January 4, 2006 Posted January 4, 2006 You can also grab RVM's Switchless installer and run from cmdlines.txt if you dont want to mess with your source.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now