如何防止同时运行 Install Shield 向导的两个实例?
如何防止同时运行 Install Shield 向导的两个实例
我希望允许用户同时仅运行 Install Shield 向导的一个实例
How to prevent running two instances of Install Shield wizard in the same time
I would like to allow User to run only one instance of Install Shield wizard in the same time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用什么类型的项目?如果您正在使用 MSI,则已经存在一个互斥锁,可以防止每个进程执行多个机器前序列和一个 ui 序列。
如果您使用纯InstallScript项目,则需要实现互斥体:
如何访问我的应用程序的通过InstallScript互斥?
What project type are you using? If you are using MSI there's already a mutex that prevents more then one execute sequence pre machine and one ui sequence per process.
If you are using a pure InstallScript project, you need to implement a mutex:
How to access my application's Mutex through InstallScript?