Why does the above subject *sometimes* fail? I am aware that you need to
have the same upgradecode but difference productcode in order for the
installer remove the previous version of my application and I am doing it
religiously but still a message pops up saying there is a previous version
of my app installed and I need to remove it from Add/Remove Program utility
just to proceed.
Am I missing something here?
Anybody's help is very much appreciated.
TIA.
Ramil Domingo
Developer
Thanks for the reply. Actually I am installing the same version and yes I
have set the DetectNewerInstalledVersion property to true but it should
proceed with installation since its the same version right? Or I may be
wrong. Will you shed some light here please?
TIA.
Ramil Domingo
Developer
"Phil Wilson" <phil....@unisys.spamcom> wrote in message
news:%230bGXE4...@TK2MSFTNGP11.phx.gbl...
There is a version number in the assembly.vb -- presumably the version of
the program/product.
There is also a version number in the deployment project. This is the one
it is detecting and using. If it matches, it seems to me that it assumes
that it is already installed. In order to get an update to install I have
had to increment this version number (and answer "yes" to the prompt), then
when I have "remove previous" set it works as I want it.
Does this match your experience?
"Ramil Domingo" <ram...@togethersoftware.net> wrote in message
news:%23R2Urcr...@TK2MSFTNGP12.phx.gbl...
Anyway thanks again.
Ramil Domingo
Developer
"Ot" <ur...@tds.invalid (use net)> wrote in message
news:O7PZlW07...@TK2MSFTNGP10.phx.gbl...