yong2579 Posted July 6, 2004 Posted July 6, 2004 Hey guys, I try to install these 2 hotfixes (n lots of other stuffs) during T-13 using batch files (Install.cmd) by CMDLINES.TXT** CMDLINES.TXT **[COMMANDS]".\Install.cmd"The following scenario will happen when it's begin to install these hotfixes:Q817787 - C:\documents not found (got to click ok and won't get installed)Q839643 - Windows update will say it's not installed although it hasIf i try using GUIRUNONCE, everything works perfectly, so this means it's not syntax problem. (I took special care for those needed \")Can anyone helps? I dun wish to use GUIRUNONCE to install these hotfixes. Thanks!
Aaron Posted July 6, 2004 Posted July 6, 2004 As it says in the main Hotfix thread (http://www.msfn.org/board/index.php?showtopic=8741&st=0):Q839643 (8th June 2004)Vulnerability in DirectPlay Could Allow Denial of ServiceDownload - 443 KB (Download this update if you plan a full installation of DirectX 9.0b prior to this update)Download - 435 KB (This is for DirectX on a default Windows XP SP1 installation without DirectX 9.0b)NOTE: This update may fail to install via svcpack if DirectX 9.0b is also being installed via svcpack. Instead, install this update on first logon to ensure successfull installation.andNOT SVCPACK.INF SUPPORTED - Anything shown below must not be processed by svcpack. Instead, these should be installed on first logon to process silent unattended installations of these updates.Q817787 (Switch: /Q:A /R:N) (6th May 2003)So you will have to use GuiRunOnce/RunOnceEx.
yong2579 Posted July 7, 2004 Author Posted July 7, 2004 However, i din use svcpack.inf to install the following components, i use install.cmd via cmdlines.txt at T-13 instead.Q817787Q839643so this means i din violate it's limitation. However if it is as described in your reply aaron, that it must be installed at guirunonce/runonceex, then how come no one had this problem as me although they install their hotfixes at T-13? Is it possible that they din even install these 2 updates? Please assist and thanks dude!Here is my install.cmd in case you need to see:cmdow @ /HID@ECHO OFFNET USE O: \\nt3611acm01\apps /USER:3611\3611taadminxp "XXXXXXXXX" /PERSISTENT:noSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Adobe Reader 6.0" /fREG ADD %KEY%\001 /V 1 /D "O:\Bryan\Install\AdbeRdr60_enu_full.exe -p\"-s /v\\\"/qn\\\"\"" /fREG ADD %KEY%\002 /VE /D "Microsoft Office XP SP3" /fREG ADD %KEY%\002 /V 1 /D "O:\Bryan\Install\Microsoft_Office_XP\Admin\SETUP.EXE TRANSFORMS=O:\Bryan\Install\\Microsoft_Office_XP\Admin\Unity.MST /qn" /fREG ADD %KEY%\002 /V 2 /D "MSIEXEC /p O:\Bryan\Install\Microsoft_Office_XP\Updates\VSDEBUGff.msp SHORTFILENAMES=TRUE /qn" /fREG ADD %KEY%\003 /VE /D "Microsoft Publisher 2002" /fREG ADD %KEY%\003 /V 1 /D "O:\Bryan\Install\Microsoft_Publisher_2002\Admin\SETUP.EXE /qn" /fREG ADD %KEY%\004 /VE /D "Mcafee Virus Scan 7.0.0" /fREG ADD %KEY%\004 /V 1 /D "O:\Bryan\Install\Mcafee_VirusScan\v7.0.0\Install\0409\setup.exe /q" /fREG ADD %KEY%\004 /V 2 /D "CMD /C COPY O:\Bryan\Install\Mcafee_VirusScan\Updates\EXTRA.DAT \"%PROGRAMFILES%\Common Files\Network Associates\Engine\" /Y" /fREG ADD %KEY%\004 /V 3 /D "CMD /C COPY O:\Bryan\Install\Mcafee_VirusScan\Updates\agent302.exe %SYSTEMDRIVE%\Install /Y" /fREG ADD %KEY%\004 /V 4 /D "%SYSTEMDRIVE%\Install\agent302.exe /FORCEINSTALL /INSTALL=AGENT /SITEINFO=%SYSTEMDRIVE%\Install\SiteList.xml /S" /frem (ERROR) REG ADD %KEY%\005 /VE /D "Winzip 9.0" /frem (ERROR) REG ADD %KEY%\005 /V 1 /D "\"%PROGRAMFILES%\WinZip\WINZIP32.EXE\" /noqp /notip /autoinstall" /fREG ADD %KEY%\006 /VE /D "Windows HotFixes" /fREG ADD %KEY%\006 /V 1 /D "%SYSTEMDRIVE%\Install\HotFixes\KB817787.exe /Q:A /R:N" /fREG ADD %KEY%\006 /V 2 /D "%SYSTEMDRIVE%\Install\HotFixes\KB839643.exe /Q /O /N /Z" /frundll32 iernonce.dll,RunOnceExProcessCONVERT %SYSTEMDRIVE% /FS:NTFS /CVTAREA:CVTAREA.TMP /X < %SYSTEMDRIVE%\Input.txt
Aaron Posted July 7, 2004 Posted July 7, 2004 Nobody has been able to install those 2 hotfixes at that part of setup, no matter whether its cmdlines or svcpack.One example as explained by Alanoll in another thread - the problem with the dx9.0b hotfix is because new files from dx9.0b Setup don't get replaced until the system is rebooted (thus hotfixed files get overwritten too), which is why the hotfix installation only works when its done on a seperate reboot.
Alanoll Posted July 7, 2004 Posted July 7, 2004 also, most people don't try to bypass the "SVCPACK limitation" but using CMDLINES.TXT, as they recognize it's essentially the same part of setup.NOT SVCPACK.INF SUPPORTED - Anything shown below must not be processed by svcpack. Instead, these should be installed on first logon to process silent unattended installations of these updates.Though you read the first sentence, you did miss the second, which would be the reason most people don't try CMDLINES.TXT.and to clearify, you CAN install the DX9 patch, if you also use that little file Tobe made prior to running it, but AFTER you install DX9.
yong2579 Posted July 7, 2004 Author Posted July 7, 2004 All right thanks dudes! I guess I better learn to be good by installing those 2 hotfixes in GUIRUNONCE! N thanks aaron for pointing out the problem with the dx9.0b hotfix is because new files from dx9.0b Setup don't get replaced until the system is rebooted (thus hotfixed files get overwritten too), which is why the hotfix installation only works when its done on a seperate reboot.I din know that man!
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