I've developed a C# activex control, build a relative MSI, putting all of them in a CAB file and finally I've deployed it through IE. All works fine.
Now, I need to update the activex control, but it seems impossible to accomplish. After reading any articles about that, here what I tried to do:
- Changed file version and assembly versionof my .net dll
- Changed version number of my installer.msi
- Changed file version of Inf file used by CABARC
- Changed OBJECT tag in the HTML page to #version=x,x,x,x
Nonetheless, activex newest version never being downloaded, nor installed.
Any idea will be appreciated.. Thank you in advance