Jump to content

Recommended Posts

Posted

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 has

If 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!


Posted

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 Service

Download - 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.

and

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.

Q817787 (Switch: /Q:A /R:N) (6th May 2003)

So you will have to use GuiRunOnce/RunOnceEx.

Posted

However, i din use svcpack.inf to install the following components, i use install.cmd via cmdlines.txt at T-13 instead.

Q817787

Q839643

so 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 OFF

NET USE O: \\nt3611acm01\apps /USER:3611\3611taadminxp "XXXXXXXXX" /PERSISTENT:no

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Adobe Reader 6.0" /f
REG ADD %KEY%\001 /V 1 /D "O:\Bryan\Install\AdbeRdr60_enu_full.exe -p\"-s /v\\\"/qn\\\"\"" /f

REG ADD %KEY%\002 /VE /D "Microsoft Office XP SP3" /f
REG 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" /f
REG ADD %KEY%\002 /V 2 /D "MSIEXEC /p O:\Bryan\Install\Microsoft_Office_XP\Updates\VSDEBUGff.msp SHORTFILENAMES=TRUE /qn" /f

REG ADD %KEY%\003 /VE /D "Microsoft Publisher 2002" /f
REG ADD %KEY%\003 /V 1 /D "O:\Bryan\Install\Microsoft_Publisher_2002\Admin\SETUP.EXE /qn" /f

REG ADD %KEY%\004 /VE /D "Mcafee Virus Scan 7.0.0" /f
REG ADD %KEY%\004 /V 1 /D "O:\Bryan\Install\Mcafee_VirusScan\v7.0.0\Install\0409\setup.exe /q" /f
REG ADD %KEY%\004 /V 2 /D "CMD /C COPY O:\Bryan\Install\Mcafee_VirusScan\Updates\EXTRA.DAT \"%PROGRAMFILES%\Common Files\Network Associates\Engine\" /Y" /f
REG ADD %KEY%\004 /V 3 /D "CMD /C COPY O:\Bryan\Install\Mcafee_VirusScan\Updates\agent302.exe %SYSTEMDRIVE%\Install /Y" /f
REG ADD %KEY%\004 /V 4 /D "%SYSTEMDRIVE%\Install\agent302.exe /FORCEINSTALL /INSTALL=AGENT /SITEINFO=%SYSTEMDRIVE%\Install\SiteList.xml /S" /f

rem (ERROR) REG ADD %KEY%\005 /VE /D "Winzip 9.0" /f
rem (ERROR) REG ADD %KEY%\005 /V 1 /D "\"%PROGRAMFILES%\WinZip\WINZIP32.EXE\" /noqp /notip /autoinstall" /f

REG ADD %KEY%\006 /VE /D "Windows HotFixes" /f
REG ADD %KEY%\006 /V 1 /D "%SYSTEMDRIVE%\Install\HotFixes\KB817787.exe  /Q:A /R:N" /f
REG ADD %KEY%\006 /V 2 /D "%SYSTEMDRIVE%\Install\HotFixes\KB839643.exe  /Q /O /N /Z" /f

rundll32 iernonce.dll,RunOnceExProcess

CONVERT %SYSTEMDRIVE% /FS:NTFS /CVTAREA:CVTAREA.TMP /X < %SYSTEMDRIVE%\Input.txt

Posted

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.

Posted

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.

Posted

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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...