mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.0 KiB
36 lines
1.0 KiB
; This file is used to specify where every file built by the NT build lab is
|
|
; binplaced relative to the root of the distribution point. If a file is not
|
|
; listed, it will end up in the dump directory.
|
|
;
|
|
; The format is like this:
|
|
;
|
|
; <imagename> <class name>
|
|
;
|
|
; where <imagename> is the filename.ext and <class name> is the directory off
|
|
; the root of the distribution point (retail is a placeholder for the root).
|
|
; If there are multiple class names for a single image, use a colon to separate
|
|
; each.
|
|
;
|
|
; All bits that ship in the NT base product and are installed with winnt32,
|
|
; must have a class name of retail.
|
|
;
|
|
|
|
instmsi.msi retail
|
|
instmsi.mak retail
|
|
binary.idt retail
|
|
instsed.tmp retail
|
|
msi.cdf retail
|
|
msi.inf retail
|
|
imagehlp.dll retail
|
|
jdate2.exe dump
|
|
msiinst.exe retail
|
|
|
|
cabinet.dll dump
|
|
mspatcha.dll dump
|
|
riched20.dll retail
|
|
usp10.dll retail
|
|
msls31.dll retail
|
|
shfolder.dll retail
|
|
|
|
|
|
|