开发者

How can I retrieve the name of the .msi file being installed?

开发者 https://www.devze.com 2023-03-26 04:19 出处:网络
In a VS.Net setup project there are variables such as ProductName and TargetDir, but is there a way to use the setup\'s .msi filename in a registry entry? [ProductN开发者_JAVA百科ame] can be used in t

In a VS.Net setup project there are variables such as ProductName and TargetDir, but is there a way to use the setup's .msi filename in a registry entry? [ProductN开发者_JAVA百科ame] can be used in the registry view registry entries, but I want to put the .msi filename being used in the registry.


The name of the .msi file used to start the installation is stored in OriginalDatabase property.

0

精彩评论

暂无评论...
验证码 换一张
取 消