Close appli with another appli

  • Thread starter Thread starter ucasesoftware
  • Start date Start date
U

ucasesoftware

My update application have to close my software before xcopy...

How can i do this ?

thx a lot for help
 
Hi,

I have in cases like this created a second update application. I
would use process.start to start the updater application and xcopy the
updates. The updater would process.start the application back up.

Microsoft has the Updater application block to help with this.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/updaterv2.asp

Visual studio 2005 click once deployment will also help
http://msdn.microsoft.com/msdntv/episode.aspx?xml=episodes/en/20040108clickoncejc/manifest.xml

Ken
 
it's little too hard for me...

how i can simple know if one application is currently use ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top