In new Centrestack, windows client installation is moved from old .msi package to new .exe installer.
When download the .exe windows client from web portal, it still follows the old naming convention, to decorate the downloaded installer name with access point and user information. Admin can follow the KB article here to remove the user information, to generate a .exe installer with the access point embedded.
. To silent install the exe windows client, run it with the following parameter:
SilentInstall:true AcceptEula:true
For example:
"(18290000_1_win2016-01.sync4share.com)_CSWinClient.exe" SilentInstall:true AcceptEula:true
. After the installation, to uninstall the windows client silently, go to the installation folder and run
WCClientInstaller.exe -u silent:true
Comments
0 comments
Please sign in to leave a comment.