I need to send customer invoices as a WinZipped email attachment. Can I make them self-extracting upon customers' opening via my VB code?
Thank you, Dave
Wed, 18 Jun 1902 08:00:00 GMT
Johan Bechthu #2 / 3
Self Extract a Zip file
Using WinZip, you can create a .exe of the .zip (Menu Actions, Make .Exe File.)
Johan.
Quote:
> Your insight would be appreciated,
> I need to send customer invoices as a WinZipped email attachment. Can I > make > them self-extracting upon customers' opening via my VB code?
> Thank you, > Dave
Wed, 18 Jun 1902 08:00:00 GMT
Ron Hawkin #3 / 3
Self Extract a Zip file
We use XceedZip that lets you create self-extracting zipped files from within your ASP code. Here is the URL. I forgot what it cost, but it works well for us. http://www.xceedsoft.com/xceedsoft1.1/products/zip/index.shtm
Quote:
> Your insight would be appreciated,
> I need to send customer invoices as a WinZipped email attachment. Can I > make > them self-extracting upon customers' opening via my VB code?