Searched refs:ProductCode (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/msilib/ |
D | __init__.py | 135 ProductName, ProductCode, ProductVersion, argument 141 ProductCode = ProductCode.upper() 168 ("ProductCode", ProductCode),
|
/external/python/cpython3/Lib/msilib/ |
D | __init__.py | 134 ProductName, ProductCode, ProductVersion, argument 140 ProductCode = ProductCode.upper() 165 ("ProductCode", ProductCode),
|
/external/python/cpython2/Tools/msi/ |
D | msilib.py | 291 ProductName, ProductCode, ProductVersion, argument 298 ProductCode = ProductCode.upper() 326 ("ProductCode", ProductCode),
|
D | msi.py | 230 ProductCode=product_code,
|
/external/python/cpython2/Doc/library/ |
D | msilib.rst | 67 .. function:: init_database(name, schema, ProductName, ProductCode, ProductVersion, Manufacturer) 70 the properties *ProductName*, *ProductCode*, *ProductVersion*, and
|
/external/python/cpython3/Doc/library/ |
D | msilib.rst | 69 .. function:: init_database(name, schema, ProductName, ProductCode, ProductVersion, Manufacturer) 72 the properties *ProductName*, *ProductCode*, *ProductVersion*, and
|