veloprofz Posted July 21, 2023 Report post Posted July 21, 2023 (edited) Run batch file on Windows, its working: msiexec.exe /i "%~dp0UpdateFP1.msi" /qn /norestart /l*v "%SystemRoot%\Logs\UpdateFP1.log" But run this batch file in SCCM deploy, show error: And deploy msi without batch file, install success. Edited July 21, 2023 by veloprofz Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted July 21, 2023 Report post Posted July 21, 2023 0x87d00213 = Timeout occurred Did you review the log file that you create? did you test this MSI as the local system account? https://www.recastsoftware.com/resources/how-to-access-the-local-system-account/ Quote Share this post Link to post Share on other sites More sharing options...
veloprofz Posted July 21, 2023 Report post Posted July 21, 2023 8 hours ago, GarthMJ said: 0x87d00213 = Timeout occurred Did you review the log file that you create? did you test this MSI as the local system account? https://www.recastsoftware.com/resources/how-to-access-the-local-system-account/ I think that there is no problem in the profiles, because the program is uninstalled correctly Quote Share this post Link to post Share on other sites More sharing options...
GarthMJ Posted July 24, 2023 Report post Posted July 24, 2023 On 7/21/2023 at 5:17 PM, veloprofz said: I think that there is no problem in the profiles, because the program is uninstalled correctly Did you review the log? Did you test the problem using the local system account? Quote Share this post Link to post Share on other sites More sharing options...