문제

I'm using the code at Run exe after msi installation?, and it shows the checkbox when uninstall is run. How to modify it so the checkbox is not shown when uninstalling?

Thank you

도움이 되었습니까?

해결책

See the answer by akarkoulis on that very question...

Using the Orca msi editor I added the following 2 rows in the ControlCondition table of the msi:

Row 1 (When control should be shown):

(Dialog)FinishedForm (Control)CheckboxLaunch (Action)Show (Condition)REMOVE=""

Row 2 (When control should be invisible):

(Dialog)FinishedForm (Control)CheckboxLaunch (Action)Hide (Condition)REMOVE<>""

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top