Noctufaber


The .net framework lets me compile a project using vbc.exe from the command line. I was wondering if there is a similar utility that can create an MSI from a setup and deployment project using a command line application. Can this be done

Thanks!


Re: Setup and Deployment from Command Line

Noctufaber


I did find MSBuild.exe but it doesn't like my vdproj file. Then I learned about DevEnv.exe, but I can't find it anywhere on my machine. I'm running VS 2005 on a Windows XP Pro machine. Where would I find the file DevEnv.exe

Thanks!




Re: Setup and Deployment from Command Line

spotty

Usual Location would be

D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Devenv.exe

If your running the express versions then you wont have devenv on the machine.