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
- :
- How to include 3rd party dll resources file into install package
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
‎Mar 12, 2015
01:49 PM
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.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2015
04:00 PM
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.
You can also use the application files section the Project Assistant to add Project outputs.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Mar 12, 2015
04:04 PM
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.