Shell32 Problems - creating Zip Files
From the last post in the thread:
Quote:
|
I had the same problem. I got things working by using an interop (Interop.Shell32.dll) that was created on a XP machine. Build your project on XP and just grab the file “Interop.Shell32.dll” to include with your setup on Vista. I created my MSI on Vista with the XP version of “Interop.Shell32.dll” and now things work on both XP and Vista.
|