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 :)
Loading
Ted VasilopoulosPosted Nov 1, 2007, 3:41 AM
However, when browsing, I saw that in order to add a new Custom Action you have to select an object that is already included in the Setup & Deployment Project which, uunfortunately is not the case with my project...
Scott LyslePosted Nov 1, 2007, 12:00 AM