Update web-update tool. Works better with UAC now.

This commit is contained in:
LoRd_MuldeR 2010-11-29 09:38:44 +01:00
parent b59bb2399a
commit f4c7a65de0
4 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
RequestExecutionLevel admin
!define ZIP2EXE_NAME `LameXP v${LAMEXP_VERSION} ${LAMEXP_SUFFIX} [Build #${LAMEXP_BUILD}]`
!define ZIP2EXE_OUTFILE `${LAMEXP_OUTPUT_FILE}`
!define ZIP2EXE_COMPRESSOR_LZMA

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 95
#define VER_LAMEXP_BUILD 97
#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"},
{"b4c67ae8a1f67971a3092f3d6694d86eef7e3b2e", "wupdate.exe"},
{"62805d842129f4e6328faae5233549c0da7e8e59", "wupdate.exe"},
{"4d018ac7f6a42abd53faacfae5055c2a3c176430", "wvunpack.exe"},
{NULL, NULL}
};