Home | History | Annotate | Download | only in command

Lines Matching refs:Directory

19 from msilib import Directory, Feature, Dialog, add_data
88 "temporary directory for creating the distribution"),
104 "directory to put final built distributions in"),
212 # into a directory not in sys.path
274 root = Directory(db, cab, None, rootdir, "TARGETDIR", "SourceDir")
276 0, 1, directory="TARGETDIR")
289 f = Feature(db, name, title, desc, 1, level, directory=target)
290 dir = Directory(db, cab, root, rootdir, target, default)
304 newdir = Directory(db, cab, dir, file, default, short)
577 # Feature (Python directory) selection