How to include necessary dll's in InstallShield Project Assistant?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 08:46:31

问题


I have absolutely no concern at this stage of a prototype for the size of an application. What is more important is that it has everything it needs to run.

My first C# app. I'm using InstallShield 2013 Limited Edition. How do I specify this in the little InstallSheild Project Assistant?

I need the setup.exe that is produced (path\to\InstallerProject\Express\SingleImage\DiskImages\setup.exe)

to include my dlls, somewhat like this:


回答1:


Any DLLs referenced in your project will be included in the Project/Primary outputs. Any additional files can be included with the 'Add Files' and 'Add Folders' features.



来源:https://stackoverflow.com/questions/24564890/how-to-include-necessary-dlls-in-installshield-project-assistant

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!