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.
我们有一个 WIX Eula 盒子,我们需要确保用户在说接受之前阅读了所有 EULA 内容?
在用户完全向下滚动之前,有没有办法让接受复选框或按钮处于禁用状态?
任何帮助都会非常显着。
Windows Installer 不支持此操作,因此无法在 WiX 中完成。
仅某些使用外部安装 UI 的设置创作工具支持它。他们的外部 UI 可以检测滚动位置并相应地更新按钮。
所以现在最好简单地使用标准行为。