Disk Compression Tools Check Box Missing from Windows SetupID: Q192351
|
When you use the Add/Remove Programs tool in Control Panel, the Disk Compression Tools check box may be missing from the System Tools dialog box.
This behavior can occur if the disk compression tools are already installed. When the disk compression tools are installed, Windows 98 removes this check box to prevent the removal of DriveSpace.
To resolve this issue (for example, if you want to reinstall disk
compression tools), manually create a .inf file to restore the Disk
Compression Tools check box. To do so, use the following steps:
[version]
signature="$CHICAGO$"
[DefaultInstall]
AddReg=Enable.Drvspace
[Enable.Drvspace]
HKLM,%KEY_OPTIONAL%,"Dxxspace",,"dxxspace"
HKLM,%KEY_OPTIONAL%\dxxspace,INF,,"applets1.inf"
HKLM,%KEY_OPTIONAL%\dxxspace,Section,,"dxxspace"
HKLM,%KEY_OPTIONAL%\dxxspace,Installed,,"0"
[Strings]
KEY_OPTIONAL =
"SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
This behavior is by design.
Keywords : kbtool kbui drvspace win98
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: January 27, 1999