You are on page 1of 3

# --------------------------------------------------------------------------------------#

INCLUDE/EXCLUDE-FEATURES
# --------------------------------------------------------------------------------------# This part of config file is used for including/excluding features from GM.
#
# Syntax:
#
INCEXCFTR ([UniqueID]) ([ApplicationName]) [FeatureName] INCLUDE
# or
#
INCEXCFTR ([UniqueID]) ([ApplicationName]) [FeatureName] EXCLUDE
#
# INCLUDE (or anything other except EXCLUDE) after feature name - feature is in
cluded
# EXCLUDE after feature name - feature is excluded
#
# If feature is excluded files will be on GM
# but end-user will not be able to see or select excluded features
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!!!!!!Please don't change anything except INCLUDE/EXCLUDE flags bellow
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# --------------------------------------------------------------------------------------INCEXCFTR (2FF8B816) (Actions) NeroHome INCLUDE
INCEXCFTR (2EFBD6E8) (Actions) NeroApi INCLUDE
INCEXCFTR (B035464E) (NeroStartSmart) NeroStartSmart INCLUDE
INCEXCFTR (BCAFF604) (Features) NeroBurningRom INCLUDE
INCEXCFTR (57D52359) (Features) NeroVision INCLUDE
INCEXCFTR (CB9D5429) (Features) NeroBackItUp INCLUDE
INCEXCFTR (7CE8D626) (Actions) NeroCoverDesigner INCLUDE
INCEXCFTR (D773A6E2) (Features) NeroShowTime INCLUDE
INCEXCFTR (53BEFA20) (Features) NeroMediaHome INCLUDE
INCEXCFTR (6035F00C) (Features) NeroRecode INCLUDE
INCEXCFTR (ED1EAF52) (Features) NeroPhotoSnap INCLUDE
INCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDE
INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE
INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE
INCEXCFTR (461CA46A) (Features) DMAManager INCLUDE
INCEXCFTR (5AD292D8) (SpecialFeatures) NeroBurn INCLUDE
INCEXCFTR (2EFBD6E8) () NeroApi2EFBD6E852FBA6 INCLUDE
#
#
# --------------------------------------------------------------------------------------#
INCLUDE/EXCLUDE-LANGUAGES
# --------------------------------------------------------------------------------------# This part of config file is used for including/excluding language supports fr
om GM.
#
# Syntax:
#
INCEXCLNG [LanguageShortName] USER_LANG
# or
#
INCEXCLNG [LanguageShortName] ALWAYS
#
# USER_LANG (or anything other except ALWAYS) after language short name - langu
age is "selected by default" only if it is end-user language
# ALWAYS after language short name - language is "selected by default" always i

ndependent from end-user default language


#
# If language is included all languages dependent files will be "selected by de
fault" in installer
# All language files will be always on GM.
# English is always included.
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!!!!!!Please don't change anything except USER_LANG/ALWAYS flags
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# --------------------------------------------------------------------------------------INCEXCLNG DEU USER_LANG
INCEXCLNG JPN USER_LANG
INCEXCLNG NLD USER_LANG
INCEXCLNG CHS USER_LANG
INCEXCLNG CHT USER_LANG
INCEXCLNG ESP USER_LANG
INCEXCLNG FRA USER_LANG
INCEXCLNG ITA USER_LANG
INCEXCLNG KOR USER_LANG
INCEXCLNG PTG USER_LANG
INCEXCLNG SVE USER_LANG
#
#
# --------------------------------------------------------------------------------------#
SET MSI PROPERTY
# --------------------------------------------------------------------------------------# This part of config file is used for changing MSI properties.
#
# Syntax:
#
MSIPROPERTY [Property Name] DEFAULT_VAL
# or
#
MSIPROPERTY [Property Name] "Your value"
#
# DEFAULT_VAL after property name - Property will be set with default value
# "Your value" after property name - Property will be set with your value
#
# Property explanation:
# SERIALNUM - Serial Number for whole software registration ("1111-2222-3333-44
44-5555-6666")
# TARGETDIR - Specifies the root destination directory for the installation
# ARPHELPLINK - Internet address, or URL, for technical support
# ARPHELPTELEPHONE - Technical support phone numbers
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!!!!!!Please use Quotation to bound your property value!!!!!!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !!!!!!!Please don't change anything except DEFAULT_VAL/"Your value" flags
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
#
# --------------------------------------------------------------------------------------#
MSIPROPERTY MIN_DIRECTX_VER 9

MSIPROPERTY ROOTDIR "[ProgramFilesFolder]Nero\Nero 7"

You might also like