CDisplayEx Portable Launcher 1.0 ================================= Copyright (C) 2007 Ryan McCue Copyright (C) 2007 William McNair Copyright (C) 2007 Patrick Patience Copyright (C) 2004-2007 John T. Haller Website: http://PortableApps.com/CDisplayExPortable This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ABOUT CDisplayEx PORTABLE ====================== The CDisplayEx Portable Launcher allows you to run CDisplayEx from a removable drive whose letter changes as you move it to another computer. The program can be entirely self-contained on the drive and then used on any Windows computer. LICENSE ======= This code is released under the GPL. The full code is included with this package as CDisplayExPortable.nsi. INSTALLATION / DIRECTORY STRUCTURE ================================== By default, the program expects one of these directory structures: -\ <--- Directory with CDisplayExPortable.exe +\App\ +\CDisplayEx\ +\AppInfo\ +\DefaultData\ +\Data\ +\settings\ +\Other\ +\Source\ CDisplayExPORTABLE.INI CONFIGURATION ==================================== The CDisplayEx Portable Launcher will look for an ini file called CDisplayExPortable.ini within its directory (see the above section for more details on placement). If you are happy with the default options, it is not necessary, though. The INI file is formatted as follows: [CDisplayExPortable] CDisplayExDirectory=App\cdisplayex SettingsDirectory=Data\settings CDisplayExExecutable=CDisplayEx.exe AdditionalParameters= DisableSplashScreen=false The AdditionalParameters entry allows you to pass additional commandline parameter entries to CDisplayEx.exe. Whatever you enter here will be appended to the call to CDisplayEx.exe. The WaitForCDisplayEx entry allows you to set the CDisplayEx Portable Launcher to wait for CDisplayEx to close before it closes. This option is mainly of use when CDisplayExPortable.exe is called by another program that awaits it's conclusion to perform a task.