UNPKG

electron-wix-msi

Version:
4 lines 295 B
<CustomAction Id="LaunchScriptAfter" Directory="APPLICATIONROOTDIRECTORY" ExeCommand="[SystemFolder]cmd.exe /C start {{ApplicationBinary}}.exe" /> <InstallExecuteSequence> <Custom Action="LaunchScriptAfter" After="InstallFinalize">NOT REMOVE</Custom> </InstallExecuteSequence>