Home | History | Annotate | Download | only in msi

Lines Matching refs:sys32cond

211 sys32cond = "(Windows9x or (Privileged and ALLUSERS))"
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)])