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”