0

I'm using Visual Studio 2015 community on Win10.

I created Visual Studio Installer project. The installer works fine and installs correctly to C:\MyProg folder. But, when I add custom action, I get couldn't load file or assembly at the end of installation. Did anyone have the same issue?

enter image description here

How did I add custom action

I created a Class Library project and added Installer Class that looks like

enter image description here

After that I added the project to Application Folder of the installer. And then added to the actions like this

enter image description here

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
theateist
  • 13,879
  • 17
  • 69
  • 109
  • 1
    You could/should post text and code as text, not a screenshots. – Uwe Keim Nov 28 '19 at 05:24
  • 1
    Because then, SO should probably have pointed you automatically to [something like this](https://stackoverflow.com/q/11370344/107625). – Uwe Keim Nov 28 '19 at 05:26
  • 1
    @UweKeim, I cannot post cose as text since it's in remote server and I cannot copy text. But, I did see that post and I did double check that all projects are 64bit. So, that's why I asked here to see if someone have other ideas what should I check. – theateist Nov 28 '19 at 05:28
  • have a look on this [https://www.codeproject.com/Articles/335516/Custom-Action-in-Visual-Studio-setup-projects] – MathanKumar Nov 28 '19 at 05:37

0 Answers0