fix wix installer bug
Pull request / build (pull_request) Successful in 41s

This commit is contained in:
2026-08-14 02:51:14 +05:00
parent 88dd931cb4
commit 1d9fd5b0e8
+2 -2
View File
@@ -136,8 +136,8 @@
Condition="REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE" />
</InstallExecuteSequence>
<!-- Offered at the end of the wizard, the way an installer usually does -->
<Property Id="WixShellExecTarget" Value="[#CursorLang.exe]" />
<SetProperty Id="WixShellExecTarget" Value="[INSTALLFOLDER]CursorLang.exe"
After="CostFinalize" Sequence="ui" />
<CustomAction Id="LaunchApplication" BinaryRef="Wix4UtilCA_$(sys.BUILDARCHSHORT)"
DllEntry="WixShellExec" Impersonate="yes" Return="ignore" />