1 Commits
Author SHA1 Message Date
alex 81587988f2 added sending closing event message to settings windows
Pull request / build (pull_request) Successful in 39s
2026-08-14 02:18:47 +05:00
+2 -2
View File
@@ -136,8 +136,8 @@
Condition="REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE" />
</InstallExecuteSequence>
<SetProperty Id="WixShellExecTarget" Value="[INSTALLFOLDER]CursorLang.exe"
After="CostFinalize" Sequence="ui" />
<!-- Offered at the end of the wizard, the way an installer usually does -->
<Property Id="WixShellExecTarget" Value="[#CursorLang.exe]" />
<CustomAction Id="LaunchApplication" BinaryRef="Wix4UtilCA_$(sys.BUILDARCHSHORT)"
DllEntry="WixShellExec" Impersonate="yes" Return="ignore" />