Commit Graph

6 Commits

Author SHA1 Message Date
Moritz Bunkus
da2e52e9af Unset uninstaller icon
Setting the uninstaller icon to the same icon as the mmg icon
is confusing in the start menu. Fix for bug 330.
2009-01-28 22:27:02 +01:00
Moritz Bunkus
fe9ca8a91f Set version number to 2.4.2 for the installer
Due to moving the NSIS script into a subdirectory my automated
script did not update the version number in it for the last
release.
2009-01-18 17:28:32 +01:00
Moritz Bunkus
cfe99ac068 Various cosmetics and improvements to the NSIS installer script
1. Switched to Modern UI 2.
2. The Matroska logo is used during uninstallation as well.
3. Cleanup; moved code blocks around.
4. Changed the branding from the standard "NSIS installation system..."
string to something with "mkvtoolnix...".
5. Prepared the code to contain a build number in the product name;
the build number is empty for releases and will be set for pre-builds
by my automated build script.

Fixes for bug 327.
2009-01-17 14:47:06 +01:00
Moritz Bunkus
0e6f533725 Removed a couple of comments 2009-01-17 13:11:30 +01:00
Moritz Bunkus
b06dd974ba Cleanups in NSIS installer script
Removed old functions and replaced them with calls
to builtin/provided newer functions. Requires NSIS 2.42
or at least a System.dll plugin with the "Call" function
compiled in.

Part of a fix for bug 327.
2009-01-17 01:06:28 +01:00
Moritz Bunkus
f096026db8 Moved the NSIS installer script to its own subdirectory. 2009-01-16 21:57:32 +01:00