cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jon_susiak
Level 2

InstallShield LE for VS2013 ingnoring Copy Local

I have just downloaded InstallShield LE for Visual Studio 2013 and created an installer for one of my projects.
However when run the msi and check the files in the installation folder I find that some dependencies are missing.

Even though I have set these dependencies to 'Copy Local = true' in my project Installshield appears to ignore this.

Any ideas?
0 Kudos
(2) Replies
Chaitra
Level 9

Hello Jon,

Kindly try right click on the file components/ primary output in the "Files" view and select "Dependencies from scan at build". Please add all the dependency manually indicated by the red icon.

Hope this helps.

Please let us know if you need any further information on this.

Thanks,
Chaitra
0 Kudos
jcoone
Level 6

Are you building through Visual Studio, at the command line or through TFS build services?

There is a known issue with MSBuild command line and TFS Build services that don't always pick up additional dependencies.

I started a post here several months back that got some initial attention, but has not had any new information provided in quite some time.

http://community.flexerasoftware.com/showthread.php?207387-TFS-Build-MSBuild-not-including-scanned-dependency-DLLs

this sounds like it might be a related issue.
0 Kudos