Hi Jacob, That is what I had tried but I get the error that InstallFiles is
a duplicate primary key.

-----Original Message-----
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] 
Sent: 16 October 2012 16:51
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ActionData to show file names

This might help as a starting point:
http://wix.tramontana.co.hu/tutorial/user-interface-revisited/is-this-progre
ss

...
<ProgressText Action="InstallFiles" Template="File: [1],  Directory: [9],
Size: [6]">Copying new files</ProgressText> ...

<Control Id="ActionData" Type="Text" X="59" Y="165" Width="273" Height="41"
Transparent="yes" TabSkip="no">

  <Subscribe Event="ActionData" Attribute="Text" />

</Control>

A while back I found the some of the parameters documented on MSDN, but I
can't seem to find it today.

-----Original Message-----
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: Tuesday, October 16, 2012 10:12 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] ActionData to show file names

No problem Steve, I will post when I have it working. Messing around with it
now to try to get it working..:)

-----Original Message-----
From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
Sent: 16 October 2012 15:53
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ActionData to show file names

Hi Natalie,

When you get that working I would love to see the code (that would be
something I would be interested in seeing in my install as well)

Steve

-----Original Message-----
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-16-12 10:39 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] ActionData to show file names

Hi, 

 

I want to show each file that is getting installed I used the actiondata
control:

<Control Id="ActionData" Type="Text" X="70" Y="100" Width="285" Height="10">

<Subscribe Event="ActionData" Attribute="Text" /></Control>

 

 

It shows the full file and directory but I would only like it to show the
file. Is this possible?

I am also installing a service that's name is a property found at install
time, however when I changed this it gave the DisplayName as the literal
property name.

 

Kind Regards,

 

Natalie Carr

 

 

----------------------------------------------------------------------------
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly what is
happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at
no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly what is
happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at
no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


----------------------------------------------------------------------------
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly what is
happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at
no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

----------------------------------------------------------------------------
--
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly what is
happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at
no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to