Not possible. Limitation of MSI handling during uninstall. DisplayInternalUI 
only shows for install.

-----Original Message-----
From: Farrukhw [mailto:farru...@gmail.com] 
Sent: Wednesday, January 29, 2014 8:47 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Managed Boostrapper and Maintenance dialog

Hi everyone,

Presently, I'm working with a Managed Bootstrapper with its own UI written in 
WinForms (.Net 2.0 based). It is able to install my msi using 
DisplayInternalUI="yes" and "no" very well.

<BootstrapperApplicationRef Id="ManagedBootstrapperApplicationHost" >
  <Payload SourceFile="$(var.BootstrapConfigFile)"/>
  <Payload SourceFile="$(var.MyBootstrapperDll)"/>
  <Payload
SourceFile="$(env.WIX)\SDK\Microsoft.Deployment.WindowsInstaller.dll"/>
</BootstrapperApplicationRef>

<Chain>
  <PackageGroupRef Id="Netfx4Full"/>
  <MsiPackage Id="MainProduct"  
      DisplayInternalUI="yes"
      Cache="no"
      Visible="no"
      Compressed="yes"
      EnableFeatureSelection="yes"
      SourceFile="MyProduct.msi"
  />
</Chain>

However, from Add-Remove programs, it display nothing, but uninstall silently.

So far, after some Googling, I've figure-out that I might have to add my own UI 
in replacement of MSI's Maintenance Dialog and figure-out 
Bootstrapper.LaunchAction enums depending upon user's selection via my custom 
dialog.

However, I still think, I might be missing something here. If anyone knows if 
it is possible to display MSI's Maintenance dialog using Managed Bootstrapper 
installation.

Regards



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Managed-Boostrapper-and-Maintenance-dialog-tp7592225.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable security 
intelligence. It gives you real-time visual feedback on key security issues and 
trends.  Skip the complicated setup - simply import a virtual appliance and go 
from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&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