开发者

How to get value of checkbox added in vsfolderdialog.wiz file

开发者 https://www.devze.com 2023-03-04 22:32 出处:网络
I have added a checkbox in vsfolderdialog.wiz file for customizing Folder Path dialog in Setup and Deplopyment Project. But i have not an idea how i will get its value on which i have to take some dec

I have added a checkbox in vsfolderdialog.wiz file for customizing Folder Path dialog in Setup and Deplopyment Project. But i have not an idea how i will get its value on which i have to take some decisions.

Note: I am using custom installer action for accessing its value and开发者_如何学编程 tried to get Installer.Context.Parameters on Install event

Please help me in this regard.

Regards, Jhan Zaib


Checkbox Control in Windows Installer is associated with a property. Usually when checkbox is selected, its associated property will have the value you defined; when it's cleared, the property is set to null.

0

精彩评论

暂无评论...
验证码 换一张
取 消