3

I have a simple console app for which I need to create an installer. I am using InstallShield limited Edition for this.

The issue is that the reference for log4net (which I have added using nuget is not included in the projects primary output). Therefor the dll for log4net is not installed in the destination folder. Below are the properties for log4net.

enter image description here

Below is the primary output for the project. Note that this does not include the log4net dll even though it is copied to the output folder (bin/release)

enter image description here

I can add the reference to dll explicitly by using the add files button but then the path to that dll is hardcoded. What is the correct way to add the dependency here. Kindly add a comment if any other information is needed. Thanks for your time

Jack Zhai
  • 6,230
  • 1
  • 12
  • 20
Anshuman Jasrotia
  • 3,135
  • 8
  • 48
  • 81

0 Answers0