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

Run Install shield project from command prompt

Am using Installshield projects(.isl Project) in my solution. I can able to build the project from visual studio, whereas when i try to run it from command prompt using msbuild or devnev.com, it is not build properly and not provide setup . Can any one suggest me to build the .isl project using command prompt?

I used the below command for Devenv.com

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional>devenv.com "MySolution.sln" /Project "MyProject.isl" /Build "Debug"

i got the error ISEXP : error : -6221: Could not resolve Visual Studio .NET project output "" from component

and i used the below command for MSbuild

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional>MSbuild "MyProject.isl"
Labels (1)
0 Kudos
(1) Reply
Jenifer
Flexera Alumni

Hi varshaRaja,


Are you able to build as solution using this command "devenv.exe MySolution.sln /build Release"?




Thanks,
Jenifer
0 Kudos