问题
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