New Fog client silent install?
-
Server
- FOG Version: 1.3-RC10
- OS: Ubuntu 14.04TLS
Client
- Service Version: 3.0.29
- OS: Windows 10 Enterprise MSDN
Description
I was attempting to install the new Client (to use on a brand new FOG Server) but I wanted to install it silently. After a few attempts at doing so with the old arguments, I started seeing if the arguments were even valid or present.
I ran the installer while logging with msiexec, as well as a VBS script I found online for argument extraction and the arguments did not seem to be present… I would post the file but the forum does not seem to be letting me. Does anyone know how to perform a silent/passive install? -
@davidedpg10 are you using the MSI or smart installer?
-
@Joe-Schmitt I am using MSI, as it was what I used before,
This is the command I used to use "msiexec /i C:\FOGService.msi /passive USETRAY=“0” HTTPS=“0” WEBADDRESS=“192.168.50.237” WEBROOT=“/fog” ROOTLOG=“0” " I attempted to do run it with the new installer named “FOG Service Installer.msi” but it appears that none of the previously automated parameters work, and uppon logging with msiexec, they were not queried or invoked at any point in the manual installation. -
The new client doesn’t have an installer named “FOG Service Installer.msi”. I’m fairly certain that’s the name of the legacy installer.
-