mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 09:43:24 +03:00
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.">
|
||||
NOT LEGACY_UNINSTALL_EXISTS
|
||||
</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>
|
||||
|
||||
<Fragment>
|
||||
|
Loading…
Reference in New Issue
Block a user