Rebuilt the web-update tool with the Unicode version of NSIS.

This commit is contained in:
LoRd_MuldeR 2010-12-08 00:36:38 +01:00
parent 40b0300284
commit 9f1f8e8f4b
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
#define PATH_SEVENZ "E:\7-Zip"
#define PATH_MPRESS "E:\MPress"
#define PATH_UPXBIN "E:\MPUI\installer"
#define PATH_MKNSIS "E:\NSIS"
#define PATH_MKNSIS "e:\NSIS\_Unicode"
#define PATH_MSVC90 "D:\Microsoft Visual Studio 9.0"
#define PATH_QTMSVC "E:\Qt\MSVC\4.7.1"
#define PATH_GNUPG1 "E:\GnuPG"

View File

@ -20,6 +20,7 @@
; ///////////////////////////////////////////////////////////////////////////////
RequestExecutionLevel user
;TargetMinimalOS 5.0
BrandingText `Date created: ${LAMEXP_DATE}`
ShowInstDetails show
@ -99,7 +100,6 @@ Function CheckForUpdate
FunctionEnd
Function .onInstSuccess
StrCpy $R0 "$INSTDIR"
!insertmacro UAC_AsUser_ExecShell "explore" "$R0" "" "" SW_SHOWNORMAL
!insertmacro UAC_AsUser_ExecShell "open" "$R0\LameXP.exe" "" "$OUTDIR" SW_SHOWNORMAL
!insertmacro UAC_AsUser_ExecShell "explore" "$INSTDIR" "" "" SW_SHOWNORMAL
!insertmacro UAC_AsUser_ExecShell "open" "$INSTDIR\LameXP.exe" "" "$INSTDIR" SW_SHOWNORMAL
FunctionEnd

Binary file not shown.

View File

@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 0
#define VER_LAMEXP_BUILD 130
#define VER_LAMEXP_BUILD 132
#define VER_LAMEXP_SUFFIX TechPreview
/*

View File

@ -62,7 +62,7 @@ static const struct lamexp_tool_t g_lamexp_tools[] =
{"7dcf6517aa90ed15737ee8ea50ea00a6dece2d27", "valdec.exe"},
{"8159f4e824b3e343ece95ba6dbb5e16da9c4866e", "volumax.exe"},
{"62e2805d1b2eb2a4d86a5ca6e6ea58010d05d2a7", "wget.exe"},
{"022bf035f0ba9b69569e419106dda304df0d5001", "wupdate.exe"},
{"a17011961aa8696bc935e097b3242d33c38a9842", "wupdate.exe"},
{"4d018ac7f6a42abd53faacfae5055c2a3c176430", "wvunpack.exe"},
{NULL, NULL}
};