Hello,
I've built a software and that is being used by our
company's users. I've created a installer (setup.exe) of this software.
Problem is that every time I update this software, I need to rebuild the
installer and each time users need to take this update by uninstalling
the previous one & installing the new one. Now, this is something
cumbersome for me & user. I want to do in such a way like I will be
installing the software into a server and give the shortcut of this
software to each user. I think you get my point whatever I want or Is
there any other way to do this?
If you could help me, it will be
very helpful for me.
Regards,
Shomen
Loading
Vishal JadavPosted Aug 2, 2010, 3:50 AM
U need to set only version number each time u make a Setup from ur VS.net,
one more option is there like detectnewversion [false/true]. That property does not work as i have tried.
Its Better way to keep on changing version number each time.
It will automatically upgrade,reinstall or uninstall the previous version when client gets ur update.
hope this will help u.
Shomen DebPosted Aug 3, 2010, 12:48 AM
It works. The option "Detectnewversion" doesn't work. Thank you very much for your help.
Regards,
Shomen