Dear All

I would like to create a KiXtart wich will do the following thing:
1. Check if a Software is already installed (If not install it)
2. Check if there is a new version available (if yes install the new one)
3. Autostart the Software

I started with the following code:

 Code:
If InGroup('PBX_User')
	If Not Exist $systemdrive+'\program files\Pascom\MobyDickClient\bin\md_mobydick.exe')
		? "Install UC-Client"
		$Install = '\setup.exe /configure configuration-en-64.xml'
	Else
     ? "UC Client already installed"
    EndIf
Else
? "UC Client not available"
EndIf


If someone could help me with solving this, i would apreciate it very much.
Best regards
Fabian