For Windows : 
    Silent mode without answer file
    Exe file :
        Install/Repair : Setup.exe /s
        Unstall : Setup.exe /s /removeonly 

    MSI file :
        Install : msiexec /i RAIDXpert.msi /qn 
        Unstall : msiexec /x RAIDXpert.msi /qn

    Install supports specified directory with Silent mode
    Exe file :
        Install/Repair : Setup.exe /s /v"/qn INSTALLDIR=directory"

    Change Shortcut folder with Silent mode:
    Exe file :
        Install/Repair : Setup.exe /s /z"/chglnkdir\"directory\"" 
    P.S
        if OS is windows 8, the function works after sign out or reboot.

For Linux : 
	Install : sh RAIDXpert.bin -i silent
	Uninstall : 
		1. Go to install dir of RAIDXpert. 
		2. Find Uninstall_RAIDXpert folder and go into it. 
		3. Type command "sh Uninstall_RAIDXpert"
 
        Silent Install supports specified directory: 
                1. create a Silent.properties file.
                2. A sample Silent.properties file:
=================================
INSTALLER_UI=SILENT
USER_INSTALL_DIR=directory
=================================
                3. use a command such as sh RAIDXpert.bin -i silent -f Silent.properties

    Note : 
    On linux, RAIDXpert will record install mode and use the same mode to uninstall. 
    Ex : If user install RAIDXpert in UI mode, unstall will use UI mode to uninstall, 
    otherwise silent mode. 

    You have not named the Installer RAIDXpertService.exe, RAIDXpert.exe, 
    WinMsgBalloonServer.exe, WinMsgBalloonClient.exe, BeepApp.exe.