M
Mark Olbert
I have an app which uses a set of strong-named class libraries. I want to include an automatic update feature in the application. I
can't use BITS because several of my clients use Windows ME and I don't believe BITS is supported on ME. I put together a simple
service which downloads updated assemblies.
Ideally, I'd like to deploy the class libraries to the GACs on my clients' machines. However, if I do that, is there a problem with
installing the downloaded updated files to the clients' GACs using gacutil (which I presume I would also have to distribute)?
- Mark
can't use BITS because several of my clients use Windows ME and I don't believe BITS is supported on ME. I put together a simple
service which downloads updated assemblies.
Ideally, I'd like to deploy the class libraries to the GACs on my clients' machines. However, if I do that, is there a problem with
installing the downloaded updated files to the clients' GACs using gacutil (which I presume I would also have to distribute)?
- Mark