Activinspire Silent Install - [upd]

msiexec /x PRODUCT-GUID /qn /norestart /l*v "C:\Logs\ActivInspire\uninstall.log"

PDQ Deploy is particularly well-suited for silent ActivInspire installations. A package can be created with a single "Install" step that uses the msiexec command referencing your network share. The PDQ Library may even contain a ready-to-deploy package. For complex installations, you can deploy using a batch file that executes the same msiexec command. Always ensure the deployment user account has permission to access the network share. activinspire silent install

If you need to change the default path: msiexec.exe /i "ActivInspire.msi" INSTALLDIR="C:\CustomFolder\Promethean" /qn 3. Handling Desktop Shortcuts activinspire silent install