|

Remotely Installing Cool Info FX in Compatibility Mode
|
If you wish to install Cool Info in compatibility mode from a batch file, add the following to the batch file to set the environment variable COOL_INFO_COMPAT_MODE to the letter B
set COOL_INFO_COMPAT_MODE=B
To install Cool info 2001 in Compatibility Mode, use the following script:
@ECHO OFF
set COOL_INFO_COMPAT_MODE=B
rem The following checks to see if Cool Info needs to be installed
rem Change the last path to match where you have the Cool Info installation located
If not exist c:\progra~1\Creation\CoolInfo\CoolInfo.exe
\\myserver\myshare\install_location\setup.exe
|
|