Auto and uptodate deployment
Hiya,
I'm sure this has been covered before, but I can't find the right words to
narrow down a search, so my apologies for asking what may be a common
question.
In short I have an application that has one EXE and several DLL's.
What I want to achieve is some kind of notification and automatic update if
a user is using a DLL that is older than the one on our server.
We have about 900 users, all using the EXE, and I do appreciate that there
may be bandwidth issues if all users, say, load their local version of the
application, are notified of a new DLL and then that DLL is downloaded, but I
can cover this later once I've learnt the basics.
IF anyone has any tips or URL's, I'd REALLY appreciate it.
Many thanks,
.
Relevant Pages
- Re: inter-process communication
... communication. ... It's simply a function call between an Exe and a dll. ... notification may still be. ... (microsoft.public.vc.mfc) - Re: Editors
... some strip them on exe files by default. ... "preferred base address" and, yup, relocations are completely ... DLL files, though, aren't loaded into their own address space but are ... EXE's "entry-point", though, is not "special" in that it's just an ... (alt.lang.asm) - Re: Releasing my VB.NET app over the intranet
... of the primary EXE and when compiled I am copying the contents ... the directory and open a browser on the web server and type ... > another dll, we need to put the dll in the same directory, so that the clr ... > The executable will be downloaded to the assembly download cache on the ... (microsoft.public.dotnet.framework) - Re: My.Settings Questions
... I finally figured it out after playing with ConfigurationManager and RoamingUserANdLocal stuff to get the application user.config. ... Duplicated it but the ended just the one in the DLL since it is self contained and used properties to all the EXE to setup if it needs too. ... Should the EXE has the My.Settings and prepare the login form before doing a ShowDialog or can I do this in the Loginform class Load event by passing My.Settings to the constructor? ... (microsoft.public.dotnet.languages.vb) - Premature .dll loading caused by "Project Dependencies" options
... The client .exe is a simple MFC query tool. ... But when I debug the .exe, I see that the ODBC driver .dll is being loaded ... (microsoft.public.dotnet.languages.vc) |
|