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