|
21 | 21 | <CustomAction Id="CA_MigrateConfig" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]cmd.exe" /c "[INSTALL_ROOT]scripts\migrate-config.bat"" Execute="deferred" Return="ignore" Impersonate="no" /> |
22 | 22 | <CustomAction Id="CA_FirewallAdd" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]cmd.exe" /c "[INSTALL_ROOT]scripts\add-firewall-rule.bat"" Execute="deferred" Return="ignore" Impersonate="no" /> |
23 | 23 | <CustomAction Id="CA_FirewallRemove" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]cmd.exe" /c "[INSTALL_ROOT]scripts\delete-firewall-rule.bat"" Execute="deferred" Return="ignore" Impersonate="no" /> |
24 | | - <CustomAction Id="CA_GamepadInstall" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -File "[INSTALL_ROOT]scripts\install-gamepad.ps1"" Execute="deferred" Return="ignore" Impersonate="no" /> |
25 | | - <CustomAction Id="CA_GamepadUninstall" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -File "[INSTALL_ROOT]scripts\uninstall-gamepad.ps1"" Execute="deferred" Return="ignore" Impersonate="no" /> |
26 | 24 | <CustomAction Id="CA_ServiceInstall" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]cmd.exe" /c "[INSTALL_ROOT]scripts\install-service.bat"" Execute="deferred" Return="ignore" Impersonate="no" /> |
27 | 25 | <CustomAction Id="CA_ServiceAutostart" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]cmd.exe" /c "[INSTALL_ROOT]scripts\autostart-service.bat"" Execute="deferred" Return="ignore" Impersonate="no" /> |
28 | 26 | <CustomAction Id="CA_ServiceUninstall" Directory="INSTALL_ROOT" ExeCommand=""[SystemFolder]cmd.exe" /c "[INSTALL_ROOT]scripts\uninstall-service.bat"" Execute="deferred" Return="ignore" Impersonate="no" /> |
|
33 | 31 | <Custom Action="CA_UpdatePathAdd" After="CA_ResetPermissions" Condition="NOT Installed" /> |
34 | 32 | <Custom Action="CA_MigrateConfig" After="CA_UpdatePathAdd" Condition="NOT Installed" /> |
35 | 33 | <Custom Action="CA_FirewallAdd" After="CA_MigrateConfig" Condition="NOT Installed" /> |
36 | | - <Custom Action="CA_GamepadInstall" After="CA_FirewallAdd" Condition="NOT Installed" /> |
37 | | - <Custom Action="CA_ServiceInstall" After="CA_GamepadInstall" Condition="NOT Installed" /> |
| 34 | + <Custom Action="CA_ServiceInstall" After="CA_FirewallAdd" Condition="NOT Installed" /> |
38 | 35 | <Custom Action="CA_ServiceAutostart" After="CA_ServiceInstall" Condition="NOT Installed" /> |
39 | 36 |
|
40 | 37 | <Custom Action="CA_FirewallRemove" Before="RemoveFiles" Condition="REMOVE="ALL"" /> |
41 | 38 | <Custom Action="CA_ServiceUninstall" Before="CA_FirewallRemove" Condition="REMOVE="ALL"" /> |
42 | | - <Custom Action="CA_GamepadUninstall" After="CA_ServiceUninstall" Condition="REMOVE="ALL"" /> |
43 | | - <Custom Action="CA_RestoreNvPrefs" After="CA_GamepadUninstall" Condition="REMOVE="ALL"" /> |
| 39 | + <Custom Action="CA_RestoreNvPrefs" After="CA_ServiceUninstall" Condition="REMOVE="ALL"" /> |
44 | 40 | <Custom Action="CA_UpdatePathRemove" After="CA_RestoreNvPrefs" Condition="REMOVE="ALL"" /> |
45 | 41 | </InstallExecuteSequence> |
46 | 42 |
|
|
0 commit comments