I am using wix bundle/bootstrapper to install my MSI along with
pre-requisites. My need is to display a custom UI only during GUI repair
mode but not during silent repair mode.

The problem is that the Wix property UILevel is 2 in both cases (GUI repair
and silent repair), so I am unable detect the install mode in code.

The reason for UILevel=2 in GUI repair mode is because the MSI is invoked by
bundle/bootstrapper in UI suppressed mode.

My requirement is to hide the custom UI(in InstallExecuteSequence) in silent
repair mode.

Please help me with your thoughts on this.

Thanks,
Sara



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wix-How-to-distinguish-silent-repair-installation-vs-GUI-repair-installation-using-Wix-bundle-bootstr-tp7596957.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to