rrafluap Posted October 29, 2022 Posted October 29, 2022 Hey, Am having trouble deploying Smoothwall Monitor using SCCM. We had our install last week and everything was deployed fine to all devices (apart from an immediate, unnotified restart). However, when deploying the same msi, on an OSD, it times out after several hours and fails the task sequence. I've taken a screenshot of the errors in the logs but not sure what it is. It says on the DCM log about waiting for reboot etc but with /norestart or REBOOT=ReallySuppress it doesn't make a difference. CMD line I'm using: msiexec /i "sw-safeguarding-client-2.8.0.msi" OrgID= SerialID= /q /L*V "C:\smoothwallmonitor.log" Hoping someone has come across this issue and can shed some light on it. Thanks
rrafluap Posted October 31, 2022 Author Posted October 31, 2022 Worked it out! The main issue was the /q flag. It needed to be /qn so that it wasn't expecting the user to see an interface. Once that happened, it actually started failing rather than timing out. Once I disabled the MSI Restart Manager it was fine. The most important parts are highlighted in bold. Hope this helps someone! msiexec /i "sw-safeguarding-client-2.8.0.msi" /norestart MSIRESTARTMANAGERCONTROL="Disable" OrgID= SerialID= /qn /L*V "C:\smoothwallmonitor.log"
CHiLL Posted November 1, 2022 Posted November 1, 2022 That's interesting. We just use the /q command and it doesn't force a restart. msiexec /i "sw-safeguarding-client-2.6.1.msi" ORGID= SERIALID= ENABLEAZUREAD=#1 /q /norestart REBOOT=ReallySuppress
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now