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.
如果超过某个日期,我想阻止执行安装,我该怎么做?
任何想法都非常感谢。谢谢!
(注意:使用 Wise Installation Studio 版本 7)
在 MSI 中很难有效地做到这一点,因为绕过它很容易。通过构建一个执行日期时间检查的自解压 EXE 或将业务逻辑移动到适当的应用程序中以便它在某个日期时间后停止工作,您会得到更好的服务。