This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Run Install shield project from command prompt
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 13, 2018
02:01 AM
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"
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"
- Tags:
- .net
- installsheild
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 14, 2018
08:25 AM
Hi varshaRaja,
Are you able to build as solution using this command "devenv.exe MySolution.sln /build Release"?
Thanks,
Jenifer
Are you able to build as solution using this command "devenv.exe MySolution.sln /build Release"?
Thanks,
Jenifer