clint
Posts: 135
Joined: Fri Jun 19, 2009 9:46 am
Location: Germany

MSIEXEC: determining MSI installation parameters used

Tue Mar 03, 2015 11:42 am

Hi,

Is there a MSI property which can be referenced in the AIP, which shows if the Quiet or Passive installation parameters were used?

Thank you!

clint

Dan
Posts: 4513
Joined: Wed Apr 24, 2013 3:51 pm

Re: MSIEXEC: determining MSI installation parameters used

Tue Mar 03, 2015 12:05 pm

Hi Clint,

The installer sets the UILevel property to the level of the user interface. For details, please check the UILevel property article.

Let me know if that helped, otherwise give me more details about your specific scenario.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

clint
Posts: 135
Joined: Fri Jun 19, 2009 9:46 am
Location: Germany

Re: MSIEXEC: determining MSI installation parameters used

Tue Mar 03, 2015 1:49 pm

Hi Dan,

Yes, that is exactly what I needed!

Thank you!

clint


Edited: Sorry, I wrote "Daniel" instead of "Dan"
Last edited by clint on Wed Mar 04, 2015 8:51 am, edited 1 time in total.

Dan
Posts: 4513
Joined: Wed Apr 24, 2013 3:51 pm

Re: MSIEXEC: determining MSI installation parameters used

Wed Mar 04, 2015 6:47 am

You're welcome Clint,

If there is anything else I can help you with, please let me know.

Best regards,
Dan
Dan Ghiorghita - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”