Home
last modified time | relevance | path

Searched refs:sys32cond (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Tools/msi/
Dmsi.py211 sys32cond = "(Windows9x or (Privileged and ALLUSERS))" variable
448 ("SetDLLDirToSystem32", 'DLLDIR="" and ' + sys32cond, 751),
449 ("SetDLLDirToTarget", 'DLLDIR="" and not ' + sys32cond, 752),
467 ("SetDLLDirToSystem32", 'DLLDIR="" and ' + sys32cond, 751),
468 ("SetDLLDirToTarget", 'DLLDIR="" and not ' + sys32cond, 752),
862 add_data(db, "Condition", [("SharedCRT", 1, sys32cond),
863 ("PrivateCRT", 1, "not "+sys32cond)])