How to add a checkbox in final step to lauch a exe in VS2010 setup project?

前端 未结 3 1105
我在风中等你
我在风中等你 2020-12-21 21:47

Currently, I\'m following the steps described here to add a checkbox in the final step, but it seems that the checkbox still exits when I do the uninstallation. Does anybody

3条回答
  •  时光取名叫无心
    2020-12-21 22:06

    You can try using control conditions to hide the checkbox during uninstall. For example, you can hide it when:

    REMOVE = "ALL"
    

提交回复
热议问题