Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Wix Windows installer数据库物理位置_Wix_Windows Installer - Fatal编程技术网

Wix Windows installer数据库物理位置

Wix Windows installer数据库物理位置,wix,windows-installer,Wix,Windows Installer,Windows installer在哪里存储有关已安装程序和组件的信息?它是一个文件还是注册表值或其他东西?两者都有,但没有记录任何位置,所以这真的不重要。将这两个问题放在一起,似乎目标是访问Windows Installer存储的信息。(见附件。) Windows Installer具有通过函数()或()提供信息的API。根据需要的信息,它可以非常简单地使用。例如,从ProductCode开始,可以获取功能、功能状态、组件和组件安装位置

Windows installer在哪里存储有关已安装程序和组件的信息?它是一个文件还是注册表值或其他东西?

两者都有,但没有记录任何位置,所以这真的不重要。

将这两个问题放在一起,似乎目标是访问Windows Installer存储的信息。(见附件。)

Windows Installer具有通过函数()或()提供信息的API。根据需要的信息,它可以非常简单地使用。例如,从ProductCode开始,可以获取功能、功能状态、组件和组件安装位置