I use DevExpress in some of my projects. Each time there is an update to the devexpress libraries, they get copied to the clients computers when I update the software. Unfortunately this leads to losts of old versions of devexpress libraries on the client’s computers.
I'm planning to create a procedure that checks for old devexpress library versions and deletes them.
Devexpress files are like:
Devexpress.Data.v12.2.dll
Devexpress.Printing.v12.2.Core.dll
Devexpress.Utils.v12.2.dll
Devexpress.XtraEditors.v12.2.dll
Devexpress.XtraPrinting.v12.2.dll
Devexpress.XtraReports.v12.2.dll
Devexpress.Data.v12.0.dll
Devexpress.Printing.v12.0.Core.dll
Devexpress.Utils.v12.0.dll
Devexpress.XtraEditors.v12.0.dll
Devexpress.XtraPrinting.v12.0.dll
Devexpress.XtraReports.v12.0.dll
can anyone help me on how to achieve this?