[DestinationDirs] Section

Syntax

[DestinationDirs]
file-list-section=ldid[,subdir ]
.
.
.
DefaultDestDir=ldid[,subdir ]

The [DestinationDirs] section defines the destination directories for the given [File-List] sections and optionally defines the default directory for any [File-List] sections that are not explicitly named.

file-list-section

Name of a [File-List] section. This name must have been defined in a Copyfiles, RenFiles, or DelFiles entry in the [Install] section.

ldid

A logical disk identifier (LDID). Can be one of these values:

00

Null LDID; this LDID can be used to create a new LDID

01

Source drive:\ pathname

02

Temporary Setup directory; this is valid only during Windows 95 Setup

03

Uninstall directory

04

Backup directory

10

Windows directory

11

SYSTEM directory

12

IOSUBSYS directory

13

COMMAND directory

14

Control Panel directory

15

Printers directory

16

Workgroup directory

17

INF directory

18

Help directory

19

Administration

20

Fonts

21

Viewers

22

VMN32

23

Color directory

25

Shared directory

26

Winboot

27

Machine specific

28

Host Winboot

30

Root directory of the boot drive

31

Root directory for host drive of a virtual boot drive

32

Old Windows directory if it exists

33

Old MS-DOS directory if it exists


subdir

Name of the directory, within the directory named by ldid, to be the destination directory.

The optional DefaultDestDir entry provides a default destination for any Copyfile entries that use the direct copy notation (@filename) or any [File-List] section not specified in the [DestinationDirs] section. If DefaultDestDir is not given, the default directory is set to LDID_WIN.

This example sets the destination directory for the MoveMiniPort section to the Windows IOSUBSYS directory, and sets the default directory for other sections to be the BIN directory on the boot drive:


[DestinationDirs]
MoveMiniPort=12 ; Destination for MoveMiniPort Section is
; windows\iosubsys
DefaultDestDirs=30,bin ; Direct copies go to Boot:\bin