InstallerExpert created the topic: Installer that removes old version
I have a .net build msi.
I have imported it into Wise Installer Edition.
All I want the installer to do is have it remove any previous versions and install this version. I would also like it to be passive, where it just shows progress bars and the user does not have to select any options.
I am new to this, so I was hoping someone could help me get on the right track.
Thanks much!
bhuvana replied the topic: Re: Installer that removes old version
Are you talking about the .msi installer created using Visual Studio Setup & Deployment project?
If so, Here is how you modify the .Net msi to upgrade its previous versions.
There is a property called RemovePreviousVersions in Setup & Deployment project, which is set to False by default. You have to set to True to enable the installer to remove the previous versions automatically and continue with the installation.
Accessing RemovePreviousVersions property -> Select the Setup Project Node, Press F4 to get the Deployment project properties Window.
Please look into the following link for more information.
www.simple-talk.com/dotnet/visual-studio…s-to-setup-projects/
If you import the modified .msi into Wise after making the above mentioned changes, hope the upgrade should be seamless.. but not sure how to handle this in Wise without modifying .Net build msi.
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND