//************************************************************************************************* // MAINDIR (default PUSS, under "program files". Eg "program files\PUSS") // COMMON (default to windows common files folder) // PROGRAM_FILES (default to windows program files folder) // SQLSERVERNAME (default ''. Adressen till PUSS-servern) // DATABASENAME (default 102. Porten som PUSS-servern lyssnar på) // DOSHARPINSTALL >> A=CallClient, B=ShowClient, C=Admin, D=PUSS-Server, E=HarwareTellstick // DOINSTALLSQL=1 to install SQL version av PUSS-Server // DOINSTALLALVA=1 to install Alva Text-to-speech engine // SHOWBIGSCREEN=1 to make default settings for Viewclient on a big screen // To install PUSS_CallClient and PUSS_ShowClient set DOSHARPINSTALL=AB // // COMPLETE UNC PATH must be used when not executing install program locally (in bat file) // both for exe and for paramfile // // // Some parameters can take variable params. WISE will then look for the correct substitute value // %TEMP% will be substituted for the computers current temp path // //************************************************************************************************* // This settings will install // PUSS_CallClient and PUSS_ShowClient in %program files%\PUSS\ (ex. C:\Program Files\PUSS\) // connecting to the PUSS-Server running on the server CENTERSERVER and listening on port 102 // with Alva text-to-speech engine MAINDIR=PUSS SQLSERVERNAME=CENTERSERVER DATABASENAME=102 DOSHARPINSTALL=AB DOINSTALLALVA=1