|
Article ID: 26345
|
Creation Date: 8/30/2022 12:30 PM
|
Product: SiteKiosk Online Client
|
Attachment: -
|
|
ArticleType: FAQ
|
Version: 1.x (and later)
|
Language: English
|
|
Views: 25322
|
Last Modification Date: 11/13/2025 10:54 AM
|
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 necessary functionality for performing:
(A) an automated installation, (B) client registration with the server, and (C) configuration of startup options - via command line or scripting.
Alternatively, the following FAQ article provides essential information on how to prepare a Windows system with the SiteKiosk Online Client installed for system image creation:
https://www.sitekiosk.com/web/CustomerSupportCenter/ArticleDetails.aspx?ArticleID=26892
The recommended method is to install the SiteKiosk Online Client using the EXE file. If you need the MSI installer, for example for deployment via Microsoft SCCM, you can download it here:
https://www.sitekiosk.com/sitekioskonlineserver/SiteKiosk_Online_Client.msi
Please note that the MSI package does not include the required components (.NET Framework, Visual C++ Redistributable). These must be installed manually beforehand. To determine the exact required versions, either run the EXE installation on a test system or contact PROVISIO support.
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.