cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
japheth
Level 2

How to include 3rd party dll resources file into install package

I'm referencing Humanizer.dll and Microsoft.Lync.Controls.dll in my app project. When I build my app in VS2013, the resource files for these dlls (language translations) are included in the bin\Release\{culture} folder. How can I get the Install Shield installer to also include these files/folders in the installer without adding them manually.
0 Kudos
(2) Replies
jlynch11
Level 6 Flexeran
Level 6 Flexeran

You can add your project output to InstallShield by right-clicking Destination Computer files and selecting Resolve Project Output.
You can also use the application files section the Project Assistant to add Project outputs.
0 Kudos
japheth
Level 2

I'm referring to a third party's resource files, not my own. When I click Resolve Project Output, it only shows my project's resource files, NOT resource files from a third party dll.
0 Kudos