tarabyte
tarabyte

Reputation: 19172

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

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?

enter image description here

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

to include my dlls, somewhat like this: enter image description here

Upvotes: 1

Views: 5499

Answers (1)

Stuart
Stuart

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

Related Questions