mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-12 05:03:33 +00:00
Don't offer to run mmg directly after the installation.
This commit is contained in:
parent
a57fa053f4
commit
6dc6aa3be7
@ -1,3 +1,12 @@
|
|||||||
|
2009-12-19 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
|
* 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 <moritz@bunkus.org>
|
2009-12-17 Moritz Bunkus <moritz@bunkus.org>
|
||||||
|
|
||||||
* mkvmerge: bug fix: Zero-length frames in Theora bitstreams as
|
* mkvmerge: bug fix: Zero-length frames in Theora bitstreams as
|
||||||
|
@ -31,9 +31,6 @@ var ICONS_GROUP
|
|||||||
!define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
|
!define MUI_STARTMENUPAGE_REGISTRY_KEY "${PRODUCT_UNINST_KEY}"
|
||||||
!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME "${PRODUCT_STARTMENU_REGVAL}"
|
!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
|
# Welcome page
|
||||||
!insertmacro MUI_PAGE_WELCOME
|
!insertmacro MUI_PAGE_WELCOME
|
||||||
!insertmacro MUI_PAGE_DIRECTORY
|
!insertmacro MUI_PAGE_DIRECTORY
|
||||||
|
Loading…
Reference in New Issue
Block a user