﻿NAME
    setup.exe -- installation of CalcuLuX Area & Road

DESCRIPTION
    The installation of Calculux Area & Road can be performed in 3 seperate ways:

    1)  Normal Setup
        Start the installation by double clicking the setup.exe file.

        
    2)  Command line Setup
        The installation can be started by using the command line. This will start the installation without showing any dialog screens. This is also called Silent installation. The installation directory and the language can be set by using the correct command line options.

        EXAMPLE:
        setup.exe /s /Z"INSTALLDIR='C:\Program Files\Philips Lighting\Calculux\Clx' Language='UK'"

        This will install CalcuLuX Area & Road to the directory: 'C:\Program Files\Philips Lighting\Calculux\Clx'.
        The language will be in English.

        
    3)  Setup through editing the instclx.ini file
        By modifying the file called “instclx.ini” the installation will start in a silent modus, but the CalcuLuX Area & Road startup screen will be shown. This is useful for the internal distribution of CalcuLuX. Change this part of the ini file:
        
        [CalcuLuX]
        DEFAULT_INSTALLDIR=
        DEFAULT_LANGUAGE=

        EXAMPLE:
        [CalcuLuX]
        DEFAULT_INSTALLDIR=C:\Program Files\Philips Lighting\Calculux\Clx
        DEFAULT_LANGUAGE=UK

    
    Using this command the application can be silently uninstalled:
    setup.exe /uninst /s