fix wix installer bug (#8)
Release / release (push) Failing after 4m3s

Reviewed-on: #8
Co-authored-by: Aleksandr Neychev <alexnejchev73@gmail.com>
This commit was merged in pull request #8.
This commit is contained in:
2026-08-13 22:02:29 +00:00
committed by alex
parent 88dd931cb4
commit 1540be3b79
+2 -2
View File
@@ -136,8 +136,8 @@
Condition="REMOVE=&quot;ALL&quot; AND NOT UPGRADINGPRODUCTCODE" /> Condition="REMOVE=&quot;ALL&quot; AND NOT UPGRADINGPRODUCTCODE" />
</InstallExecuteSequence> </InstallExecuteSequence>
<!-- Offered at the end of the wizard, the way an installer usually does --> <SetProperty Id="WixShellExecTarget" Value="[INSTALLFOLDER]CursorLang.exe"
<Property Id="WixShellExecTarget" Value="[#CursorLang.exe]" /> After="CostFinalize" Sequence="ui" />
<CustomAction Id="LaunchApplication" BinaryRef="Wix4UtilCA_$(sys.BUILDARCHSHORT)" <CustomAction Id="LaunchApplication" BinaryRef="Wix4UtilCA_$(sys.BUILDARCHSHORT)"
DllEntry="WixShellExec" Impersonate="yes" Return="ignore" /> DllEntry="WixShellExec" Impersonate="yes" Return="ignore" />