Client Install MSI in silent mode
-
Server
- FOG Version: 6017
- OS: Ubuntu
Client
- Service Version: 0.11.5
- OS: Windows 7
Description
My English is not the best but i hope you understand my problem.
I want to do an unattended installation of the client on Windows7.
msiexec /i FOGService.msi /quiet USETRAY=“0” HTTPS=“0” WEBADDRESS=“xxx.xxx.xxx.xxx” WEBROOT=“/fog” ROOTLOG=“0”
will not work.
When I start manually I see a license check box, it may be due to this
I tried to adjust the settings but without success.
msiexec /i FOGService.msi /quiet LicenseAccepted=“1” USETRAY=“0” HTTPS=“0” WEBADDRESS=“xxx.xxx.xxx.xxx” WEBROOT=“/fog” ROOTLOG=“0” -
This is the command I use to install the FOG service onto the reference image using MDT.
msiexec.exe /i FOGService.msi /quiet USETRAY="0" WEBADDRESS="<fog_server_ip>"
But then I also stop the service from running and then disable the service. This stops the FOG service from starting too early when you deploy an image, especially if you sysprep your reference image.
There is more information on this topic in the wiki page: https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#FOG_Client_with_Sysprep
-
Where is the MSI located in your setup?