I’ll use Firefox for this lab.
We’ll also need install command and uninstall command. Since it’s an msi file, they are:
-
Install command: msiexec.exe /i “Firefox-86.0-en-US.msi” /q
-
Uninstall command: msiexec.exe /x “Firefox-86.0-en-US.msi” /q
/i stands for install, /q stands for silent, while /x is uninstall.
The execmgr.log on client computer:
Records details about packages and task sequences that run on the client.
Uninstall: