ideas Posted October 9, 2006 Posted October 9, 2006 (edited) ok, so how do i go about in using this in my UXPCD?which directory should i put it and what commands & registries or scripts should i use to run this install correctly?The thing is, i really really like this pack Edited October 9, 2006 by ideas
mazin Posted October 9, 2006 Posted October 9, 2006 ok, so how do i go about in using this in my UXPCD?which directory should i put it and what commands & registries or scripts should i use to run this install correctly?The thing is, i really really like this packAre you talking about 0_NET-VJ-VC-VB-WSE-JRE-ISS.exe? (AIO Runtimes)If so, and you are using SVCPACK method in your UACD, just put the file in you SVCPACK folder.Add it to your SVCPACK.INF.That's it!However, I just renamed it to NET20.
mazin Posted October 10, 2006 Posted October 10, 2006 (edited) @ RogueSpearThe FOR statement suggested here is adapted from a post by Ctrl-X.I tested the statement but not the package yet.However, I'm willing to test the package from SVCPACK with this modified CMD.I lack two things: the way you compress the package and your ICON.If you are willing to provide them, I'll do the test today.:: --- Check for the state of Windows Setup and take a decision accordingly.for /f "tokens=3" %%v in ('reg query HKLM\SYSTEM\Setup /v SystemSetupInProgress') do set value=%%vIF %value%=="0x1" GOTO SVCPACKIF %value%=="0x0" GOTO OTHERS:: ----------------------------------------------- SVCPACK --------------------:SVCPACKmsiexec /i netfx.msi /qnmsiexec /i jsredist.msi /qnren "Program Files" "Program Files-dn1"ren "Win" "Win-dn1"ren "jsredist.msi" "jsredist1.msi"ren "Program Files-dn2" "Program Files"ren "Win-dn2" "Win"ren "jsredist2.msi" "jsredist.msi"reg delete HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW /freg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 0 /fmsiexec /i netfx2.msi /qnmsiexec /i jsredist.msi /qnmsiexec /i vcredist.msi /qnreg add HKLM\SYSTEM\Setup /v SystemSetupInProgress /t REG_DWORD /d 1 /fmsiexec /i WSE20SP3.msi /qnmsiexec /i isscript.msi /qnmsiexec /i isscript8.msi /qnmsiexec /i isscript9.msi /qnmsiexec /i isscript10.msi /qnmsiexec /i isscript1050.msi /qnmsiexec /i isscript11.msi /qnmsiexec /i J2SE508.msi /qnmove /Y *.DLL %systemroot%\system32move /Y *.OCX %systemroot%\system32move /Y *.TLB %systemroot%\system32regsvr32 /s %systemroot%\system32\AUTOITX3.DLLregsvr32 /s %systemroot%\system32\COMCAT.DLLregsvr32 /s %systemroot%\system32\COMCT232.OCXregsvr32 /s %systemroot%\system32\COMCT332.OCXregsvr32 /s %systemroot%\system32\COMCTL32.OCXregsvr32 /s %systemroot%\system32\COMDLG32.OCXregsvr32 /s %systemroot%\system32\DBLIST32.OCXregsvr32 /s %systemroot%\system32\MCI32.OCXregsvr32 /s %systemroot%\system32\MSCOMCT2.OCXregsvr32 /s %systemroot%\system32\MSCOMCTL.OCXregsvr32 /s %systemroot%\system32\MSCOMM32.OCXregsvr32 /s %systemroot%\system32\MSDATGRD.OCXregsvr32 /s %systemroot%\system32\MSDATLST.OCXregsvr32 /s %systemroot%\system32\MSFLXGRD.OCXregsvr32 /s %systemroot%\system32\MSINET.OCXregsvr32 /s %systemroot%\system32\MSMASK32.OCXregsvr32 /s %systemroot%\system32\MSSTDFMT.DLLregsvr32 /s %systemroot%\system32\MSSTKPRP.DLLregsvr32 /s %systemroot%\system32\MSVBVM60.DLLregsvr32 /s %systemroot%\system32\MSWINSCK.OCXregsvr32 /s %systemroot%\system32\OLEAUT32.DLLregsvr32 /s %systemroot%\system32\OLEPRO32.DLLregsvr32 /s %systemroot%\system32\PICCLP32.OCXregsvr32 /s %systemroot%\system32\RICHTX32.OCXregsvr32 /s %systemroot%\system32\SYSINFO.OCXregsvr32 /s %systemroot%\system32\TABCTL32.OCXregsvr32 /s %systemroot%\system32\OLEAUT32.DLLCLS:: ----------------------------------------------- OTHERS ---------------------:OTHERSmsiexec /i netfx.msi /qnmsiexec /i jsredist.msi /qnren "Program Files" "Program Files-dn1"ren "Win" "Win-dn1"ren "jsredist.msi" "jsredist1.msi"ren "Program Files-dn2" "Program Files"ren "Win-dn2" "Win"ren "jsredist2.msi" "jsredist.msi"msiexec /i netfx2.msi /qnmsiexec /i jsredist.msi /qnmsiexec /i vcredist.msi /qnmsiexec /i WSE20SP3.msi /qnmsiexec /i isscript.msi /qnmsiexec /i isscript8.msi /qnmsiexec /i isscript9.msi /qnmsiexec /i isscript10.msi /qnmsiexec /i isscript1050.msi /qnmsiexec /i isscript11.msi /qnmsiexec /i J2SE508.msi /qnmove /Y *.DLL %systemroot%\system32move /Y *.OCX %systemroot%\system32move /Y *.TLB %systemroot%\system32regsvr32 /s %systemroot%\system32\AUTOITX3.DLLregsvr32 /s %systemroot%\system32\COMCAT.DLLregsvr32 /s %systemroot%\system32\COMCT232.OCXregsvr32 /s %systemroot%\system32\COMCT332.OCXregsvr32 /s %systemroot%\system32\COMCTL32.OCXregsvr32 /s %systemroot%\system32\COMDLG32.OCXregsvr32 /s %systemroot%\system32\DBLIST32.OCXregsvr32 /s %systemroot%\system32\MCI32.OCXregsvr32 /s %systemroot%\system32\MSCOMCT2.OCXregsvr32 /s %systemroot%\system32\MSCOMCTL.OCXregsvr32 /s %systemroot%\system32\MSCOMM32.OCXregsvr32 /s %systemroot%\system32\MSDATGRD.OCXregsvr32 /s %systemroot%\system32\MSDATLST.OCXregsvr32 /s %systemroot%\system32\MSFLXGRD.OCXregsvr32 /s %systemroot%\system32\MSINET.OCXregsvr32 /s %systemroot%\system32\MSMASK32.OCXregsvr32 /s %systemroot%\system32\MSSTDFMT.DLLregsvr32 /s %systemroot%\system32\MSSTKPRP.DLLregsvr32 /s %systemroot%\system32\MSVBVM60.DLLregsvr32 /s %systemroot%\system32\MSWINSCK.OCXregsvr32 /s %systemroot%\system32\OLEAUT32.DLLregsvr32 /s %systemroot%\system32\OLEPRO32.DLLregsvr32 /s %systemroot%\system32\PICCLP32.OCXregsvr32 /s %systemroot%\system32\RICHTX32.OCXregsvr32 /s %systemroot%\system32\SYSINFO.OCXregsvr32 /s %systemroot%\system32\TABCTL32.OCXregsvr32 /s %systemroot%\system32\OLEAUT32.DLLCLS< EDIT> Added quotes. (in red) Edited October 10, 2006 by mazin
ideas Posted October 11, 2006 Posted October 11, 2006 (edited) ok, so how do i go about in using this in my UXPCD?which directory should i put it and what commands & registries or scripts should i use to run this install correctly?The thing is, i really really like this packAre you talking about 0_NET-VJ-VC-VB-WSE-JRE-ISS.exe? (AIO Runtimes)If so, and you are using SVCPACK method in your UACD, just put the file in you SVCPACK folder.Add it to your SVCPACK.INF.That's it!However, I just renamed it to NET20.Sorry but i don't know how to Add it to a SVCPACK.INF can u give me a sample file of it or show me wat it should look like? Edited October 11, 2006 by ideas
RogueSpear Posted October 11, 2006 Author Posted October 11, 2006 The FOR statement suggested here is adapted from a post by Ctrl-X.I'm going to see about getting the latest .NET 2.0 hotfix integrated and then I'll give this a test run.
mazin Posted October 11, 2006 Posted October 11, 2006 Sorry but i don't know how to Add it to a SVCPACK.INF SVCPACK method: http://unattended.msfn.org/unattended.xp/view/web/24/
RogueSpear Posted October 11, 2006 Author Posted October 11, 2006 @mazin, that little bit of batch you posted works great. I've integrated the new 922770 hotfix into .NET 2.0 as well. Did tests from both svcpack and post install and everything is perfect. I should have updates of all of my various runtime installers posted by later tonight.I appreciate you bringing the batch code from Ctrl-X to my attention. It made my life a bit easier and I'll make sure you both are given proper credit.
mazin Posted October 11, 2006 Posted October 11, 2006 @mazin, that little bit of batch you posted works great. I've integrated the new 922770 hotfix into .NET 2.0 as well. Did tests from both svcpack and post install and everything is perfect. I should have updates of all of my various runtime installers posted by later tonight.I appreciate you bringing the batch code from Ctrl-X to my attention. It made my life a bit easier and I'll make sure you both are given proper credit.Man, you ROCK!It's very kind of you recreating the package again.THANK YOU IN ADVANCE!
RogueSpear Posted October 11, 2006 Author Posted October 11, 2006 Ok, the updated .NET installers are online now. Still uploading my branded mega installer...Link
ideas Posted October 12, 2006 Posted October 12, 2006 (edited) my 0_NET-VJ-VC-VB-WSE-JRE-ISS.exe? (AIO Runtimes) worked all wat i did was to rename the file to RT_AIO, then place it in the SVCPACK directory, Remove SVCPACK.IN_ and install windows.all was done in vmware and everything worked planning on tryin to install to my machine later....Later on...test was done on sico xp 15 min install and it worked great on my Machine.Atlon 2200, 1GHZ ram, Gigabyte Mboard, etc Edited October 13, 2006 by ideas
Wesmosis Posted April 13, 2007 Posted April 13, 2007 what a losswhy you stop making self silent installers?!
Shark007 Posted April 13, 2007 Posted April 13, 2007 what a losswhy you stop making self silent installers?! RogueSpear is much to busy maintaining others computersto have time to stop making these. It would increase his workload by 1000% !He just relocated his base operations to his own forums which are found here: http://www.doitrightconsulting.net/forum/index.phpgood luck.. shark
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