unclecake2
Programmer
Hi, I have decided to build a custom update program for my programs. I have created a deployment project and it works fine as a stand alone install program.
I want to update the program based upon the version number. My question is how do I get the version from a compiled deployment project to determine if an update is required. What I do is I build the project and copy the .msi and Setup.exe to a network drive. I would like the program to look at the version on the network and prompt the user to upgrade.
For now I am having problems getting the version. I wrote the code and I am getting the version of my VS .NET program not the compiled program.
I want to update the program based upon the version number. My question is how do I get the version from a compiled deployment project to determine if an update is required. What I do is I build the project and copy the .msi and Setup.exe to a network drive. I would like the program to look at the version on the network and prompt the user to upgrade.
For now I am having problems getting the version. I wrote the code and I am getting the version of my VS .NET program not the compiled program.