Click here to Skip to main content
15,915,801 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionAssembly Version vs Publish version and doing a auto check for new version Pin
Member 442053425-Jul-10 23:10
Member 442053425-Jul-10 23:10 
Hi
Im totally confused with Assembly Version vs Publish version.
I have a windows application.I use a SetupProject --> rebuild it --> ,I get the MSI file and Install.

I am trying to do a Auto Update on the application and would probably have to play with the version numbers in order to do this.

My 1st problem is, when I change the applications assembly version and install the new msi - I get an error that there is already a application installed with the same version, but when I change the publish version it uninstalls the installed app and install the new one.

My 2nd problem is I dont really know the best way to check if a new version is available.
My idea is to take the running apps version and compare it with the version of the msi file on the server.If they are not the same, it will popup a message on the application saying "A new version is available, please click yes to install the new version"

What I want to know:
1.How do I get the application to work on the assembly version and not the publish.
2.I would really appreciate tips what is the best way to write an auto update check.

Thank you everyone
AnswerRe: Assembly Version vs Publish version and doing a auto check for new version Pin
jbbarnes25-Aug-10 2:10
jbbarnes25-Aug-10 2:10 
Questioncreate setup project that install app and also msde Pin
mehrnoosh25-Jul-10 21:26
mehrnoosh25-Jul-10 21:26 
AnswerRe: create setup project that install app and also msde Pin
DaveAuld25-Jul-10 21:51
professionalDaveAuld25-Jul-10 21:51 
GeneralRe: create setup project that install app and also msde Pin
mehrnoosh25-Jul-10 22:25
mehrnoosh25-Jul-10 22:25 
GeneralRe: create setup project that install app and also msde Pin
DaveAuld25-Jul-10 22:53
professionalDaveAuld25-Jul-10 22:53 
QuestionOpening Files On Network via VB.NET on Windows 7 Pin
nlindley723-Jul-10 4:53
nlindley723-Jul-10 4:53 
AnswerRe: Opening Files On Network via VB.NET on Windows 7 Pin
Eddy Vluggen23-Jul-10 5:00
professionalEddy Vluggen23-Jul-10 5:00 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
nlindley723-Jul-10 5:04
nlindley723-Jul-10 5:04 
AnswerRe: Opening Files On Network via VB.NET on Windows 7 Pin
Jason Vetter23-Jul-10 5:21
Jason Vetter23-Jul-10 5:21 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
nlindley723-Jul-10 5:27
nlindley723-Jul-10 5:27 
AnswerRe: Opening Files On Network via VB.NET on Windows 7 [modified] Pin
nlindley723-Jul-10 5:36
nlindley723-Jul-10 5:36 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
nlindley726-Jul-10 7:00
nlindley726-Jul-10 7:00 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
Dave Kreskowiak26-Jul-10 12:08
mveDave Kreskowiak26-Jul-10 12:08 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
MikeD 227-Jul-10 3:31
MikeD 227-Jul-10 3:31 
GeneralRe: Opening Files On Network via VB.NET on Windows 7 Pin
nlindley727-Jul-10 6:57
nlindley727-Jul-10 6:57 
Questionhavent been programming for a while Pin
eiel23-Jul-10 1:46
eiel23-Jul-10 1:46 
AnswerRe: havent been programming for a while Pin
DaveAuld23-Jul-10 2:12
professionalDaveAuld23-Jul-10 2:12 
GeneralRe: havent been programming for a while Pin
eiel23-Jul-10 5:46
eiel23-Jul-10 5:46 
GeneralRe: havent been programming for a while Pin
DaveAuld23-Jul-10 5:56
professionalDaveAuld23-Jul-10 5:56 
AnswerRe: havent been programming for a while Pin
Kevin McFarlane23-Jul-10 2:29
Kevin McFarlane23-Jul-10 2:29 
QuestionParallel Question Pin
programmervb.netc++22-Jul-10 9:09
programmervb.netc++22-Jul-10 9:09 
AnswerRe: Parallel Question Pin
Dave Kreskowiak22-Jul-10 10:43
mveDave Kreskowiak22-Jul-10 10:43 
QuestionHow to catch all unhandled exceptions ? Pin
xx77abs22-Jul-10 0:11
xx77abs22-Jul-10 0:11 
AnswerRe: How to catch all unhandled exceptions ? Pin
xx77abs22-Jul-10 0:46
xx77abs22-Jul-10 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.