; Script generated by the Inno Setup Script Wizard. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! [Setup] AppName=Maracas AppVerName=Maracas 2.0 AppPublisher=CREATIS AppPublisherURL=http://www.creatis.insa-lyon.fr/maracas AppSupportURL=http://www.creatis.insa-lyon.fr/maracas AppUpdatesURL=http://www.creatis.insa-lyon.fr/maracas DefaultDirName={pf}\Maracas DefaultGroupName=Maracas AllowNoIcons=yes [Tasks] ; NOTE: The following entry contains English phrases ("Create a desktop icon" and "Additional icons"). You are free to translate them into another language if required. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:" ; NOTE: The following entry contains English phrases ("Create a Quick Launch icon" and "Additional icons"). You are free to translate them into another language if required. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Flags: unchecked [Files] Source: "C:\Mathieu\Maracas\bin\Release\maracas.exe"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Mathieu\Maracas\bin\Release\gsl.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Mathieu\Maracas\bin\Release\gslcblas.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Mathieu\Maracas\bin\Release\idodllvc.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Mathieu\Maracas\bin\Release\glib-1.3.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Mathieu\gdcm\Dicts\dicomV3.dic"; DestDir: "{app}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [INI] Filename: "{app}\maracas.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.creatis.insa-lyon.fr/maracas" [Icons] Name: "{group}\Maracas"; Filename: "{app}\maracas.exe" ; NOTE: The following entry contains an English phrase ("on the Web"). You are free to translate it into another language if required. Name: "{group}\Maracas on the Web"; Filename: "{app}\maracas.url" ; NOTE: The following entry contains an English phrase ("Uninstall"). You are free to translate it into another language if required. Name: "{group}\Uninstall Maracas"; Filename: "{uninstallexe}" Name: "{userdesktop}\Maracas"; Filename: "{app}\maracas.exe"; Tasks: desktopicon Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Maracas"; Filename: "{app}\maracas.exe"; Tasks: quicklaunchicon [Run] ; NOTE: The following entry contains an English phrase ("Launch"). You are free to translate it into another language if required. Filename: "{app}\maracas.exe"; Description: "Launch Maracas"; Flags: nowait postinstall skipifsilent [UninstallDelete] Type: files; Name: "{app}\maracas.url"