Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用wix3构建一个安装文件,我想知道在安装过程中outlook是否正在运行。如果 Outlook 仍在运行,安装程序应通知用户关闭它或安装后必须重新启动。
我注意到有一个功能可以发送消息直接关闭outlook,但这不是很友好。我想知道在这种情况下是否可以调用 FileInUse 对话框。
谢谢。