Building Installshields through the Command Line

Aug 26 2004 7:15 PM
Hey Guys, I have a setup inside the Visual Studio that is an Installshield type project. Because I use the other projects outputs, it needs to resolve the project outputs at build time and therefore cannot be built with Installshield's command line. Instead, I am using devenv to build it. It works fine and builds properly except for some reason, the output of the setup ends up in an unexpected location. The weird thing is that if I build from commandline, it places it in a different location than if I build from within Visual Studio (2003). With devenv, there is no flags to tell it where to output it, instead you use build configurations. My question is, where is the path for the output of the installshield located when built from command line? I've looked through the solution file and the ism file, but I cannot find the path. Any help would be greatly appreciated. Thanks. Jonathan