Skip to content

Commit

Permalink
1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Jan 20, 2022
1 parent 3852a65 commit b22466e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file modified CmdThumbGen/CmdThumbGen.rc
Binary file not shown.
9 changes: 5 additions & 4 deletions CmdThumbGen/CmdThumbGen.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,30 @@
<ProjectGuid>{563B8C71-3FF0-48B8-8017-B34170BC5D69}</ProjectGuid>
<RootNamespace>CmdThumbGen</RootNamespace>
<Keyword>AtlProj</Keyword>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<UseOfAtl>Static</UseOfAtl>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<UseOfAtl>Static</UseOfAtl>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<UseOfAtl>Static</UseOfAtl>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<UseOfAtl>Dynamic</UseOfAtl>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
Binary file modified Readme.rtf
Binary file not shown.
11 changes: 5 additions & 6 deletions Setup_ThumbGensPack.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
!define TTL "ThumbGensPack ${__TIMESTAMP__}"
!define COM "HIRAOKA HYPERS TOOLS, Inc."

!define VER "1.2.15"
!define VER "1.2.16"

!define CLSID "{93FB1A02-084D-43B4-A69F-65d8b86f2ab3}"

Expand All @@ -22,7 +22,7 @@
!define EPKey1 "{db1447dd-b517-4bab-962f-0f6c472cac35}"
!define EPKey2 "{1fcbd4d2-83e3-4b3d-8400-f0baf8969bb8}"

!system 'MySign ".\pdf2bmp2\release\pdf2bmp2.exe" ".\pdfpcnt\bin\Release\pdfpcnt.exe" ".\bpg2bmp\bin\DEBUG\bpg2bmp.exe" ".\Jnt2bmp\bin\x86\DEBUG\Jnt2bmp.exe" ".\dxf2bmp\bin\Release\dxf2bmp.exe"'
!system 'MySign ".\pdf2bmp2\release\pdf2bmp2.exe" ".\pdfpcnt\bin\Release\pdfpcnt.exe" ".\bpg2bmp\bin\DEBUG\bpg2bmp.exe" ".\Jnt2bmp\bin\x86\DEBUG\Jnt2bmp.exe" ".\dxf2bmp\bin\Release\dxf2bmp.exe" "CmdThumbGen\Release\CmdThumbGen.dll" "CmdThumbGen\x64\Release\CmdThumbGen.dll"'
!finalize 'MySign "%1"'

; The name of the installer
Expand All @@ -43,9 +43,10 @@ InstallDirRegKey HKLM "Software\${COM}\${APP}" "Install_Dir"
; Request application privileges for Windows Vista
RequestExecutionLevel admin

!define DOTNET_VERSION "2.0"
SetCompressor /solid zlib

XPStyle on

!include "DotNET.nsh"
!include "LogicLib.nsh"

!include "Registry.nsh"
Expand Down Expand Up @@ -81,8 +82,6 @@ SetOverwrite ifdiff
Section ""
SetOutPath $INSTDIR

!insertmacro CheckDotNET ${DOTNET_VERSION}

; Write the installation path into the registry
WriteRegStr HKLM "Software\${COM}\${APP}" "Install_Dir" "$INSTDIR"

Expand Down

0 comments on commit b22466e

Please sign in to comment.