BTW, this question should go to 'wix-users' list, not 'wix-devs'.

-- Yan


-----Original Message-----
From: Yan Sklyarenko [mailto:[email protected]] 
Sent: Thursday, April 15, 2010 11:15
To: Windows Installer XML toolset developer mailing list
Subject: Re: [WiX-devs] How to show files been copied, moved,registry
entry on installer screen

Use ProgressText element:
http://wix.sourceforge.net/manual-wix3/wix_xsd_progresstext.htm
The 'Template' attribute is the place to put tokens to reflect the
progress. See the standard InstallFiles action for example:
http://msdn.microsoft.com/en-us/library/aa369503(VS.85).aspx
The table "ActionData messages" lists the possible tokens for this
action.

Sample:
<ProgressText Action="InstallFiles" Template="File:
[9][1]">!(loc.InstallFilesActionText)</ProgressText>

Outputs:
   File: C:\Program Files\MyApp\bin\my.dll
   etc.

Hope this helps,

-- Yan

-----Original Message-----
From: sunil.agarwal [mailto:[email protected]] 
Sent: Thursday, April 15, 2010 11:00
To: [email protected]
Subject: [WiX-devs] How to show files been copied, moved, registry entry
on installer screen


Hi...

I have my installer and is working fine.

What I want to add more is that I want to show the work done by
installer on
installer screen (Example, installing Microsoft SQL Server 2005, we get
the
files being copied, moved, registry entry created,......)

Similarly I want to show this on my installer. 

So can anyone help me on this to how to show all these at runtime on
installer screen.

Thanks,
Sunil
-- 
View this message in context:
http://n2.nabble.com/How-to-show-files-been-copied-moved-registry-entry-
on-installer-screen-tp4906109p4906109.html
Sent from the wix-devs mailing list archive at Nabble.com.

------------------------------------------------------------------------
------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

------------------------------------------------------------------------
------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to