Microsoft.VisualBasic.PowerPack.VS Installshield

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.

Upvotes: 1

Views: 856

Answers (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.

Upvotes: 1

Related Questions