Skip to content

Commit 3e9afd8

Browse files
Files moved to Setup Folder
1 parent 23ceb0d commit 3e9afd8

File tree

8 files changed

+16
-13
lines changed

8 files changed

+16
-13
lines changed

Build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pause
66
EXIT
77

88
:INNO
9-
"C:\Program Files (x86)\Inno Setup 6\iscc.exe" "D:\ETHEA\SVGShellExtensions\SVGShellExtensions.iss"
9+
"C:\Program Files (x86)\Inno Setup 6\iscc.exe" "D:\ETHEA\SVGShellExtensions\Setup\SVGShellExtensions.iss"
1010
set INNO_STATUS=%ERRORLEVEL%
1111
if %INNO_STATUS%==0 GOTO END
1212
pause

Settings.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,16 @@
33
#define MyAppName 'Delphi SVG Shell Extensions'
44
#define MyAppVersion GetFileVersion('SVGShellExtensions.dll')
55
[Files]
6-
Source: SVGShellExtensions.dll; DestDir: {app}; Flags : regserver sharedfile noregerror
7-
;Source: UnRegister.bat; DestDir: {app}
8-
;Source: Register.bat; DestDir: {app}
6+
Source: ..\SVGShellExtensions.dll; DestDir: {app}; Flags : regserver sharedfile noregerror
7+
;Source: UnRegister64Bit.bat; DestDir: {app}
8+
;Source: Register64Bit.bat; DestDir: {app}
99

1010
;Andrà ripristinato
1111
;Source: Updater\DownloadInfo.xml; DestDir: {app}
1212
;Source: Updater\libeay32.dll; DestDir: {app}
1313
;Source: Updater\ssleay32.dll; DestDir: {app}
1414
;Source: Updater\updater.exe; DestDir: {app}
1515

16-
;Source: Settings.ini; DestDir: {app}
17-
1816
[Setup]
1917
UsePreviousLanguage=no
2018
AppName={#MyAppName}
@@ -35,8 +33,7 @@ WindowVisible=false
3533
WizardImageFile=WizEtheaImage.bmp
3634
WizardSmallImageFile=WizEtheaSmallImage.bmp
3735
AppContact=info@ethea.it
38-
SetupIconFile=.\Source\EtheaMultires.ico
39-
;MinVersion=,6.0.6000
36+
SetupIconFile=..\Source\EtheaMultires.ico
4037
DisableProgramGroupPage=true
4138
AppID=SVGShellExtensions
4239
UsePreviousSetupType=false
@@ -45,6 +42,9 @@ AlwaysShowDirOnReadyPage=true
4542
AlwaysShowGroupOnReadyPage=true
4643
ShowTasksTreeLines=true
4744
DisableWelcomePage=False
45+
AppCopyright=Copyright © 2021 Ethea S.r.l.
46+
ArchitecturesInstallIn64BitMode=x64
47+
MinVersion=0,6.0
4848

4949
[Languages]
5050
Name: ita; MessagesFile: compiler:Languages\Italian.isl
@@ -107,7 +107,7 @@ begin
107107
begin
108108
if (IsUpgrade()) then
109109
begin
110-
MsgBox(ExpandConstant('An old version of SVG Shell extensions was detected. The uninstaller will be executed'), mbInformation, MB_OK);
110+
MsgBox(ExpandConstant('An old version of SVG Shell Extensions was detected. The uninstaller will be executed'), mbInformation, MB_OK);
111111
UnInstallOldVersion();
112112
end;
113113
end;

Setup/Settings.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Global]
2+
FontSize=14
3+
FontName=Consolas
4+
StyleName=Glow
5+
ShowEditor=1
6+
SplitterPos=50
7+
PreferD2D=0

0 commit comments

Comments
 (0)