Click here to Skip to main content
16,023,224 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
i have created one windows form application using visual studio 2013.After that i created Setup file using Installshield Limited Edition(Setup and Deployment).
Here setup is working fine but here my issue is when i update new version and create setup file,And installing new version the old version automatically uninstalled and new version will be installed.i tried so many ways changing product id,upgrade code but it's not working.But most of the articles it's Removepreviousversion set to true.But i checked my setup project properties but that property is not showing.
Any one could you please share the solution to me.
could you please share where will get the Removepreviousversion property.

What I have tried:

I tried to change the product key and upgrade code but it's not working i was tried to find the RemovePreviousversion property.but in my projectsetup is not showing.i tried select the project Setup and press f4 it's not showing that properties.and tried right click and select properties there also it's not showing.
Posted
Updated 14-Nov-17 19:29pm
v2

1 solution

Have you thought about using ClickOnce[^] instead of Installshield Limited Edition(Setup and Deployment)?

I wrote an article last month about Silent ClickOnce Installer for Winform & WPF in C# & VB[^]. This will do what you want transparently whilst the app is being used by the user.
 
Share this answer
 
Comments
Ram349 14-Nov-17 23:43pm    
Thanks Greme for responding my post,if it possible could you please share without clickonce installer.
Graeme_Grant 15-Nov-17 1:19am    
I don't use Installshield however doing a quick Google search finds a number of solutions: installshield Removepreviousversion - Google Search[^] ... sorry that I can't help more.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900