RyanVM Posted September 9, 2004 Posted September 9, 2004 edit: okay got it correct now:cscript.exe is updated from 5.6.0.6626 to 5.6.0.8825 same goes for the reststill wondering if there is a change log??SP2 has build 8820, actually.
XtremeMaC Posted September 9, 2004 Posted September 9, 2004 u're probabaly right I'm still using 2096 on my current machine (i cannot upgrade the beta so waiting for my new 2.5" 7200rpm hdd and then will be formatting with my new nLite'd sp2 install)though already installed sp2 rtm on my desktop
devil270975 Posted September 9, 2004 Posted September 9, 2004 right here we go, i have been looking at how to slipstream all the script files and i think i have done it, allthough i cant test it as my cd-rw is broken and my new dvd-rw not delivered yet.download Windows script 5.6create this cmd script in the same directory as you downloaded the scripten.exe file and execute it, all being well it should work {i have not found any reference to the cat file anywhere, so without that, just a case of replacing the files@echo offecho Please enter the FULL path to your i386 folderecho example c:\xpcd\i386set /p LOC=Path:echo %LOC%md %systemdrive%\scriptfilesscripten.exe /q /c /t:%systemdrive%\scriptfilespushd %systemdrive%\scriptfiles:: will only copy files allready at destination for %%i in (*.dll) do makecab.exe %%i %%~ni.dl_for %%i in (*.exe) do makecab.exe %%i %%~ni.ex_makecab.exe wshom.ocx wshom.oc_xcopy *.dl_ "%LOC%" /u /y /fxcopy *.ex_ "%LOC%" /u /y /fxcopy *.oc_ "%LOC%" /u /y /fpopdrd %systemdrive%\scriptfiles /s /qexityou can either hardcode the destination folder in for your i386 folder or leave as is and enter it when prompted***BE WARNED THIS HAS NOT BEEN TESTED BY ME***allthough no reason why it wont workand if anyone feels like testing it then please let me know if it does workEDIT: error in script, i missed out wshom.ocx - fixed
XtremeMaC Posted September 9, 2004 Posted September 9, 2004 wow that's very interesting the inf nor the cat file don't exist on any xp (non-sp, sp1, sp2) ??? well okay maybe the inf is done though other inf's but how's the cat get registered? or does it have to?okay parts of it lies under wsh.inf
RyanVM Posted September 9, 2004 Posted September 9, 2004 XtremeMac pointed out the problem I see with that script. Yes, the files will likely be updated, but without at least a cat file, I don't think Windows will actually be aware of them being updated. As a result, WindowsUpdate will likely still prompt the user to install it (assuming that WS 5.6 eventually shows up on there).EDIT: Also, /D CompressionType=LZX /D CompressionMemory=21 should be added to the makecab command to maximize compression.
RBCC Posted September 10, 2004 Posted September 10, 2004 How do you install Media Player and Highmat Silently?
RyanVM Posted September 10, 2004 Posted September 10, 2004 Extract the MSI from the exe.start /wait path\to\HMTCDWizard.msi /quiet /norestart
Aaron Posted September 10, 2004 Author Posted September 10, 2004 How do you install Media Player Silently?http://unattended.msfn.org/xp/applications/mediaplayer10.htm
MAVERICKS CHOICE Posted September 10, 2004 Posted September 10, 2004 Extract the MSI from the exe.start /wait path\to\HMTCDWizard.msi /quiet /norestartCannot seem to extract the msi from my HMTCD.exe?
GreenMachine Posted September 10, 2004 Posted September 10, 2004 I wish I could: anyone know how? I believe you can find it somewhere AFTER installation. Install the .EXE with the /QN (or /QB) switch works fine. Still, if anyone knows of a SCRIPTABLE way to extract the MSI, I'm all ears ...
RyanVM Posted September 10, 2004 Posted September 10, 2004 If you start setup, you can pull the MSI file out of the temp folder.
MAVERICKS CHOICE Posted September 11, 2004 Posted September 11, 2004 Extract the MSI from the exe.start /wait path\to\HMTCDWizard.msi /quiet /norestartThanks found the msi but complains of incorrect switches when running HMTCDWizard.msi /quiet /norestart[code]
TheCrowX Posted September 11, 2004 Posted September 11, 2004 Hi is it possible to install hotfixes using the batch file and is it recommended and if not can i specify other folder for the svcpack other than in i386Thanx in advance
devil270975 Posted September 11, 2004 Posted September 11, 2004 @MAVERICKS CHOICEit is because it is an exe not msi try using HMTCDWizard.exe /passive /norestart
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