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?
How did I add custom action
I created a Class Library project and added Installer Class that looks like
After that I added the project to Application Folder of the installer. And then added to the actions like this