Archive

Archive for November 21, 2013

Installshield LE Dependency dll build issue

November 21, 2013 1 comment

I was trying to make an Win app installer package with installshield limited edition. I added the project primary output and the setup built successfully, it is installed correctly but now the problem is,

Three of the referred projects dlls are properly built, but one project  dll is not latest. meaning that an old version of that dll is built and copied in the setup.

After hours searching on the google, trying rebuilding and trying changing project build order, still couldn’t overcome the issue. But finally this was the solution.

1. Open File option on installshield project. (Setup project –> (2)Specify Application Data –> File)

2. Go to destination computer files.

3. Right click on Primary Output and select ‘Dependencies from scan at build’.

4. That’s It. anyway i hate this new Installshield LE, previous setup and deployment option was much simpler.

(Will add a screen later, right now i am getting error when try to attached image to post. )