cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Zavulon
Level 3

IS VS2012 LE - Dependant files of Primary output

Hello,

I'm using Installshield Limited Edition on Visual Studio 2012.

I have a project that has many dependancy's on other dll's. Now, with the standard method (putting primary output of project in installdir) the dependant dll's are also in my installdir. How can I (if possible, selectively) put them in a subfolder (Bin for example)?

Thanks in advance,
Zavulon
0 Kudos
(2) Replies
chiranjeevi
Level 7 Flexeran
Level 7 Flexeran

Hello,

To find dependent files of primary output, Please follow below steps:

1>Scan for dependencies - right click project primary output, select Dependencies from scan at build
2>You will see the dependencies you will have to manually add, indicated by a red icon
3>Uncheck them, so you could get rid of the -6248 warning.
4>Then manually add the dependencies you identified above to the required folder...

Hope this helps

Regards,
Chiranjeevi
0 Kudos
Zavulon
Level 3

Thanks! that worked!
0 Kudos