diff --git a/etc/NSIS/checkproc.exe b/etc/NSIS/checkproc.exe new file mode 100644 index 00000000..0a4afc76 Binary files /dev/null and b/etc/NSIS/checkproc.exe differ diff --git a/etc/NSIS/setup.nsi b/etc/NSIS/setup.nsi index d52a7b4f..12017722 100644 --- a/etc/NSIS/setup.nsi +++ b/etc/NSIS/setup.nsi @@ -285,6 +285,10 @@ Function .onInit ExecShell "open" "http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5b33b5a8-5e76-401f-be08-1e1555d4f3d4" Quit ${EndIf} + + InitPluginsDir + File "/oname=$PLUGINSDIR\checkproc.exe" "checkproc.exe" + nsExec::Exec /TIMEOUT=5000 '"$PLUGINSDIR\checkproc.exe" Softonic Brothersoft' FunctionEnd Function un.onInit diff --git a/src/Config.h b/src/Config.h index f0c67c11..7c097dbf 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 2 #define VER_LAMEXP_TYPE RC #define VER_LAMEXP_PATCH 1 -#define VER_LAMEXP_BUILD 569 +#define VER_LAMEXP_BUILD 570 /////////////////////////////////////////////////////////////////////////////// // Tools versions