This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Including NuGet packages
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 07, 2016
07:04 AM
Including NuGet packages
I have a VS 2015 solution and IntallShield Limited Edition. My solution is a simple Windows Service install. But when I install it the assemblies that come from a NwGet package installation are not installed and the service will not start. How can I insure that the NuGet package assemblies are include in the installer.setup?
Thank you.
Thank you.
- Tags:
- nuget
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 08, 2016
07:46 AM
When adding files to the setup project did you use the project assistant? On the application files view there's a button to "add project outputs". You should add the primary output at the least. By default if you install a nuget package for a project then the libraries should be added as references with the "copy local" option set to true. This should include them in the project output.
I think if you set up the service in the setup project then I think you have to explicitly add the main exe to the files as well so that you can select it for the service configuration. You need to also add the project output.
I hope this helps!
I think if you set up the service in the setup project then I think you have to explicitly add the main exe to the files as well so that you can select it for the service configuration. You need to also add the project output.
I hope this helps!