I would like to monitor what applications get installed by the windows installer service.
The idea is to monitor the windows installer service to find out what applications/utilities are being installed, this includes the installation source and settings provided by the user. I would like to keep track of installations the user does so that it can be reproduced with a wizard type interface.
So I would like to be able to start a application and display a UI which ask certain questions when a installation is started, e.g. should the installation source be copied to another location (for future reference), should the installation commandline be copied, should the installation start in full log mode, etc.
I know it is possible to grab this information after the fact through WMI, maybe it is possible to monitor the windows installer service through WMI?