Results report after deploying an application thru GPO
Am deploying a FrontRange App called Centennial which goes out and Inventories all h/w & s/w on systems via GPO, need to provide a report that gives results of deployment success/failure.
Answers (1)
You could try turning on system wide logging by setting the registry key HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer\Logging to an appropriate value for the log level you want (the value voicewarmupx is often used). This will make every MSI log its installation in the installing user's %temp% folder.
Another option might be to write a script to read through the application eventlog and filter out the return code for your installation.