Article ID: 26345
|
Creation Date: 30/08/2022 12:30
|
Product: SiteKiosk Online Client
|
Attachment: -
|
ArticleType: FAQ
|
Version: 1.x (and later)
|
Language: English
|
Views: 11560
|
Last Modification Date: 26/08/2024 10:52
|
Platform: Windows
|
|
Level: Closed
|
|
|
FAQ: Installation parameters for SiteKiosk Online Windows (also for a silent installation)
The SiteKiosk Online Client Installer for Windows includes all functions to perform an automatic installation (A) including registering the client to the server (B) and setting the startup options (C) via command line or script.
(Also possible for preparing a Windows system with SiteKiosk Online Client for image creation)
Usually, you can always use the EXE file to install the SiteKiosk Online Client for Windows.
However, if you need the MSI file (for example, for an installation via Microsoft SCCM), you can find it here:
https://www.sitekiosk.com/sitekioskonlineserver/SiteKiosk_Online_Client.msi
(You cannot use the MSI extracted from the Installer.exe)
A) Silent installation
A silent installation of SiteKiosk Online for Windows is possible using the parameters /exenoui /qn.
Example for a complete silent installation (Installer.exe stands for the downloaded SiteKiosk Online installer):
"Installer.exe" /exenoui /qn
Below is another overview of the other options and parameters available for the SiteKiosk Online installation on Windows.
- Changing the user name:
SITEKIOSKUSERNAME
Default value: SiteKiosk
- Desired password for the SiteKiosk user
SITEKIOSKUSERPASSWORD
Default value: Provisio1996
- Installing the VNC component (for RDP client access via SiteKiosk Online Server)
INSTALLVNC
Default value: true
SiteKiosk user will be set to "Protected" during SiteKiosk installation:
SECURESITEKIOSKUSER
Default value: true
- Creation of the SiteKiosk user:
CREATESITEKIOSKUSER
Default value: true
- Installation directory:
APPDIR
Default value: [ProgramFiles64Folder][ProductName] (C:\Program Files\SiteKiosk Online)
Here are some examples (Installer.exe stands for the downloaded SiteKiosk Online installer):
- Changing the SiteKiosk user name to MyUser.
"Installer.exe" SITEKIOSKUSERNAME=MyUser
- Complete silent installation by changing the SiteKiosk user password to "12MyPasswd".
"Installer.exe" /exenoui /qn SITEKIOSKUSERPASSWORD=12MyPasswd
- Installation is not silent, but change SiteKiosk user password to "12MyPasswd".
"Installer.exe" SITEKIOSKUSERPASSWORD=12MyPasswd
- Silent installation without RDP function via SiteKiosk Online Server:
"Installer.exe" /exenoui /qn INSTALLVNC=false
- If you want to uninstall the RDP function during a silent update, please use this command:
"Installer.exe" /exenoui /qn INSTALLVNC=false ADDLOCAL=ALL REMOVE=InstallRemoteDesktopSupport
- SiteKiosk user will not be set to "Protected" during SiteKiosk Online installation
"Installer.exe" SECURESITEKIOSKUSER=false
- Installation without SiteKiosk user
"Installer.exe" CREATESITEKIOSKUSER=false
- Silent installation without SiteKiosk user
"Installer.exe" /exenoui /qn CREATESITEKIOSKUSER=false
- Installation of SiteKiosk Online in folder "C:\SiteKioskOnline DIR".
"Installer.exe" APPDIR="C:\SiteKioskOnline DIR"
- Silent installation with different password to a separate directory without RDP function:
"Installer.exe" /exenoui /qn SITEKIOSKUSERPASSWORD=12MyPasswd INSTALLVNC=false APPDIR="C:\SiteKioskOnline DIR"
Notice:
Installer.exe" /? displays the parameters of the Advanced Installer that is used for SiteKiosk Online.
https://www.advancedinstaller.com/user-guide/exe-setup-file.html
However, these are not SiteKiosk Online parameters and we cannot provide support for them.