Thanks Neil.

This worked...but as I said, I am executing various sub-Actions inside my 
Custom action.
Ex: I am firing 5 sub-actions inside my first CA. For every sub-action, I want 
to send status to the UI. Using the below progressText, Text is shown as soon 
as I fire the CA.

Is there any other way, I can send the status of my various sub-actions status 
to be displayed on the installer UI.

Thanks
Sudheer

-----Original Message-----
From: Neil Sleightholm [mailto:n...@x2systems.com]
Sent: Friday, February 20, 2009 3:06 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ProgressText during Custom actions Execution

Something like this should do it:
    <UI>
      <ProgressText Action="YourCAId">Doing something...</ProgressText>
    </UI>

Neil

Neil Sleightholm
X2 Systems Limited
n...@x2systems.com <mailto:n...@x2systems.com>


________________________________

From: Kusuma Sudheer Kumar (Tata Consultancy Services) 
[mailto:v-kku...@microsoft.com]
Sent: Fri 20/02/2009 09:17
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] ProgressText during Custom actions Execution



Hi,
                I am calling my Custom actions After InstallFinalize Event.
                Thing is that, I am doing various actions inside my Custom 
action and it takes some time to execute all of them.
                Rather than user waiting to see what is happening, I want to 
send the Progress Text to Installer  screen.

                Please do let me know how to send the status.

Suggestions are appreciated.

Thanks
Sudheer
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA 
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise 
-Strategies to boost innovation and cut costs with open source participation 
-Receive a $600 discount off the registration fee with the source code: SFAD 
http://p.sf.net/sfu/XcvMzF8H _______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to