Problem is When we make change in EXE
all time go to user system and update exe.
we want spacifile a location each time when use login system check if update version is availabe then update it other wise leave it
Plzzzzz Help me
Printable View
Problem is When we make change in EXE
all time go to user system and update exe.
we want spacifile a location each time when use login system check if update version is availabe then update it other wise leave it
Plzzzzz Help me
Please use the radio buttons provided to specify your IDE/Framework version when creating a thread. Solutions can be different depending on which version you're using. If you're using .NET 2.0 then you can use ClickOnce deployment, which has in-built automatic updating. If you're using an earlier version then you can create an additional EXE that will perform the update for you.
using C#.net 2003