Want me to log it?

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: September-13-12 10:19 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Progress UI isn't working using burn on external MSI

I think I heard someone mention it before but I do not believe there is a bug 
tracking the behavior.

On Wed, Sep 12, 2012 at 8:30 AM, StevenOgilvie <sogil...@msn.com> wrote:

> 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
>



--
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to