Hi, I am using WIX 3.6 (release) and VS2010...
I am using burn to chain a bunch of MSI's, one of which is my main install (the others are pre req check msi's that are not visible) I want the UI of the main install to be present so the user can see what is what and select/deselect features etc... When the main install is run, the progress bar doesn't "progress" it doesn't show the progress of the install... here is my burn msipackage source: <?xml version="1.0" encoding="UTF-8"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> <Bundle Name="Setup" Version="1.0.0.0" Manufacturer="MY Inc." UpgradeCode="cc1f2b0-2d6q-28u2-93f5-093abd4cd3b5" HelpTelephone="555-555-5555" HelpUrl="http://www.mycorp.com/support/index.php" Copyright="Copyright © 2003-2012 by MY Inc."> <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" /> <Chain> <MsiPackage Id="MainInstall" DisplayName="My Setup" SourceFile="..\Setup\bin\Debug\Setup.msi" Permanent="no" DisplayInternalUI="yes" Visible="yes"/> has anyone else seen that? Steve -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Progress-UI-isn-t-working-using-burn-on-external-MSI-tp7580449.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users