; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "SoundMax" #define MyAppVersion "2.0.0.1" #define MyAppPublisher "StevenStudio, Inc." #define MyAppURL "http://stevenstudio.fr/#/portfolio/soundmax/" #define MyAppExeName "SoundMax2.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. ; Do not use the same AppId value in installers for other applications. ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{9D0367AD-28CD-46B0-993B-5F603A55F9FD} AppName={#MyAppName} AppVersion={#MyAppVersion} ;AppVerName={#MyAppName} {#MyAppVersion} AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} DefaultDirName={pf}\{#MyAppName} DefaultGroupName={#MyAppName} LicenseFile=C:\Users\Steven\Documents\licence.rtf InfoBeforeFile=C:\Users\Steven\Documents\ChangeLog.rtf InfoAfterFile=C:\Users\Steven\Documents\Important.rtf OutputDir=C:\Users\Steven\Desktop\SOUNDMAX 2.0\Nouveau dossier\SoundMax2.0 OutputBaseFilename=setup SetupIconFile=D:\Users\stevenstudio.fr\Pictures\soundmax2\Interface\1357775438_24554.ico Compression=lzma SolidCompression=yes WizardImageStretch=no WizardImageFile=C:\Users\Steven\Pictures\logo3.bmp WizardSmallImageFile=C:\Users\Steven\Pictures\small.bmp [Dirs] Name: "{app}\"; Permissions: everyone-modify [Languages] Name: "french"; MessagesFile: "compiler:Languages\French.isl" [Tasks] Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked [Files] Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\AxInterop.WMPLib.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\Interop.WMPLib.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.application"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.pdb"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\Steven\Documents\Visual Studio 2010\Projects\SoundMax2\SoundMax2\bin\Release\SoundMax2.xml"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons] Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}" Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}" Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon [Run] Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent