Link to home
Start Free TrialLog in
Avatar of CipherIS
CipherISFlag for United States of America

asked on

C# InstallShiled - Multiple Projects

I have an app that has multiple projects outlined as below:

Solution My Project
      DbaseConnection
      MainApp
      ReportsApp
      Utilities

I am attempting to create an installShield app to create a deployment for my .NET app.  I've downloaded the trial version.  I've seen on youtube how to do a simple install with a simple .NET app.  

Is there a linke to youtube or anywhere else that would provide info on how to create an install with my scenario?  I want to make sure that my EXE uses all the functionalities as in my application.

Also, I have an App.Config.  Can the install update values in that file?

InstallShield example.  Do I put all the DLL's from the BIN in there?
User generated image
Thanks
ASKER CERTIFIED SOLUTION
Avatar of Vadim Rapp
Vadim Rapp
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CipherIS

ASKER

It seems to be working with just adding the dll's from the one project but I'm still having some issues I'm trying to work through.