- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have created 3 Revit plugins for Revit 2013,2014 and 2015 and successfully installed all of them by setting the RemovePreviousVersion property to "False" and DetectNewerInstalledVersions to "False".
For eg. Revit 2013 plugin version 3.0.1, Revit 2014 plugin version 4.0.1 and Revit 2015 plugin version 5.0.1.
Now i made certain changes to all the plugins and created them again with different version number and installed. but the problem is system is still keeping the older versions. the new versions are
For eg. Revit 2013 plugin version 3.0.2, Revit 2014 plugin version 4.0.2 and Revit 2015 plugin version 5.0.2.
I am using windows installer and tried changing the AssemblyVersion in c# code but still not getting.
I cannot change the RemovePreviousVersion and DetectNewerInstalledVersions to True as i need all the versions for Revit 2013/2014/2015 to work.
Is there any way i can keep three version for three revit architecture with updated version of plugins.
Any suggestions please.
Thanks.
Solved! Go to Solution.