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,我想修改“LicenseAgreementDlg”(我相信它是一个内置对话框)。我想用单选按钮替换复选框。
我做了一些研究,我想我已经创建了一个带有单选按钮的新 wxs 文件。
这个对吗?我做对了吗?
谢谢,
您可以在标准对话框的基础上创建一个新对话框并在 UI 序列中替换它。
有关更多详细信息,请参阅WiX 教程中的Legalese。