Patching Office 2000
|
Logged in as: Guest
|
|
Users viewing this topic:
none
|
|
Login | |
|
Patching Office 2000 - 13.Oct.2004 1:04:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
Hi,
This question is for Eric. I went to your web site http://myweb.cableone.net/xnih/ to try and deploy o2ksp3 and I'm having a bit of trouble. I'm trying to deploy o2ksp3 on a windows 2000 workstation with o2ksr1a, and when it gets to the part were the install.bat file tries to import the modify.reg file I get the error message, "Cannot import modify.reg, the file is not a registry script. There may be a disk or file system error".
On another question, how do you get languard to report if Office o2ksr1a is already installed on a system? I'm assuming you need to create a registry vulnerability script for it, I'm just not sure where the right registry key is for it.
Thanks, Rex
|
|
|
|
RE: Patching Office 2000 - 13.Oct.2004 2:13:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
Hi Eric,
Thanks for responding... Here is what my modifynet.reg file says. If I try to manually import it, it says "Cannot import, the specified file is not a reqistry script. You can only import reqistry files."
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E] "ProductName"="Microsoft Office 2000 Professional" "PackageCode"="4A9CD375723E2D118B8500060B8F982F" "Language"=dword:00000409 "Version"=dword:09000aa0 "Assignment"=dword:00000001 "AdvertiseFlags"=dword:00000184 "Clients"=hex(7):3a,00,00,00,00,00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E\SourceList] "PackageName"="DATA1.MSI" "LastUsedSource"="n;1;\\Sebastes\public\ITS\Software\MS Office 2000\"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E\SourceList\Media] "MediaPackage"="\\" "DiskPrompt"="Microsoft Office 2000 Professional" "1"="O9PROCD01;1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E\SourceList\Net] "1"=\\Sebastes\public\ITS\Software\MS Office 2000\
As for o2ksr1a, I did find this info (below) in my products.xml file, but I'm not sure where to find the results in my languard v5 scanner. Buy the way, it was installed off the local cd.
Thanks, Rex
</ServicePack> - <ServicePack ID="126" Number="2" Name="SR-1a" FileName="data1.msp" URL="http://download.microsoft.com/download/office2000prem/Update/3821h/WIN98/EN-US/data1.msp" SilentInstall="0" Dependencies=""> - <Tests> <Test Type="!p" RegPath="SOFTWARE\Classes\Installer\Patches\032B7FF4CCE94D11EBA3000CF4206079" RegKey="" RegValue=""/> <Test Type="!p" RegPath="SOFTWARE\Classes\Installer\Patches\35D1205B464EB704B9839D77C8B504E1" RegKey="" RegValue=""/> <Test Type="c" RegPath="SOFTWARE\Classes\Installer\Products\904000001E872D116BF00006799C897E" RegKey="ProductName" RegValue="SR-1"/> </Tests>
|
|
|
|
RE: Patching Office 2000 - 13.Oct.2004 2:54:00 PM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
quote: [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E\SourceList\Media] "MediaPackage"="\\" "DiskPrompt"="Microsoft Office 2000 Professional" "1"="O9PROCD01;1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E\SourceList\Net] "1"=\\Sebastes\public\ITS\Software\MS Office 2000\
I think you need " " around \\Sebastes\....\Office2000\
as for Detection: quote: <Test Type="c" RegPath="SOFTWARE\Classes\Installer\Products\904000001E872D116BF00006799C897E" RegKey="ProductName" RegValue="SR-1"/>
It does a registry check to see if SR-1 is there. There should be checks for SP2 and SP3.
Not sure overall, gotta fly and do my real job here.
eric
|
|
|
|
RE: Patching Office 2000 - 13.Oct.2004 7:31:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
Eric,
I tried that and it still didn't work. I think I may have figured it out on my own. What I did was edit the .reg file to say REGEDIT4 on the top line. After that, all was good, however now I'm getting Windows 2000 setup splash screen giving me a usage menu. Not sure what to so here... Perhaps one of the parameters in the install.bat files is incorrect?
They are:
regedit /s modifynet.reg setup /qb o2ksp3 /q
|
|
|
|
RE: Patching Office 2000 - 13.Oct.2004 7:37:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
Also in order for languard to show if Office SR-1 was installed, I just added the registry check of SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E;ProductName value: Microsoft Office 2000 SR-1 Professional
All is good now.. Rex
|
|
|
|
RE: Patching Office 2000 - 14.Oct.2004 10:20:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
In regards to: quote: I'm getting Windows 2000 setup splash screen giving me a usage menu
splash screen for what. The registry install and a prompt or a splash screen on the patch as it installs?
As for: quote: Also in order for languard to show if Office SR-1 was installed, I just added the registry check of SOFTWARE\Classes\Installer\Products\904010001E872D116BF00006799C897E;ProductName value: Microsoft Office 2000 SR-1 Professional
thanks, will try to make sure I let someone at GFI know so they can add it.
eric
|
|
|
|
RE: Patching Office 2000 - 14.Oct.2004 2:13:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
Hi Eric,
After it deploys, I get a blue splash screen that says "Windows 2000 Setup", "Usage, Setup"
/? -- generates this usage message. /f -- turns off blue background /c -- defaults to 'Shell commands' /v -- turn on INF syntax checking
click <OK>
I myself am not sure what it means either. It has already happened on two system's I've tested. I would suspect its the "setup/qb" in the install.bat file. I'll play with it some.
Rex
|
|
|
|
RE: Patching Office 2000 - 15.Oct.2004 2:28:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
I'm running around in circles here... Anyone else encountered this? This goofy windows setup screen comes up every time.
|
|
|
|
RE: Patching Office 2000 - 15.Oct.2004 6:10:00 PM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
what is:
setup /qb
supposed to be running?
eric
|
|
|
|
RE: Patching Office 2000 - 15.Oct.2004 7:36:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
The setup.exe from the extraction of O2KSR1aDL.EXE. I already firgured this out earlier.. So I fixed that windows setup screen thingy. As for the registry import, I didn't know you had to have "Windows Registry Editor Version 5.00" at the top of the file. My goof on that... However, it still won't re-write the information into the registry, (even if I manually click it). It gives no error messages. Not sure of the problem here.
Rex
|
|
|
|
RE: Patching Office 2000 - 15.Oct.2004 8:04:00 PM
|
|
|
rex
Posts: 232
Joined: 28.Oct.2003
From: Santa Cruz, CA
Status: offline
|
Nevermind, I finally think I got it... The keys were not identical, (even thought I exported them off another system earlier). Now for Office SP3... Sweet. Well it's not exactly a silent install, but it will work for now. Ok, close this case.
Thanks, Rex
|
|
|
|
RE: Patching Office 2000 - 26.Oct.2004 4:46:00 AM
|
|
|
Jumping
Posts: 24
Joined: 16.May2004
From: Scotland
Status: offline
|
This might be a bit of topic but I have found that you can integrate SP3 into Office 2000. Which means any future install you will do already has sp3 in it.
It seems to be working fine on my test machine.
|
|
|
|
RE: Patching Office 2000 - 26.Oct.2004 11:00:00 AM
|
|
|
xnih
Posts: 2465
Joined: 30.May2001
From: Idaho
Status: offline
|
have you turned around and scanned it with LNSS? The issue used to be at least that LNSS would not detect SP3 as being installed due to it being an administrative install point install (long story, lots of posts in the past about it). Not sure if LNSS can detect it being installed that way or not since I haven't tested it in a long time.
eric
|
|
|
|
RE: Patching Office 2000 - 26.Oct.2004 11:04:00 AM
|
|
|
Jumping
Posts: 24
Joined: 16.May2004
From: Scotland
Status: offline
|
Hmm yeah it doesn't seem to detect that SP3 is installed when you do it this way.
Althoug the online office updater does.....
|
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|
|