Please note, emails here do not turn into bug reports or feature requests. 
Please go to http://wixtoolset.org/issues/ for that.

_______________________________________________________________
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-----Original Message-----
From: Steve-Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: Monday, March 3, 2014 3:55 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] displaying action data text in 
ExecuteProgressActionDataText

Another frustrating item I have had to take out of the bootstrapper :(

<Text Name="ExecuteProgressActionDataText" X="11" Y="163" Width="-11"
Height="17" FontId="3" DisablePrefix="yes"/>


I ONLY want the progressText of the Action Text displayed (as it does in a
MSI) however the bootstrapper is displaying all sorts of fluff in the prefix of 
the progress text... i.e.:

Here is a "normal" progress text I have: 
<CustomAction Id="CA_Set_DbBackup" Property="CA_DBBACKUP"
Value="[DATABASE_NAME]|[DATABASE_SERVERNAME]|"/>
    <CustomAction Id="CA_DBBACKUP" BinaryKey="BIN_CustomAction"
DllEntry="BackupsDatabase" Impersonate="yes" Execute="deferred"
Return="check" />
    <UI>
      <ProgressText Action="CA_DBBACKUP">*CA: Backing up the 
database...*</ProgressText>
    </UI>

This would display: 
Action <current time>: CA_DBBACKUP. CA: Backing up the database... 

Be nice to just have: 
CA: Backing up the database... 

Steve



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/displaying-action-data-text-in-ExecuteProgressActionDataText-tp7592731p7593079.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the 
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&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