我有一个自定义操作 c# 函数,它需要知道“已安装”或“未安装”的状态。如何获得这种状态?
即我需要在 c# 自定义操作中知道这个状态(已安装或未安装)
<Custom Action="CA_myfun" After="PublishProduct">NOT Installed</Custom>
</InstallExecuteSequence>
我有一个自定义操作 c# 函数,它需要知道“已安装”或“未安装”的状态。如何获得这种状态?
即我需要在 c# 自定义操作中知道这个状态(已安装或未安装)
<Custom Action="CA_myfun" After="PublishProduct">NOT Installed</Custom>
</InstallExecuteSequence>