Thread: Question shell class problem
View Single Post
  #2 (permalink)  
Old 07-09-2009, 4:37 PM
MattP MattP is offline
VB.NET Forum Idol
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Feb 2008
Location: USA
Posts: 877
Reputation: 499
MattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond reputeMattP has a reputation beyond repute
Default

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.
Reply With Quote