G
Guest
Guest
Archived from groups: microsoft.public.win98.gen_discussion (More info?)
Right, it was a good catch on Terhune's part. I'm looking inside the
..inf & do not see that it would remove anything from Runservices-, but
only from...
;runservices
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","KB891711",
,,
....at best, to my limited understanding of .inf-talk. Too bad! And, yes,
my Registry & folder match yours precisely. So, whatever this is, it
isn't that the little creature has installed improperly on my machine!
Here's the whole thing, as it is small...
; 891711UN.INF
; This is the Setup information file to uninstall the Windows KB891711
Update:
[version]
AdvancedINF = 2.5, %AdvPackWarn%
signature=$CHICAGO$
[DefaultInstall]
DelFiles=WinUPD.DelFiles,WinUPD.DelINF
delreg=WinUPD.Delreg
DelDirs=WinUPD.deldir
Cleanup=1
SmartReboot=A
[DestinationDirs]
WinUPD.DelFiles = 11,KB891711
WinUPD.DelINF = 17,QFE\%SPKey%
[WinUPD.DelFiles]
KB891711.EXE
Q891711.DLL
[WinUPD.DelINF]
891711UN.INF
[WinUPD.deldir]
%11%\KB891711
[WinUPD.Delreg]
;msinfo32
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,
;runservices
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","KB891711",
,,
;qfecheck
HKLM,%UpdateKey%\%SPKey%\%LocaleID%%UpdID%\,,,
;uninstall
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%UpdID%",,,
[Strings]
;Non-localizable
LANG= "EN"
LocaleID= "UPD"
Guid= "{2cd1b477-8d46-4b86-b7dc-13fb65fb5914}"
VERSION= "4.10.0.2222"
UpdID= "891711"
UpdateKey= "Software\Microsoft\Windows\CurrentVersion\Setup\Updates"
SPKey= "W98"
;Localizable strings
UpdName="Windows 98 KB891711 Patch"
AdvPackWarn="You need a newer version of advpack.dll."
SrcDiskName="KB891711 Patch"
[SourceDisksNames]
55=%SrcDiskName%,"",0
[SourceDisksFiles]
891711UN.INF=55
--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Rick Chauvin" <justask@nospamz.com> wrote in message
news:eaKRLVwJFHA.3336@TK2MSFTNGP09.phx.gbl...
| "Gary S. Terhune" <grystnews@mvps.org> wrote in message
| news:ueN8YUvJFHA.2640@TK2MSFTNGP09.phx.gbl
| > If you're going to uninstall a program, you do *not* want to disable
it
| > in MSCONFIG. Or rather, it's not as simple as that.
| >
| > What you want to do is disable it in MSCONFIG, restart, then
re-enable
| > it but *don't* restart. Then perform the uninstall. Otherwise, if
the
| > item is disabled when uninstalling, the entry won't be removed by
the
| > uninstall, and you either have to leave it permanently disabled in
| > MSCONFIG or you get an error at startup--"Can't find
blahblah.exe..."
|
| Yes that's true, good catch.
|
| The install is really really a simple one though, and just for
notation here
| is exactly what the simple install does, and from this it's easy to
make
| sure the uninstall is complete if ever need be:
|
| (for files - only 3 were added and no other file changes were made)
|
| C:\WINDOWS\INF\QFE\W98\
| 891711UN.INF
|
| C:\WINDOWS\SYSTEM\KB891711\
| KB891711exe
| Q891711.dll
|
| (and for the registry the install only Added a few entires - it made
no other changes)
|
| [HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed
Components\{2cd1b477-8d46-4b86-b7dc-13fb65fb5914}]
| @="Windows 98 KB891711 Update"
| "IsInstalled"=dword:00000001
| "Locale"="EN"
| "Version"="4.10.0.2222"
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunService
s]
| "KB891711"="C:\\WINDOWS\\SYSTEM\\KB891711\\KB891711.EXE"
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Upda
tes\W98\UPD891711]
| @="Windows 98 KB891711 Update"
| "C:\\WINDOWS\\SYSTEM\\KB891711\\KB891711.EXE"=""
| "C:\\WINDOWS\\SYSTEM\\KB891711\\Q891711.DLL"=""
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\
891711]
| @=""
| "DisplayName"="Windows 98 KB891711 Update"
| "UninstallString"="RunDll32 advpack.dll,LaunchINFSection
C:\\WINDOWS\\INF\\QFE\\W98\\891711UN.INF"
|
|
| Rick
|
| >
| > --
| > Gary S. Terhune
| > MS MVP Shell/User
| > http://www.grystmill.com/articles/cleanboot.htm
| > http://www.grystmill.com/articles/security.htm
|
|
|
|
|
|
|
|
Right, it was a good catch on Terhune's part. I'm looking inside the
..inf & do not see that it would remove anything from Runservices-, but
only from...
;runservices
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","KB891711",
,,
....at best, to my limited understanding of .inf-talk. Too bad! And, yes,
my Registry & folder match yours precisely. So, whatever this is, it
isn't that the little creature has installed improperly on my machine!
Here's the whole thing, as it is small...
; 891711UN.INF
; This is the Setup information file to uninstall the Windows KB891711
Update:
[version]
AdvancedINF = 2.5, %AdvPackWarn%
signature=$CHICAGO$
[DefaultInstall]
DelFiles=WinUPD.DelFiles,WinUPD.DelINF
delreg=WinUPD.Delreg
DelDirs=WinUPD.deldir
Cleanup=1
SmartReboot=A
[DestinationDirs]
WinUPD.DelFiles = 11,KB891711
WinUPD.DelINF = 17,QFE\%SPKey%
[WinUPD.DelFiles]
KB891711.EXE
Q891711.DLL
[WinUPD.DelINF]
891711UN.INF
[WinUPD.deldir]
%11%\KB891711
[WinUPD.Delreg]
;msinfo32
HKLM,"Software\Microsoft\Active Setup\Installed Components\%GUID%",,,
;runservices
HKLM,"Software\Microsoft\Windows\CurrentVersion\RunServices","KB891711",
,,
;qfecheck
HKLM,%UpdateKey%\%SPKey%\%LocaleID%%UpdID%\,,,
;uninstall
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%UpdID%",,,
[Strings]
;Non-localizable
LANG= "EN"
LocaleID= "UPD"
Guid= "{2cd1b477-8d46-4b86-b7dc-13fb65fb5914}"
VERSION= "4.10.0.2222"
UpdID= "891711"
UpdateKey= "Software\Microsoft\Windows\CurrentVersion\Setup\Updates"
SPKey= "W98"
;Localizable strings
UpdName="Windows 98 KB891711 Patch"
AdvPackWarn="You need a newer version of advpack.dll."
SrcDiskName="KB891711 Patch"
[SourceDisksNames]
55=%SrcDiskName%,"",0
[SourceDisksFiles]
891711UN.INF=55
--
Thanks or Good Luck,
There may be humor in this post, and,
Naturally, you will not sue,
should things get worse after this,
PCR
pcrrcp@netzero.net
"Rick Chauvin" <justask@nospamz.com> wrote in message
news:eaKRLVwJFHA.3336@TK2MSFTNGP09.phx.gbl...
| "Gary S. Terhune" <grystnews@mvps.org> wrote in message
| news:ueN8YUvJFHA.2640@TK2MSFTNGP09.phx.gbl
| > If you're going to uninstall a program, you do *not* want to disable
it
| > in MSCONFIG. Or rather, it's not as simple as that.
| >
| > What you want to do is disable it in MSCONFIG, restart, then
re-enable
| > it but *don't* restart. Then perform the uninstall. Otherwise, if
the
| > item is disabled when uninstalling, the entry won't be removed by
the
| > uninstall, and you either have to leave it permanently disabled in
| > MSCONFIG or you get an error at startup--"Can't find
blahblah.exe..."
|
| Yes that's true, good catch.
|
| The install is really really a simple one though, and just for
notation here
| is exactly what the simple install does, and from this it's easy to
make
| sure the uninstall is complete if ever need be:
|
| (for files - only 3 were added and no other file changes were made)
|
| C:\WINDOWS\INF\QFE\W98\
| 891711UN.INF
|
| C:\WINDOWS\SYSTEM\KB891711\
| KB891711exe
| Q891711.dll
|
| (and for the registry the install only Added a few entires - it made
no other changes)
|
| [HKEY_LOCAL_MACHINE\Software\Microsoft\Active Setup\Installed
Components\{2cd1b477-8d46-4b86-b7dc-13fb65fb5914}]
| @="Windows 98 KB891711 Update"
| "IsInstalled"=dword:00000001
| "Locale"="EN"
| "Version"="4.10.0.2222"
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunService
s]
| "KB891711"="C:\\WINDOWS\\SYSTEM\\KB891711\\KB891711.EXE"
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Setup\Upda
tes\W98\UPD891711]
| @="Windows 98 KB891711 Update"
| "C:\\WINDOWS\\SYSTEM\\KB891711\\KB891711.EXE"=""
| "C:\\WINDOWS\\SYSTEM\\KB891711\\Q891711.DLL"=""
|
|
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\
891711]
| @=""
| "DisplayName"="Windows 98 KB891711 Update"
| "UninstallString"="RunDll32 advpack.dll,LaunchINFSection
C:\\WINDOWS\\INF\\QFE\\W98\\891711UN.INF"
|
|
| Rick
|
| >
| > --
| > Gary S. Terhune
| > MS MVP Shell/User
| > http://www.grystmill.com/articles/cleanboot.htm
| > http://www.grystmill.com/articles/security.htm
|
|
|
|
|
|
|
|