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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

java - Why is BlockingQueue.take() not releasing the thread? -

php - How not to submit a form if no radio button is checked -