Reputation: 19172
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:
Upvotes: 1
Views: 5499
Reputation: 673
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.
Upvotes: 3