I have a Windows startup script that installs the BigFix client… It has worked fine when on 7.2. Installs silently with no issues. When I upgraded to 8, and also upgraded the install files, the silent install has quit working.
This is the bat file I run on startup that worked silently before but now prompts for “next” etc…
if exist “c:\program files\BigFix Enterprise\BES Client\BESClient.exe” goto AgentFound
Obviously this is a pretty big issue as I don’t want a user powering on any old PC’s that don’t have the client and then me getting a call asking what is showing up on their screen.