Skipping Installation of All Optional Components

In Express Setup, the Setup program automatically installs all optional components. To install none of the optional components in Express installation, comment out the lines in the PARTIAL.INF file that tell Windows NT Setup to install the components, as shown in the following example:


set_partial_components = +
    StartWait
    ForListDo $(ComponentList)
        set $($)ToInstall = $($($)Install)
        set $($)ToRemove  = {}
    EndForListDo
    set SrcDir = $(!STF_SRCDIR)
;   install Install-PartialFileCopy
....
[ConfigureProgman]
    set Status = STATUS_FAILED
    read-syms PartialDestinationVars
    set AccessoriesToInstall = {}
    set ReadmeToInstall      = {}
    set GamesToInstall       = {}
    set WallpapersToInstall  = {}
    set SaversToInstall      = {}
;   ForListDo $($0)
;       set *($($), 1)ToInstall = *($($), 2)
;   EndForListDo