Greetings,
I have an installshield project that builds fine from within Visual Studio but when I attempt to build it from the command line, it fails with:
ISDEV : error : -6225: Resolving Visual Studio .NET project output "MyProject\MyProject.csproj\|Built"
I attempted to use msbuild, but our app uses WPF which causes other issues with InstallShield when resolving xaml references.
I was able to automate building all of the other components in a separate msbuild script and that completes successfully. Adding in the installshield project has been resulting in much grief.
I'm not sure how to solve this.
This is the command I'm using:
devenv c:\code\mySolution\src\MySolution.sln /build "Release|x64"
Any assistance would be appreciated.
I have an installshield project that builds fine from within Visual Studio but when I attempt to build it from the command line, it fails with:
ISDEV : error : -6225: Resolving Visual Studio .NET project output "MyProject\MyProject.csproj\|Built"
I attempted to use msbuild, but our app uses WPF which causes other issues with InstallShield when resolving xaml references.
I was able to automate building all of the other components in a separate msbuild script and that completes successfully. Adding in the installshield project has been resulting in much grief.
I'm not sure how to solve this.
This is the command I'm using:
devenv c:\code\mySolution\src\MySolution.sln /build "Release|x64"
Any assistance would be appreciated.