Advertisement
Guest User

UA THB 1.8.1 patch installer script

a guest
Jun 1st, 2015
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3.  
  4. #define MyAppName "Ultimate Apocalypse - THB Patch"
  5. #define MyAppVersion "1.8.1"
  6. #define MyAppPublisher "Ultimate Apocalypse Mod Team"
  7. #define MyAppURL "http://www.moddb.com/mods/ultimate-apocalypse-mod/"
  8.  
  9. [Setup]
  10. ; NOTE: The value of AppId uniquely identifies this application.
  11. ; Do not use the same AppId value in installers for other applications.
  12. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
  13. AppId={{2D2D99BC-4565-4A97-85E9-4BFCFE95965A}
  14. AppName={#MyAppName}
  15. AppVersion={#MyAppVersion}
  16. ;AppVerName={#MyAppName} {#MyAppVersion}
  17. AppPublisher={#MyAppPublisher}
  18. AppPublisherURL={#MyAppURL}
  19. AppSupportURL={#MyAppURL}
  20. AppUpdatesURL={#MyAppURL}
  21. DefaultDirName={reg:HKLM\Software\THQ\Dawn of War - Soulstorm,InstallLocation|{pf}\THQ\Dawn of War Soulstorm}
  22. DefaultGroupName={#MyAppName}
  23. AllowNoIcons=yes
  24. SetupIconFile=F:\Images\UATHBicon.ico
  25. OutputDir=G:\UA THB test
  26. OutputBaseFilename=Ultimate_Apocalypse_-_THB_Patch_v1.8.1
  27. Compression=lzma2
  28. SolidCompression=yes
  29.  
  30. [Languages]
  31. Name: "english"; MessagesFile: "compiler:Default.isl"
  32.  
  33. [Files]
  34. Source: "G:\UATHBPatch\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
  35. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  36.  
  37. [Icons]
  38. Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
  39. Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement