build setup project vdproj ...

  • Thread starter Thread starter Andrew
  • Start date Start date
A

Andrew

hi,
how can i automate the build of a vb.net setup project ( .vdproj) ?
i've to build a setup project on a machine that don't have VS.net
installed,
but only the .net FW 1.1
i've found a solution via DEVENV.exe , but i think i can't use this program
without a regular vs.net license ...
Can i accomplish this task from another .net project ? does exits object
that
manage build or similar ?
Can i run this task via command line ???
Or via webMatrix ? does it have a command line compiler ?
thank's in advance for reply
bye andrew
 
Installation apps represent an entire market segment. You can purchase apps
that can build installers, from WISE and InstallShield, in addition to
Visual Studio.

To the best of my knowledge, there is nothing in the SDK that will help, but
you can also look to see if there is an open source solution available.

Hope this helps,
--- Nick
 
Back
Top