; ; Configuration of the setup wizard : [Setup] ; Product name shown in dialogs ProductName= Mackie Onyx Firewire ; Product version ProductVersion = 1.12.1 ; Registry path where setup information is stored. ; The path is relative to HKEY_LOCAL_MACHINE\Software SoftwareRegPath= BridgeCo\1394AudioDriver_MackieOnyx ; Default destination directory on the user's system. ; The path is relative to 'Program Files' DefaultDestDir= Mackie\Onyx Firewire Driver ; This key specifies the files to be copied from the setup package to the destination directory. ; Several files may be specified as a comma separated list. ; Note that .inf files will be copied by default and are not to be included in this key (see below). CopyFiles= bco_1394.sys, bco_avs.sys, bco_asio.dll, Onyx Control Panel.exe, custom.cfg ; This key specifies the 1394 .inf file(s) that will be used to install bco_1394.sys. ; Several files may be specified as a comma separated list. ; Files specified in this key will also be copied to the destination directory. InfFiles= bco_1394_MackieOnyx.inf ; This key specifies the AVS .inf file(s) that will be used to install bco_avs.sys. ; Several files may be specified as a comma separated list. ; Files specified in this key will also be copied to the destination directory. AvsInfFiles= bco_avs_MackieOnyx.inf ; This key specifies the null .inf file(s) that will be installed ; in the system by Setup to provide drivers for the two AV/C subunit devices ; created by the default Microsoft driver stack. ; Several files may be specified as a comma separated list. ; Files specified in this key will also be copied to the destination directory. NullInfFiles= bco_null_MackieOnyx.inf ; This key specifies .DLL files which are to be registered on the target machine. ; Several files may be specified as a comma separated list. ; The ASIO DLL should be included. SelfRegister= bco_asio.dll ; This key specifies a .CPL file which is to be registered on the target machine ; with Windows Control Panel. ; This key is optional. No Control Panel applet will be registered if it is empty. CplApplet= OnyxCplExt.cpl ; This key specifies shortcuts to be created in the Windows Start Menu. ; A shortcut is defined by a string with the following format: ShortcutName:Executable ; Several shortcuts may be specified as a comma separated list. ; This key is optional. No shortcuts will be created if it is empty. ShortCuts= Onyx Control Panel:Onyx Control Panel.exe ; This key specifies the folder to be created in the Windows Start Menu. ; The shortcuts given above will be placed into this folder. ; This key will be ignored if ShortCuts is set to an empty list. StartMenuFolder= Mackie Onyx ; This key is optional. If set it specifies a license agreement that will ; be displayed by the setup wizard before the installation is started. ; The license agreement has to be a plain text file. LicenseText= license.txt