From 6dc6aa3be7ce00782b89305e70eecb8402986586 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sat, 19 Dec 2009 11:46:11 +0100 Subject: [PATCH] Don't offer to run mmg directly after the installation. --- ChangeLog | 9 +++++++++ installer/mkvtoolnix-unicode.nsi | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f47360ca5..5e67ea250 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-12-19 Moritz Bunkus + + * Installer: The installer will no longer offer to run mmg after + it has been installed. On Windows setups where a normal user + account doesn't have administrator privileges this caused mmg to + be run as the user "Administrator" instead of the normal user + account causing confusion and some things not to work, e.g. drag & + drop. + 2009-12-17 Moritz Bunkus * mkvmerge: bug fix: Zero-length frames in Theora bitstreams as diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index a2b9b5bd9..4976abd85 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -31,9 +31,6 @@ var ICONS_GROUP !define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}" !define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${PRODUCT_STARTMENU_REGVAL}" -# Settings for the finish page (offer to run mmg.exe) -!define MUI_FINISHPAGE_RUN "$INSTDIR\mmg.exe" - # Welcome page !insertmacro MUI_PAGE_WELCOME !insertmacro MUI_PAGE_DIRECTORY