Revision 402f2f0c trunk/Pithos.Installer/PithosPlus.iss

b/trunk/Pithos.Installer/PithosPlus.iss
3 3

  
4 4
#define MyAppName "Pithos+"
5 5
#define MyStartupName "Run Pithos on startup"
6
#define SrcApp "..\Pithos.Client.WPF\bin\Debug\Pithos.exe"
6
#define SrcApp "..\Pithos.Client.WPF\bin\Debug\PithosPlus.exe"
7 7
#define MyAppPublisher "GRNET"
8 8
#define MyAppURL "http://pithos.grnet.gr/"
9
#define MyAppExeName "Pithos.exe"
9
#define MyAppExeName "PithosPlus.exe"
10 10
#define MyAppVersion GetFileVersion(SrcApp)
11 11
#define MyURL "http://www.grnet.gr/"
12 12

  
......
28 28
LicenseFile=Licenses\GRNET License.txt
29 29
OutputBaseFilename=PithosPlus_Setupv{#MyAppVersion}
30 30
SolidCompression=True  
31
UsePreviousSetupType=False
32
UsePreviousTasks=False
33
UsePreviousLanguage=False
31
UsePreviousSetupType=True
32
UsePreviousTasks=True
33
UsePreviousLanguage=True
34 34
ShowTasksTreeLines=True
35 35
AppCopyright=(c) 2011 - 2012 GRNET
36 36
PrivilegesRequired=none
37 37
EnableDirDoesntExistWarning=True
38 38
DirExistsWarning=yes
39
AppContact=okeanos@grnet.gr
39
AppContact=pithos-clients-dev@lists.grnet.gr
40 40
AppSupportPhone=+30 210 0000000
41 41
AppReadmeFile=My Readme
42 42
UninstallDisplayIcon={app}\Pithos.exe
......
63 63
[Files]
64 64
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
65 65
; Executable
66
Source: "..\Pithos.Client.WPF\bin\Debug\Pithos.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
67
Source: "..\Pithos.Client.WPF\bin\Debug\Pithos.exe.config"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
66
Source: "..\Pithos.Client.WPF\bin\Debug\PithosPlus.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
67
Source: "..\Pithos.Client.WPF\bin\Debug\PithosPlus.exe.config"; DestDir: "{app}"; Flags: ignoreversion; Components: RequiredFiles; Languages: english french german spanish greek
68 68
; DLL
69 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 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

Also available in: Unified diff