c# - Hook on Windows Installer messages -


i wonder if there win32 api regarding user install software on machine ?

is there event windows fire when user start install software ?

i need write application listen event , cancel operation software.

you don't need app disable installs based on msi setups. see disablemsi policy:

https://msdn.microsoft.com/en-us/library/windows/desktop/aa369784(v=vs.85).aspx

setups built other tools (that build non-msi setups) can't detected because they're applications things system, other application, there isn't way stop them.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -