创作用于密码输入的用户界面
对于用户必须输入的每个密码,请在对话框上添加一个编辑控件,该控件可将密码的值存储到属性中。 此编辑控件应具有密码控件属性。 此属性指定输入的属性是密码,并阻止安装程序将属性写入日志文件。
密码编辑控件的控件属性为 msidbControlAttributesVisible、msidbControlAttributesEnabled 和 msidbControlAttributesPasswordInput (1 + 2 + 2097152)。 X、Y、Width、Height 和 Control_Next 取决于对话框中控件的布局。
Dialog_ | Control_ | 类型 | X | Y | 宽度 | 高度 | 特性 | 属性 | 文本 | Control_Next | 帮助 |
---|---|---|---|---|---|---|---|---|---|---|---|
MyDialog | TestUserPasswordEdit | 编辑 | 25 | 120 | 300 | 20 | 2097155 | TESTUSERPASSWORD | 取消 |
接着了解保护安装。