Advertisement
Outlasted

Untitled

Jun 24th, 2015
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. The setup files are corrupted. Please obtain a new copy of the program.
  2. SVWU
  3. D]_^[
  4. SVW3
  5. ZYYd
  6. _^[Y]
  7. The Setup program accepts optional command line parameters.
  8. /HELP, /?
  9. Shows this information.
  10. /SP-
  11. Disables the This will install... Do you wish to continue? prompt at the beginning of Setup.
  12. /SILENT, /VERYSILENT
  13. Instructs Setup to be silent or very silent.
  14. /SUPPRESSMSGBOXES
  15. Instructs Setup to suppress message boxes.
  16. /LOG
  17. Causes Setup to create a log file in the user's TEMP directory.
  18. /LOG="filename"
  19. Same as /LOG, except it allows you to specify a fixed path/filename to use for the log file.
  20. /NOCANCEL
  21. Prevents the user from cancelling during the installation process.
  22. /NORESTART
  23. Prevents Setup from restarting the system following a successful installation, or after a Preparing to Install failure that requests a restart.
  24. /RESTARTEXITCODE=exit code
  25. Specifies a custom exit code that Setup is to return when the system needs to be restarted.
  26. /CLOSEAPPLICATIONS
  27. Instructs Setup to close applications using files that need to be updated.
  28. /NOCLOSEAPPLICATIONS
  29. Prevents Setup from closing applications using files that need to be updated.
  30. /RESTARTAPPLICATIONS
  31. Instructs Setup to restart applications.
  32. /NORESTARTAPPLICATIONS
  33. Prevents Setup from restarting applications.
  34. /LOADINF="filename"
  35. Instructs Setup to load the settings from the specified file after having checked the command line.
  36. /SAVEINF="filename"
  37. Instructs Setup to save installation settings to the specified file.
  38. /LANG=language
  39. Specifies the internal name of the language to use.
  40. /DIR="x:\dirname"
  41. Overrides the default directory name.
  42. /GROUP="folder name"
  43. Overrides the default folder name.
  44. /NOICONS
  45. Instructs Setup to initially check the Don't create a Start Menu folder check box.
  46. /TYPE=type name
  47. Overrides the default setup type.
  48. /COMPONENTS="comma separated list of component names"
  49. Overrides the default component settings.
  50. /TASKS="comma separated list of task names"
  51. Specifies a list of tasks that should be initially selected.
  52. /MERGETASKS="comma separated list of task names"
  53. Like the /TASKS parameter, except the specified tasks will be merged with the set of tasks that would have otherwise been selected by default.
  54. /PASSWORD=password
  55. Specifies the password to use.
  56. For more detailed information, please visit http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline
  57. Setup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement