Fixed GUI doesn't start after install on Windows #4607
This commit is contained in:
parent
50c8f87a6a
commit
932b0f0c55
|
@ -52,9 +52,15 @@
|
||||||
<Condition Message="An existing installation of $(var.Name) was detected, please uninstall it before continuing.">
|
<Condition Message="An existing installation of $(var.Name) was detected, please uninstall it before continuing.">
|
||||||
NOT LEGACY_UNINSTALL_EXISTS
|
NOT LEGACY_UNINSTALL_EXISTS
|
||||||
</Condition>
|
</Condition>
|
||||||
|
|
||||||
<CustomAction Id="StartGui" FileKey="GuiProgram" ExeCommand="" Return="asyncNoWait" Execute="deferred" Impersonate="yes" />
|
<CustomAction Id="StartGui" FileKey="GuiProgram" ExeCommand="" Return="asyncNoWait" />
|
||||||
|
<UI>
|
||||||
|
<Publish Dialog="ExitDialog"
|
||||||
|
Control="Finish"
|
||||||
|
Event="DoAction"
|
||||||
|
Value="StartGui">NOT Installed</Publish>
|
||||||
|
</UI>
|
||||||
|
|
||||||
</Product>
|
</Product>
|
||||||
|
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
|
Loading…
Reference in New Issue