Fixed GUI doesn't start after install on Windows #4607
This commit is contained in:
parent
50c8f87a6a
commit
932b0f0c55
|
@ -53,7 +53,13 @@
|
||||||
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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue