Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

How to build Setup/Deployment Project from command


3 replies to this topic

puzm

puzm
  • Members
  • 3 posts

Posted 30 June 2004 - 01:16

Hi,

I created an Setup and Deployment installer project using VS.NET. The installer.msi can be built successful in VS. Now we are trying to include building the installer as part of a build script. How can we do this? Specifically, is there any windows tools to build Setup/Deployment project as Windows/DOS command?

Thanks,

Michael Pu unsure.gif

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 30 June 2004 - 10:18

Can't you build your solution from the command line with VS.NET?

puzm

puzm
  • Members
  • 3 posts

Posted 30 June 2004 - 18:42

How can I build it using VS.NET (or whatever other tools) from command line is what I am looking for. What is the command to issue in cmd window to do this (or what tools are available?). I appreicate your help.

Thanks,

Michael

puzm

puzm
  • Members
  • 3 posts

Posted 30 June 2004 - 19:32

found a way to do it: through devenv build switch.

Thanks,

Michael