Dragonsarereal123

Untitled

Apr 13th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 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 "Deadpool - QuikTheif665"
  5. #define MyAppVersion "1.5"
  6. #define MyAppPublisher "Activision"
  7. #define MyAppURL "http://www.taringa.net/RLT1"
  8. #define MyAppExeName "DP.exe"
  9.  
  10. [Setup]
  11. ; NOTE: The value of AppId uniquely identifies this application.
  12. ; Do not use the same AppId value in installers for other applications.
  13. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
  14. AppId={{D453FB84-469D-4186-BBAC-F6E4B5514B29}
  15. AppName={#MyAppName}
  16. AppVersion={#MyAppVersion}
  17. ;AppVerName={#MyAppName} {#MyAppVersion}
  18. AppPublisher={#MyAppPublisher}
  19. AppPublisherURL={#MyAppURL}
  20. AppSupportURL={#MyAppURL}
  21. AppUpdatesURL={#MyAppURL}
  22. DefaultDirName={pf}\{#MyAppName}
  23. DefaultGroupName={#MyAppName}
  24. AllowNoIcons=yes
  25. OutputDir=D:\Mis Documentos\dp
  26. OutputBaseFilename=Deadpool - byRLT1
  27. Compression=lzma
  28. SolidCompression=yes
  29.  
  30. [Languages]
  31. Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl"
  32.  
  33. [Tasks]
  34. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
  35.  
  36. [Files]
  37. Source: "D:\Program Files (x86)\Deadpool\Binaries\DP.exe"; DestDir: "{app}"; Flags: ignoreversion
  38. Source: "D:\Program Files (x86)\Deadpool\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
  39. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  40.  
  41. [Icons]
  42. Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  43. Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
  44. Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
  45. Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
  46.  
  47. [Run]
  48. Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Advertisement
Add Comment
Please, Sign In to add comment