Skip to content

Commit 5fff9a9

Browse files
ver.1.4.0 32 and 64 bit
1 parent 9e560fb commit 5fff9a9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ call "C:\BDS\Studio\21.0\bin\rsvars.bat"
22
msbuild.exe "Source\SVGShellExtensions.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
33
msbuild.exe "Source\SVGShellExtensions32.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release
44
msbuild.exe "Source\SVGTextEditor.dproj" /target:Clean;Build /p:Platform=Win64 /p:config=release
5+
msbuild.exe "Source\SVGTextEditor.dproj" /target:Clean;Build /p:Platform=Win32 /p:config=release
6+
7+
call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\SVGShellExtensions\Bin32\SVGTextEditor.exe
8+
call D:\ETHEA\Certificate\SignFileWithSectico.bat D:\ETHEA\SVGShellExtensions\Bin64\SVGTextEditor.exe
59

610
:INNO
711
"C:\Program Files (x86)\Inno Setup 6\iscc.exe" "D:\ETHEA\SVGShellExtensions\Setup\SVGShellExtensions.iss"
2.48 MB
Binary file not shown.

Setup/SVGShellExtensions.iss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ Name: ita; MessagesFile: compiler:Languages\Italian.isl; LicenseFile: .\Licenza_
4646
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked; Components: Editor
4747

4848
[Files]
49-
Source: "..\Bin64\SVGTextEditor.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: Editor
49+
Source: "..\Bin32\SVGTextEditor.exe"; DestDir: "{app}"; Flags: ignoreversion 32bit; Components: Editor
5050
Source: "..\Bin32\SVGShellExtensions32.dll"; DestDir: {app}; Flags : regserver sharedfile noregerror; Components: ShellExtensions
51-
Source: "..\Bin64\SVGShellExtensions.dll"; DestDir: {app}; Flags : regserver sharedfile noregerror; Components: ShellExtensions
51+
Source: "..\Bin64\SVGTextEditor.exe"; DestDir: "{app}"; Flags: ignoreversion 64bit; Components: Editor
52+
Source: "..\Bin64\SVGShellExtensions.dll"; DestDir: {app}; Flags : 64bit regserver sharedfile noregerror; Components: ShellExtensions
5253

5354
[Icons]
5455
Name: "{group}\SVGTextEditor"; Filename: "{app}\SVGTextEditor.exe"; WorkingDir: "{app}"; IconFilename: "{app}\SVGTextEditor.exe"; Components: Editor

Source/SVGTextEditor.dproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
<PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
139139
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
140140
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
141-
<DCC_Define>madExcept;$(DCC_Define)</DCC_Define>
142141
<DCC_MapFile>3</DCC_MapFile>
143142
<DCC_DebugInformation>2</DCC_DebugInformation>
144143
<DCC_IntegerOverflowCheck>false</DCC_IntegerOverflowCheck>

0 commit comments

Comments
 (0)