Now using the MT tool for embedding the Manifest.
This commit is contained in:
parent
94e8b2c4fc
commit
cf85dd8300
@ -84,10 +84,8 @@
|
||||
;Manifest
|
||||
;--------------------------------
|
||||
|
||||
!packhdr "$%TEMP%\~exehead.tmp" `"..\Utilities\ResHacker.exe" -addoverwrite "$%TEMP%\~exehead.tmp", "$%TEMP%\~exehead.tmp", "setup.manifest", 24,1,1033`
|
||||
|
||||
!delfile "..\Utilities\ResHacker.log"
|
||||
!delfile "..\Utilities\ResHacker.ini"
|
||||
!tempfile PACKHDRTEMP
|
||||
!packhdr "${PACKHDRTEMP}" '"..\Utilities\MT.exe" -manifest "setup.manifest" -outputresource:"${PACKHDRTEMP};1"'
|
||||
|
||||
|
||||
;--------------------------------
|
||||
|
BIN
etc/Utilities/MT.exe
Normal file
BIN
etc/Utilities/MT.exe
Normal file
Binary file not shown.
9
etc/Utilities/MT.exe.config
Normal file
9
etc/Utilities/MT.exe.config
Normal file
@ -0,0 +1,9 @@
|
||||
<?xml version ="1.0"?>
|
||||
<!-- This allows mt.exe to run on machines with the CLR v4 installed but not 1.1 or 2.0 -->
|
||||
<configuration>
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<supportedRuntime version="v4.0"/>
|
||||
<supportedRuntime version="v2.0.50727"/>
|
||||
<supportedRuntime version="v1.1.4322"/>
|
||||
</startup>
|
||||
</configuration>
|
Binary file not shown.
BIN
res/sha1.exe
Normal file
BIN
res/sha1.exe
Normal file
Binary file not shown.
@ -35,7 +35,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 2
|
||||
#define VER_LAMEXP_TYPE RC
|
||||
#define VER_LAMEXP_PATCH 2
|
||||
#define VER_LAMEXP_BUILD 1807
|
||||
#define VER_LAMEXP_BUILD 1808
|
||||
#define VER_LAMEXP_CONFG 1700
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user