Commit Graph

109 Commits

Author SHA1 Message Date
6ac02fb478 Tweaked build script to include the UCRT redistributable DLL's in "shared" builds. 2015-10-25 20:39:31 +01:00
62098b049e Small installer fix. 2015-10-23 18:17:26 +02:00
d8cb000231 Un-installer: Also remove the shell integration. 2015-10-20 22:01:39 +02:00
ceb86346e0 Minor installer fix. 2015-10-17 13:22:29 +02:00
cf85dd8300 Now using the MT tool for embedding the Manifest. 2015-10-15 21:20:06 +02:00
acc791529b Manually add Windows 10 compat manifest to the installer, to make Aero plug-in work correctly on Windows 10. 2015-10-10 15:56:33 +02:00
1714af0a4d Refactored the "LockedFile" class + moved hash computation to a separate class, for clarity. 2015-08-30 13:47:08 +02:00
1062ecf3ce Some more installer tweaks. 2015-08-20 21:01:34 +02:00
31efcf8e51 Installer: Moved clean-up code to a separate section. 2015-08-11 22:21:26 +02:00
9e5adf34b3 Updated build script and installer to better support multiple versions of Visual Studio. 2015-08-11 22:10:00 +02:00
610a3a20a1 Updated installer script to use the ${StdUtils.TestParameter} function. 2015-07-01 22:47:47 +02:00
7644b9ea79 Some more installer tweaks. 2015-06-25 23:06:50 +02:00
8d93069321 Some installer updates, especially for /UPDATE mode. 2015-06-24 23:44:43 +02:00
2c4a64aaf5 Added Hungarian translation, thanks to Zityi's Translator Team <zityisoft@gmail.com>. 2015-04-13 23:35:23 +02:00
36a381dacd Small installer tweak. 2015-02-26 22:25:28 +01:00
e97c047ea3 Some installer fixes. 2015-01-01 22:32:45 +01:00
9172b19ad3 Removed static plugin initialization code, because MUtilities library does that now + updated Changelog file. 2015-01-01 22:12:11 +01:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
b3ad9bad03 Manual: Added Anti-Virus Notes. 2014-12-27 05:50:25 +01:00
c4414e1802 Added web-link to bug-tracker on GitHub. 2014-06-27 21:06:33 +02:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
f6a5ebbde6 Fixed web-site link in installer. How long has this link been dead now? 2013-12-16 18:04:00 +01:00
073cd5468e Updated installer for Polish language. 2013-08-28 12:05:37 +02:00
a761f51a69 Updated web-site URL. 2013-04-18 22:55:21 +02:00
1dcc744d79 Some installer improvements. 2013-03-05 23:10:13 +01:00
67e37ed1cf Set proper exit code. 2013-01-14 00:36:22 +01:00
66920db9d8 Improved installer operating system check to include Windows XP x64 Edition. 2012-11-25 20:27:27 +01:00
75c0b29558 Some installer code clean-up. 2012-11-25 14:03:33 +01:00
2b2f1e2f13 Added workaround to allow installation on Windows XP x64-Edition again: It appears that NSIS (intentionally!) detects Windows XP x64-Edition as "5.1" although it actually is "5.2", so the Windows XP (non-x64) Service Pack checks were triggered on Windows XP x64-Edition too. And, as there is no such thing as a Service Pack 3 for Windows XP x64-Edition, installation was aborted. Consequently we will now avoid the Service Pack checks, if running on a x64 system. 2012-11-24 22:32:20 +01:00
e9bcc809aa Made installer error message on un-supported platforms more detailed. 2012-11-24 21:20:09 +01:00
41c129a0ec Upgraded build environment to Microsoft Visual Studio 2012 Update-1 (CTP #4). 2012-11-24 16:27:38 +01:00
a85eb47897 Some installer improvements. 2012-10-24 22:45:58 +02:00
16fc9f523f Updated installer script. 2012-10-21 20:28:44 +02:00
392a22a03d Fixed Uninstaller to remove the "Manual.html" file. 2012-10-10 00:37:36 +02:00
420bd764ab Small install script update: Don't look for "PRE_RELEASE_INFO.txt" in a Release version. 2012-08-21 21:41:34 +02:00
c8bd61db92 Updated deployment scripts to keep file attributes, 2012-07-02 01:19:32 +02:00
eb590289aa Popup "PRE_RELEASE_INFO.txt" during the setup procedure, if the file exists. 2012-07-01 21:33:04 +02:00
3c89d3c2ef Include the file "PRE_RELEASE_INFO.txt" in all pre-release builds of LameXP. 2012-07-01 21:11:04 +02:00
86e17a04ff Bump version + update Changelog file. 2012-02-23 21:21:02 +01:00
44da665abc Force column resize, after an item in the source file list has been edited. 2011-12-17 22:01:42 +01:00
fba31b51a9 Updated FAQ document + small installer fix. 2011-12-07 23:00:49 +01:00
8c72137fe1 Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only). 2011-12-04 20:33:06 +01:00
b9a2ebf660 Make sure the "outer" installer isn't renamed to 'LameXP.exe' or 'LameXP-Portable.exe', because it confused the LockedList plug-in. 2011-11-06 14:19:47 +01:00
d14ecfffa6 Fixed web-update tool. After the recent update of the Inetc plug-in, the updater was not working anymore. D'oh! 2011-10-16 19:15:40 +02:00
c13939aa12 Got rid of the need to explicitly unload the StdUtils plug-in. 2011-10-09 17:37:10 +02:00
68fd91c6f8 Minor installer fix. 2011-10-08 23:53:54 +02:00
7c5ef4ca58 More installer clean-up. 2011-10-08 22:58:11 +02:00
11781e8a8d Clean-up installer script. 2011-10-08 19:34:24 +02:00
ad94a4726b Updated installer to get rid of "parameters.nsh", now using StdUtils plug-in to get the parameters. 2011-10-08 18:20:20 +02:00
9d652fb2e0 Added support for /Force to uninstaller. Required some tweaks for the 'parameters.nsh' include file. 2011-10-07 16:06:48 +02:00