;/* ==================================================================== ; * 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. ; * ==================================================================== ; * ; * subcommander inno setup ; * ; */ [Setup] AppId=Subcommander AppName=Subcommander DefaultDirName={pf}\Subcommander DefaultGroupName=Subcommander #include "version.iss" #include "setup.iss" WizardImageFile=..\..\pics\LogoBanner_164x314_Install.bmp [Code] #include "code.iss" [Tasks] #include "tasks.iss" [Files] #include "files.iss" [Icons] #include "icons.iss" Name: "{userdesktop}\subcommander"; Filename: "{app}\subcommander.exe"; Tasks: desktopicon Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Subcommander"; Filename: "{app}\subcommander.exe"; Tasks: quicklaunchicon [Run] #include "run.iss" [InstallDelete] #include "installdelete.iss" [UninstallDelete] #include "uninstalldelete.iss"