Revision f41925e1 trunk/Pithos.Installer/PithosPlus.iss

b/trunk/Pithos.Installer/PithosPlus.iss
2 2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3 3

  
4 4
#define MyAppName "Pithos+"
5
#define MyStartupName "Run Pithos on startup"
5 6
#define SrcApp "..\Pithos.Client.WPF\bin\Debug\Pithos.exe"
6 7
#define MyAppPublisher "GRNET"
7 8
#define MyAppURL "http://pithos.grnet.gr/"
......
26 27
AllowNoIcons=yes
27 28
LicenseFile=Licenses\GRNET License.txt
28 29
OutputBaseFilename=PithosPlus_Setupv{#MyAppVersion}
29
SolidCompression=True
30
SolidCompression=True  
30 31
UsePreviousSetupType=False
31 32
UsePreviousTasks=False
32 33
UsePreviousLanguage=False
......
65 66
Source: "..\Pithos.Client.WPF\bin\Debug\Pithos.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
66 67
Source: "..\Pithos.Client.WPF\bin\Debug\Pithos.exe.config"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
67 68
; DLL
69
Source: "..\Pithos.ShellExtensions\bin\x86\Debug\Pithos.ShellExtensions.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek; Check: Is64BitInstallMode
70
Source: "..\Pithos.ShellExtensions\bin\x64\Debug\Pithos.ShellExtensions.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek; Check: not Is64BitInstallMode
68 71
Source: "..\Pithos.Client.WPF\bin\Debug\AppLimit.NetSparkle.Net40.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
69 72
Source: "..\Pithos.Client.WPF\bin\Debug\AsyncCtpLibrary.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
70 73
Source: "..\Pithos.Client.WPF\bin\Debug\Caliburn.Micro.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
......
106 109
Name: "{group}\{cm:ProgramOnTheWeb,{#MyAppName}}"; Filename: "{#MyAppURL}"
107 110
Name: "{group}\{cm:ProgramOnTheWeb,GRNET}"; Filename: "{#MyURL}"
108 111
Name: "{group}\{cm:UninstallProgram,{#MyAppName}}"; Filename: "{uninstallexe}"
109
Name: "{commonstartup}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
112
Name: "{commonstartup}\{#MyStartupName}"; Filename: "{app}\{#MyAppExeName}"; Parameters: "startup"
110 113
Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
111 114
;Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: quicklaunchicon
112 115

  

Also available in: Unified diff