Searched refs:PID_WORDCOUNT (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Tools/msi/ |
D | msilib.py | 46 PID_WORDCOUNT=15 variable 319 si.SetProperty(PID_WORDCOUNT, wc)
|
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 161 si.SetProperty(PID_WORDCOUNT, 2) # long file names, compressed, original media
|
/external/python/cpython3/Lib/msilib/ |
D | __init__.py | 158 si.SetProperty(PID_WORDCOUNT, 2) # long file names, compressed, original media
|
/external/python/cpython2/PC/ |
D | _msi.c | 1064 PyModule_AddIntConstant(m, "PID_WORDCOUNT", PID_WORDCOUNT); in init_msi()
|
/external/python/cpython3/PC/ |
D | _msi.c | 1112 PyModule_AddIntMacro(m, PID_WORDCOUNT); in PyInit__msi()
|
/external/python/cpython2/Doc/library/ |
D | msilib.rst | 224 ``PID_LASTSAVE_DTM``, ``PID_PAGECOUNT``, ``PID_WORDCOUNT``, ``PID_CHARCOUNT``,
|
/external/python/cpython3/Doc/library/ |
D | msilib.rst | 231 ``PID_LASTSAVE_DTM``, ``PID_PAGECOUNT``, ``PID_WORDCOUNT``, ``PID_CHARCOUNT``,
|