2
Reply

Setup & Deployment Project

Ted Vasilopoulos

Ted Vasilopoulos

Oct 30 2007 10:32 AM
3.1k
Hello all,

I need to create a Setup Project that does some pretty standard stuff, installs the .NET Framework 2.0 and copies over an .exe file along with a couple of .dll files. Alongside this standard procedure I also need to copy over a few .doc files and edit an XML settings file according to the user's choices.

I could simply create an application that does the .doc file copying and the XML editing which will run right after the installation file.

And here is the million dollar question: Is it possible to call another application after the Deployment Project has completed?

Thanks in advance.

TedManowar

P.S. Alternative solutions are always welcome :)

Answers (2)