This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
""" | |
Some utility functions to work with Windows Installer database in registry. | |
(Worked it out while rebuilding deleted %windir%\Installer) | |
Terminology used in fn names: | |
* patchid,productid - corresponding GUIDs as they are used in key names, e.g. CC458296FE7970347B78C876789B0194 | |
* msx/fname - original package file name as it is in HKCR\Installer\SourceList:PackageName | |
* local - full path to cached file in %windir%\installer | |
""" |