Hi,
My installer with 6000+ files(nearly 4500 dll's) and the total registry 
entries after i extract using heat.exe is nearly 600,000+ lines.
I have split the Component.wxs into 6 smaller files

When running the installer, the progress bar is not properly displayed, 
either the time remaining will show "0 seconds" and the progress block 
will be maximum or minimum
I have included the below code in Progressdlg.wxs file

/<Control Id="ProgressBar" Type="ProgressBar" X="20" Y="115" Width="330" 
Height="20" ProgressBlocks="yes" Text="!(loc.ProgressDlgProgressBar)">//
//          <Subscribe Event="SetProgress" Attribute="Progress" /> //
//        </Control>//
//
//        <Control Id="TimeRemaining" Type="Text" X="20" Y="140" 
Width="330" Height="15">//
//          <Subscribe Event="TimeRemaining" Attribute="TimeRemaining" /> //
//        </Control>//
//
//        <Control Id="InfoText" Type="Text" X="20" Y="160" Width="330" 
Height="10" NoWrap="yes" >//
//              <Subscribe Event="ActionData" Attribute="Text" />//
//            </Control>/

Please let me know where the issue and what is the resolution

Thanks and Regards
Ravi Shankar
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&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