app update

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi,
I have an application that I allow users to download from a url. In this
application, I've put in the applaction updates, to check on start up and
the update path is the url to the msi package. But my application does not
seem to be updating.... do i need to copy my exe and dll's to this same
location where the msi package is at to get it to update?
 
Every time you publish a new build, you need to copy the files that
are placed into the publish folder you've specified (by Visual Studio)
on your local machine, up to the URL that your application is
installed/updated from.
 
Back
Top