PDA

View Full Version : Is possible to know that it is silent install or not in a Custom Action?



JoderCoder
09-02-2009, 06:56 PM
Is possible to know that it is silent install or not in a Custom Action?

I think the question above is quite self-explanatory. Basically, in a Custom Action I will need to know whether the msi is being run in quite mode (with /qn or /quite arguments). Is this possible?

RobertDickau
09-02-2009, 07:38 PM
Perhaps look into reading the UILevel property?

JoderCoder
09-04-2009, 01:29 PM
Thanks for the pointer, Robert.. Anyone looking into this can take a look at the links below:

http://msdn.microsoft.com/en-us/library/aa368281(VS.85).aspx

http://msdn.microsoft.com/en-us/library/aa369487(VS.85).aspx