File tree 4 files changed +11
-7
lines changed
system_integration/Windows/installer/ccdciel
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 3
3
version=$( grep ' ccdcielver' src/u_global.pas | head -1| cut -d\' -f2)
4
4
5
5
builddir=/tmp/ccdciel # Be sure this is set to a non existent directory, it is removed after the run!
6
- innosetup=" C:\Program Files (x86)\Inno Setup 5\ISCC.exe" # Install under Wine from http://www.jrsoftware.org/isinfo.php
6
+ export WINEPREFIX=~ /.wineinno6
7
+ innosetup=" C:\Program Files (x86)\Inno Setup 6\ISCC.exe" # Install under Wine from http://www.jrsoftware.org/isinfo.php
7
8
wine_build=" Z:\tmp\ccdciel" # Change to match builddir, Z: is defined in ~/.wine/dosdevices
8
9
9
10
arch=$( arch)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AppVerName=CCDciel V3
8
8
AppPublisherURL = http://sourceforge.net/projects/ccdciel
9
9
AppSupportURL = http://sourceforge.net/projects/ccdciel
10
10
AppUpdatesURL = http://sourceforge.net/projects/ccdciel
11
- DefaultDirName = {pf32 } \CCDciel
11
+ DefaultDirName = {commonpf32 }\CCDciel
12
12
UsePreviousAppDir = false
13
13
DefaultGroupName = CCDciel
14
14
AllowNoIcons = true
@@ -21,6 +21,7 @@ Uninstallable=true
21
21
UninstallLogMode = append
22
22
DirExistsWarning = no
23
23
ShowLanguageDialog = yes
24
+ WizardStyle = modern
24
25
AppID = {{6570df38-f18f-11e4-9532 -fb2d36b55e00}
25
26
26
27
[Tasks]
@@ -32,7 +33,7 @@ Source: Data\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsub
32
33
33
34
[Icons]
34
35
Name : {group} \CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app}
35
- Name : {userdesktop }\CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app} ; Tasks: desktopicon
36
+ Name : {commondesktop }\CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app} ; Tasks: desktopicon
36
37
37
38
[Code]
38
39
{ Uninstall previous version to avoid 32bit/64bit mismatch}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ AppVerName=CCDciel V3
9
9
AppPublisherURL = http://sourceforge.net/projects/ccdciel
10
10
AppSupportURL = http://sourceforge.net/projects/ccdciel
11
11
AppUpdatesURL = http://sourceforge.net/projects/ccdciel
12
- DefaultDirName = {pf } \CCDciel
12
+ DefaultDirName = {commonpf64 }\CCDciel
13
13
UsePreviousAppDir = false
14
14
DefaultGroupName = CCDciel
15
15
AllowNoIcons = true
@@ -22,6 +22,7 @@ Uninstallable=true
22
22
UninstallLogMode = append
23
23
DirExistsWarning = no
24
24
ShowLanguageDialog = yes
25
+ WizardStyle = modern
25
26
AppID = {{6570df38-f18f-11e4-9532 -fb2d36b55e00}
26
27
27
28
[Tasks]
@@ -33,7 +34,7 @@ Source: Data\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsub
33
34
34
35
[Icons]
35
36
Name : {group} \CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app}
36
- Name : {userdesktop }\CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app} ; Tasks: desktopicon
37
+ Name : {commondesktop }\CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app} ; Tasks: desktopicon
37
38
38
39
[Code]
39
40
{ Uninstall previous version to avoid 32bit/64bit mismatch}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ AppPublisherURL=http://sourceforge.net/projects/ccdciel
8
8
AppSupportURL = http://sourceforge.net/projects/ccdciel
9
9
AppUpdatesURL = http://sourceforge.net/projects/ccdciel
10
10
UsePreviousAppDir = true
11
- DefaultDirName = {pf } \CCDciel
11
+ DefaultDirName = {commonpf }\CCDciel
12
12
DefaultGroupName = CCDciel
13
13
AllowNoIcons = true
14
14
InfoBeforeFile = Presetup\readme .txt
@@ -20,6 +20,7 @@ Uninstallable=true
20
20
UninstallLogMode = append
21
21
DirExistsWarning = no
22
22
ShowLanguageDialog = yes
23
+ WizardStyle = modern
23
24
AppID = {{6570df38-f18f-11e4-9532 -fb2d36b55e00}
24
25
ArchitecturesInstallIn64BitMode = x64
25
26
@@ -36,7 +37,7 @@ Source: Data\*; DestDir: {app}; Flags: ignoreversion recursesubdirs createallsub
36
37
37
38
[Icons]
38
39
Name : {group} \CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app}
39
- Name : {userdesktop }\CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app} ; Tasks: desktopicon
40
+ Name : {commondesktop }\CCDciel; Filename : {app} \ccdciel.exe; WorkingDir : {app} ; Tasks: desktopicon
40
41
41
42
[Code]
42
43
{ Uninstall 32bit version on 64bit system}
You can’t perform that action at this time.
0 commit comments