app update

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?
 
B

BobRoyAce

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.
 

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

Top