You can get a log of the install and each entry will contain a time stamp.  To 
get a full log run 
"msiexec <msifile> /l*vx log.txt".  I usually find that just using "msiexec 
<msifile> /leavx 
log.txt" gets me most of the information I need.

Rob

On 07/10/2010 21:21, Lena Vinogradov wrote:
> Hi ,
> I wrote a very small installer - copies about 20 files, starts service, adds 
> entry to firewall exception list. I originally used WixUI_Minimal then had to 
> switch  to  WixUI_InstallDir  with one dialog skipped.
>
> Even when I used WixUIMininal the installer seems to be very slow - it takes 
> up to 10 sec on a good machine after you click install (or next ) button 
> until it actually reports copying files/starting service, etc. It's even 
> worse on slow machines.
>
> Is there any way to troubleshoot it? What could installer be doing  during 
> this time?
>
> Thanks in advance,
> Elena
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to