Installer: Only show license on special request

GPL is a distribution license, and should thus
not be required to be accepted upon installation.
This commit is contained in:
Daniel Molkentin 2012-11-02 16:14:33 +01:00
parent 46a82b69c5
commit 4fbfe7bfef
2 changed files with 4 additions and 4 deletions

View file

@ -4,6 +4,4 @@ set( APPLICATION_EXECUTABLE "owncloud" )
set( APPLICATION_DOMAIN "owncloud.org" )
set( APPLICATION_VENDOR "ownCloud.org" )
set( THEME_CLASS "ownCloudTheme" )
SET( APPLICATION_REV_DOMAIN "org.owncloud.desktopclient" )
SET( APPLICATION_LICENSE "COPYING" )
set( APPLICATION_REV_DOMAIN "org.owncloud.desktopclient" )

View file

@ -13,7 +13,9 @@
;-----------------------------------------------------------------------------
; Some installer script options (comment-out options not required)
;-----------------------------------------------------------------------------
!define OPTION_LICENSE_AGREEMENT
!if "@APPLICATION_LICENSE@" != ""
!define OPTION_LICENSE_AGREEMENT
!endif
!define OPTION_UAC_PLUGIN_ENHANCED
!define OPTION_SECTION_SC_START_MENU
!define OPTION_SECTION_SC_DESKTOP