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


i have added checkbox in vsfolderdialog.wiz file customizing folder path dialog in setup , deplopyment project. have not idea how value on have take decisions.

note: using custom installer action accessing value , tried installer.context.parameters on install event

please me in regard.

regards, jhan zaib

checkbox control in windows installer associated property. when checkbox selected, associated property have value defined; when it's cleared, property set null.


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -