SteamInstallScripts.json 480 B

1234567891011121314151617181920212223
  1. [
  2. {
  3. "appId": 0,
  4. "keyword": "Social-Club-Setup",
  5. "skip": true,
  6. "remove": "%process_1%"
  7. },
  8. {
  9. "appId": 0,
  10. "keyword": "Rockstar-Games-Launcher",
  11. "cmd": "cmd.exe /c \"%VDisk%\\Apps\\Rockstar Games LauncherN\\Service.bat\"",
  12. "dir": "%VDisk%\\Apps\\Rockstar Games LauncherN",
  13. "skip": true
  14. },
  15. {
  16. "appId": 1364780,
  17. "keyword": "InstallerMessage",
  18. "cmd": "cmd.exe /c \"%VDisk%\\Apps\\GameFix\\1364780\\Fix.bat\"",
  19. "dir": "",
  20. "remove": "",
  21. "skip": false
  22. }
  23. ]