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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -