Guest User

Untitled

a guest
Mar 10th, 2013
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 "SoundMax"
  5. #define MyAppVersion "2.0.0.1"
  6. #define MyAppPublisher "StevenStudio, Inc."
  7. #define MyAppURL "http://stevenstudio.fr/#/portfolio/soundmax/"
  8. #define MyAppExeName "SoundMax2.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={{9D0367AD-28CD-46B0-993B-5F603A55F9FD}
  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. LicenseFile=C:\Users\Steven\Documents\licence.rtf
  25. InfoBeforeFile=C:\Users\Steven\Documents\ChangeLog.rtf
  26. InfoAfterFile=C:\Users\Steven\Documents\Important.rtf
  27. OutputDir=C:\Users\Steven\Desktop\SOUNDMAX 2.0\Nouveau dossier\SoundMax2.0
  28. OutputBaseFilename=setup
  29. SetupIconFile=D:\Users\stevenstudio.fr\Pictures\soundmax2\Interface\1357775438_24554.ico
  30. Compression=lzma
  31. SolidCompression=yes
  32. WizardImageStretch=no
  33. WizardImageFile=C:\Users\Steven\Pictures\logo3.bmp
  34. WizardSmallImageFile=C:\Users\Steven\Pictures\small.bmp
  35.  
  36. [Dirs]
  37. Name: "{app}\"; Permissions: everyone-modify
  38.  
  39. [Languages]
  40. Name: "french"; MessagesFile: "compiler:Languages\French.isl"
  41.  
  42. [Tasks]
  43. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
  44.  
  45. [Files]
  46. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.exe"; DestDir: "{app}"; Flags: ignoreversion
  47. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\AxInterop.WMPLib.dll"; DestDir: "{app}"; Flags: ignoreversion
  48. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\Interop.WMPLib.dll"; DestDir: "{app}"; Flags: ignoreversion
  49. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.application"; DestDir: "{app}"; Flags: ignoreversion
  50. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion
  51. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.pdb"; DestDir: "{app}"; Flags: ignoreversion
  52. Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.xml"; DestDir: "{app}"; Flags: ignoreversion
  53. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
  54.  
  55. [Icons]
  56. Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
  57. Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
  58. Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
  59. Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
  60.  
  61. [Run]
  62. Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
Advertisement
Add Comment
Please, Sign In to add comment