nvm here
;;----------------------------------------------------------------------
;;
;; CrossOver Configuration File
;;
;;----------------------------------------------------------------------
;;-----< [CrossOver] Section >------------------------------------------
;; This section supplies configuration information that applies to
;; CrossOver as a whole.
;;----------------------------------------------------------------------
[CrossOver]
;;-----------------< Basic Settings >-----------------------------------
;;
;; PreferredBrowser Specifies the browser that CrossOver should use
;; asked to open a URL.
;;
;; Default: ""
;;
;; ManagedShortcutDirs Specifies a colon-separated list of directories
;; where managed bottles should create scripts to
;; start Windows applications.
;;
;; Default: ""
;;
;; PrivateShortcutDirs Specifies a colon-separated list of directories
;; where private bottles should create scripts to
;; start Windows applications. These directories
;; must be writable by non-root users and thus
;; should probably be relative to '${HOME}'.
;;
;; Default: ""
;;
;; MenuIgnoreList This is a colon-separated list of menuing system
;; IDs. It specifies menuing systems which should
;; be ignored when creating and deleting menus.
;;
;; Default: ""
;;
;; AssocIgnoreList This is a colon-separated list of association
;; system IDs. It specifies association systems
;; which should be ignored when creating and
;; deleting associations.
;;
;; Default: ""
;;
;; MIMEIgnoreList A colon-separated list of MIME Types to ignore.
;; You can use this to prevent CrossOver Setup
;; from ever associating these MIME types to a
;; Windows application.
;;
;; Default: ""
;;
;; ExtIgnoreList A colon-separated list of extensions to ignore
;; when scanning the Windows associations. The
;; leading dot of the extension should be omitted
;; and regular expressions are allowed.
;;
;; Default: ""
;;
;; AntiVirusScan When to scan for viruses. If set to 'never',
;; then no scan is ever done. If set to
;; 'untrusted', then only untrusted files are
;; scanned. If set to 'start', then files are
;; scanned before they are run by the wine script.
;;
;; Note that there is no way to have all files be
;; scanned before they are opened by Windows
;; applications, for instance when one uses the
;; File -> Open dialog.
;;
;; Default: start
;;
;; AntiVirusCommand The command to use to scan for viruses in
;; Windows applications and files. The default is
;; to auto-detect ClamAV and F-Prot and use the
;; first one found.
;;
;; Default: auto-detect
;;
;;----------------------------------------------------------------------
;;"PreferredBrowser" = ""
;;"ManagedShortcutDirs" = ""
;;"PrivateShortcutDirs" = ""
;;"MenuIgnoreList" = ""
;;"AssocIgnoreList" = ""
"MIMEIgnoreList" = "application/x-crossover-doc:application/x-gettext:text/html:text/plain:text/x-gettext-translation-template"
"ExtIgnoreList" = "exe:htm:html:lnk:txt:url"
;;"AntiVirusScan" = ""
;;"AntiVirusCommand" = ""
;;-----------------< Advanced Settings >--------------------------------
;;
;; These values are for exceptional circumstances and are not for
;; general use by end users.
;;
;; ProductVersion The product version.
;;
;; Default: ""
;;
;; BuildTimestamp The build's timestamp.
;;
;; Default: ""
;;
;;----------------------------------------------------------------------
"ProductVersion" = "7.0.2"
"BuildTimestamp" = "20080702T205457Z"
;;-----< [MIMEAliases] Section >----------------------------------------
;; This section specifies a list of MIME type aliases for use when
;; creating associations.
;;----------------------------------------------------------------------
[MIMEAliases]
;;-----------------< MIME Type Aliases >--------------------------------
;;
;; This is a set of key/value pairs of the form:
;;
;; "mime/type1" = "mime/type2;mime/type3"
;;
;; This specifies that 'mime/type1', 'mime/type2' and 'mime/type3' are
;; synonymous and causes CrossOver to associate with all three MIME
;; types whenever it encounters one of them.
;;
;;----------------------------------------------------------------------
"application/msexcel" = "application/vnd.ms-excel;application/x-msexcel"
"application/mspowerpoint"= "application/vnd.ms-powerpoint;application/x-mspowerpoint"
"application/msword" = "application/vnd.ms-word"
"application/pdf" = "application/x-pdf"
"application/wordperfect" = "application/vnd.wordperfect;application/x-wordperfect"
"application/zip" = "application/x-zip-compressed"
"audio/midi" = "audio/x-midi"
"audio/mp3" = "audio/mpeg"
"audio/mp4" = "audio/x-m4a"
"audio/x-pn-realaudio" = "audio/vnd.rn-realaudio"
"audio/x-wav" = "audio/vnd.wave;audio/wav"
"text/calendar" = "text/x-vcalendar"
"text/directory" = "text/x-vcard"
"video/x-ms-asf" = "application/vnd.ms-asf"
;;-----< [OfficeSetup] Section >----------------------------------------
;; This section specifies settings *only* used by the CrossOver Setup
;; utility.
;;----------------------------------------------------------------------
[OfficeSetup]
;;-----------------< OfficeSetup Settings >-----------------------------
;;
;; RemoteDisplay If set to 1, CrossOver Setup will go easy on GUI
;; actions so as not to swamp the network. If unset
;; or left empty, CrossOver Setup will try to
;; automatically detect remote displays.
;;
;; Default: ""
;;
;; RunIntroWizard If set to 1, intro wizard will be
;; invoked on startup.
;;
;; Default: 1
;;
;; BrowseInitDir The initial directory to open in the file
;; selection dialogs.
;;
;; Default: ~
;;
;; DefaultBottleScope The default bottle mode (private or managed)
;; for newly created bottles. (Used in
;; root installs only.)
;;
;; Default: private
;;
;; DontWarnUnHide Do not display the warning if the 'unhide'
;; option is not specified when mounting a CDROM
;; drive.
;;
;; Default: 0
;;
;;----------------------------------------------------------------------
;;"RemoteDisplay" = ""
;;"RunIntroWizard" = ""
;;"BrowseInitDir" = ""
;;"NoUlimitNag" = ""
;;"DefaultBottleScope" = "private"
;;"DontWarnUnHide" = ""
;;-----< [Wine] Section >-----------------------------------------------
;; This section specifies defaults for all applications to use. Any
;; application that is active, but does not have a matching
;; configuration section, will obtain its parameters from this section.
;;----------------------------------------------------------------------
[Wine]
;;-----------------< Advanced Path Settings >---------------------------
;;
;; Each of these values, if specified, will override the default value
;; computed via CX_ROOT.
;;
;; BinPath Specifies a list of directories to prepend to
;; the PATH prior to invoking a Wine subprocess.
;; If you wish to use an alternative version of
;; Wine, you should set this to a minimum of:
;; <your-wine>:<your-wine>/server:<crossover>/bin
;;
;; Default: ${CX_ROOT}/bin
;;
;; LibPath Specifies a list of directories to prepend to
;; LD_LIBRARY_PATH prior to invoking a Wine
;; subprocess. If you wish to use an alternative
;; version of Wine, you should set this to a
;; minimum of:
;; <your-wine>:<crossover>/lib
;;
;; Default: ${CX_ROOT}/lib
;;
;; DllPath Specifies a list of directories containing
;; builtin Wine builtin dlls. Note that this
;; setting overrides WINEDLLPATH. To use
;; WINEDLLPATH, set this field to
;; "${CX_ROOT}/lib/wine:${WINEDLLPATH}". If you
;; wish to use an alternative version of Wine, you
;; should set this to a minimum of:
;; <your-wine>/dlls:<crossover>/lib/wine
;;
;; Default: ${CX_ROOT}/lib/wine
;;
;; LDPreload If set, specifies a value to override
;; LD_PRELOAD. Note that if it is set to an empty
;; string, then LD_PRELOAD will be set to an empty
;; string too.To not modify LD_PRELOAD, set it to
;; ${LD_PRELOAD}.
;;
;; Default: ""
;;
;; LDAssumeKernel If set, specifies a value to override
;; LD_ASSUME_KERNEL.
;; Note that if it is set to an empty string, then
;; LD_ASSUME_KERNEL will be set to an empty string
;; too. To not modify LD_ASSUME_KERNEL, either
;; comment out the LDAssumeKernel setting, or set
;; it to ${LD_ASSUME_KERNEL}.
;;
;; Default: ${LD_ASSUME_KERNEL}
;;
;;----------------------------------------------------------------------
;;"BinPath" = ""
;;"LibPath" = ""
;;"DllPath" = ""
;;"LDPreload" = ""
;;"LDAssumeKernel" = ""
;;-----< [BottleDefaults] Section >-------------------------------------
;; This section specifies settings to be used when creating a new
;; bottle.
;;----------------------------------------------------------------------
[BottleDefaults]
;;-----------------< Bottle Settings >----------------------------------
;;
;; MenuRoot Specifies where Wine should create the menu
;; entries for Windows applications, i.e. where
;; the root of the "Start Menu" should be.
;;
;; Default: ""
;;
;; MenuStrip Specifies that the first N Windows menu levels
;; should be stripped. So if MenuStrip is set to
;; one, then a menu that would be in the 'Programs'
;; menu folder on Windows, would appear in the menu
;; root in your desktop environment.
;;
;; Default: 0
;;
;; HttpProxyHost If set and non empty, this host is used as the
;; Http proxy host. If empty, no proxy is set.
;; If not set, $http_proxy is used.
;;
;; Default: Based on $http_proxy
;;
;; HttpProxyPort If HttpProxyHost is set and non empty,
;; this value is used as the Http proxy port.
;;
;; Default: Based on $http_proxy
;;
;; OutlookSecurity Activate the Outlook security measures.
;;
;; Default: 0
;;
;; BlockedExtensions File extensions that Outlook is not allowed
;; to execute for security reasons.
;;
;; Default: ""
;;
;;----------------------------------------------------------------------
"MenuRoot" = "/Windows Applications"
"MenuStrip" = "1"
;;"HttpProxyHost" = ""
;;"HttpProxyPort" = ""
"OutlookSecurity" = "1"
"BlockedExtensions" = "bat;com;cpl;exe;hta;lnk;pif;scr;vbe;vbs;wsf;wsh"