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.
有什么方法可以运行已安装的应用程序并带有卸载软件的参数?例如:[INSTALLDIR]\xxx.exe -uninstall 我有一个 MSI 表。据我所知,我必须将数据添加到表中或创建自定义脚本......但我找不到任何简单的例子......
您可以使用自定义操作来做到这一点。链接的示例可以帮助您,您需要做的就是修改它,以便它根据需要启动您的可执行文件。