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

Having trouble after upgrading InstallShield from Express 2014 to Express 2015

Hi all,

I have been getting build failures in Visual Studio 2015 after upgrading InstallShield from Express 2014 to Express 2015. Based on the error message, it looks like it's still searching for the 2014 folder & not finding anything. It's also asking for the correct path. There's a screenshot of the error attached. Does anyone know where to alter the task parameter in InstallShieldPath? I apologize if this is a seriously n00b question, but I just can't find it & my patience is gone. Thanks for looking!
Labels (1)
0 Kudos
(1) Reply
hidenori
Level 17

Make sure that the InstallShield MSBuild project file (.isproj) for your project has the correct target import path as follows:



The .isproj is a xml file that is created in the project folder containing your .ise project file.
0 Kudos