1

I have a C# project, which installs via installShield express. When I install my app on other machines, I have Microsoft.VisualBasic.PowerPack.VS missing assembly issue.

How can I link powerpack to installshield express project> I am new at installation.

Jason Aller
  • 3,541
  • 28
  • 38
  • 38

1 Answers1

1

Answer: In VisualStudio look for the reference name and click on it. Then in the properties panel set copy local to true. Rebuild project and installation project adn it solves problem.