Deploying from command line

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

I have a SmartClient/ClickOnce application. And it deploys nicely
straight from the IDE to the web server. However, I'd like to deploy it
from the command line (preferrably as a part of a nant script)?

How do I do this?
Thanks
 
Spoon-feeding:

Determine the executable file path, Use the cmd.exe, CD to it, execute it.

Regards,
-- Li-fan
 
Back
Top