Controlling Which Accessories Are Installed in Unattended SetupID: Q156813
|
By default, unattended setup does not provide a way to control what accessory applications are installed in the Accessories program group.
To control which accessory applications are installed in the Accessories
program group, you must modify the application's information (.inf) file.
WARNING: Microsoft does not encourage or support changes to .inf files;
therefore, Microsoft Technical Support does not support the procedure in
this article. Although we have tested the following procedure and it
appears to function as described, make a backup copy of your .inf file
before you proceed.
Each application or group of applications on the Accessories menu has an
associated information (.inf) file. Each .inf file uses the InstallType
variable to determine whether or not the application is to be installed.
The InstallType variable has three possible values:
0 = Manual only
10 = Typical or Custom
14 = Typical, Custom, or Portable
accessor.inf
communic.inf
games.inf
imagevue.inf
mmopt.inf
multimed.inf
optional.inf
pinball.inf
wordpad.inf
[Freecell]
OptionDesc = %Freecell_DESC%
Tip = %Freecell_TIP%
IconIndex = 62 ;Windows mini-icon for dialogs
Parent = Games
;
; The following value is the one to change.
; To install FreeCell, change InstallType from 0 to 10.
;
InstallType = 0 ;Manual only
CopyFiles = FreecellCopyFilesSys, FreecellCopyFilesHelp
AddReg = FreecellAddReg
UpdateInis = FreecellInis
Uninstall = FreecellUninstall
Upgrade = FreecellUpgrade
Detect = %11%\freecell.exe
0 = Manual only
10 = Typical or Custom
14 = Typical, Custom, or Portable
Additional query words: prodnt
Keywords : kbsetup ntsetup ntdriver ntreskit
Version : 4.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: January 22, 1999