启动条件以检测Office 2010应用程序

Ami*_*itd 4 windows-installer ms-office setup-project setup-deployment

我试图使用VS2008创建一个安装项目.

无论如何都要检测是否安装了特定的Office 2010应用程序?
(作为先决条件).eg:我想检测客户端计算机上是否安装了Powerpoint 2010.

我试图在lauch条件下使用Windows安装程序搜索选项,但无法找到
powerpoint 2010的组件ID?

有没有更多的方法来检测相同的?(可以是程序化的)

Edw*_*ard 5

下面列出了PowerPoint 2010的组件ID.您应该能够安装程序搜索其中一个以确定是否已安装PowerPoint.

{EE8D8E0A-D905-401D-9BC3-0D20156D5E30} - 64-bit PowerPoint 
{E72E0D20-0D63-438B-BC71-92AB9F9E8B54} - 32-bit PowerPoint 
Run Code Online (Sandbox Code Playgroud)

埃德