Hey,
I've installed WiX 3.0 for Visual Studio 2008, and referenced the
Microsoft.Deployment.Compression and Microsoft.Deployment.Compression.Cab
libraries to pack my Cab file.
Then, I use the following code to pack a cab file: CabInfo cab = new
CabInfo(Destination); cab.Pack(Source, true, CompressionLevel.None, null);
It works, though some large archives take a long time to process, and I'd like
to display a progress bar showing the progress of the operation. I've tried
what I could, and used Google as well, but haven't been able to find how to use
the last parameter, EventHandler<ArchiveProgressEventArgs> progressHandler, but
I never strike it right.
Can I please have some help?
Thanks in advance!
PS. I'm building a standard application, not an installer.
_________________________________________________________________
Browse profiles for FREE! Meet local singles online.
http://clk.atdmt.com/NMN/go/150855801/direct/01/
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users