;/* ==================================================================== ; * Copyright (c) 2003-2006, Martin Hauner ; * http://subcommander.tigris.org ; * ; * Subcommander is licensed as described in the file doc/COPYING, which ; * you should have received as part of this distribution. ; * ==================================================================== ; * ; * inno setup for subcommander beta ; * ; */ [Setup] AppId=SubcommanderBeta AppName=Subcommander Beta Snapshot DefaultDirName={pf}\Subcommander Beta DefaultGroupName=Subcommander Beta #include "version.iss" #include "setup.iss" WizardImageFile=..\..\pics\LogoBanner_164x314_Install-Beta.bmp ;Compression=none [Code] #include "code.iss" [Tasks] #include "tasks.iss" [Files] #include "files.iss" [Icons] #include "icons.iss" Name: "{userdesktop}\subcommander beta"; Filename: "{app}\subcommander.exe"; Tasks: desktopicon Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Subcommander Beta"; Filename: "{app}\subcommander.exe"; Tasks: quicklaunchicon [Run] #include "run.iss" [InstallDelete] #include "installdelete.iss" [UninstallDelete] #include "uninstalldelete.iss"