From: Helmut Meukel on 23 Apr 2010 12:10 "Phil Hunt" <aaa(a)aaa.com> schrieb im Newsbeitrag news:uLRDZnv4KHA.1888(a)TK2MSFTNGP05.phx.gbl... > If using a shortcut, and the exe has some DLL registered on the 'server', does > it work ? > Phil, your question isn't clear: do you mean - the DLL is registered with the client OS but physically sitting on a shared folder of the server. Yes, it will work, as far as the client OS can access the DLL there. - the DLL is registered with the server OS but not with the client OS. No it won't work. (regfree DLLs are another kettle of fish). - the DLL isn't registered at all, is sitting in the apps dir on the server and is the selfregister kind. Yes it should work. (havn't tried this yet.) Helmut.
From: Phil Hunt on 23 Apr 2010 12:23 Well, you covered all cases. There is no clear cut answer. "Helmut Meukel" <NoSpam(a)NoProvider.de> wrote in message news:OEYUN%23v4KHA.3184(a)TK2MSFTNGP05.phx.gbl... > "Phil Hunt" <aaa(a)aaa.com> schrieb im Newsbeitrag > news:uLRDZnv4KHA.1888(a)TK2MSFTNGP05.phx.gbl... >> If using a shortcut, and the exe has some DLL registered on the 'server', >> does it work ? >> > > Phil, > > your question isn't clear: do you mean > - the DLL is registered with the client OS but physically sitting on a > shared folder of the server. Yes, it will work, as far as the client OS > can access the DLL there. > - the DLL is registered with the server OS but not with the client OS. > No it won't work. (regfree DLLs are another kettle of fish). > - the DLL isn't registered at all, is sitting in the apps dir on the > server > and is the selfregister kind. Yes it should work. (havn't tried this > yet.) > > Helmut.
From: Nobody on 23 Apr 2010 12:23 "Phil Hunt" <aaa(a)aaa.com> wrote in message news:uLRDZnv4KHA.1888(a)TK2MSFTNGP05.phx.gbl... > If using a shortcut, and the exe has some DLL registered on the 'server', > does it work ? No if using a share(unless something like Regfree COM is used), yes if running in a terminal services session because in the later case everything is loaded and executed on the server.
From: Nobody on 23 Apr 2010 12:56 "Phil Hunt" <aaa(a)aaa.com> wrote in message news:%23mxcdFw4KHA.1888(a)TK2MSFTNGP05.phx.gbl... > Well, you covered all cases. There is no clear cut answer. If they want to run the exe from a file share so they can easily update it, they have to install your software on each client and change the shortcut to point to the exe on the server. This is assuming that only the exe changes from version to version.
From: MarkJ on 23 Apr 2010 12:56
Richard, Terry, Isn't Helmut correct? For instance see here for XP http://support.microsoft.com/kb/328459 "For Windows XP Professional-based computers, the maximum number of concurrent network connections that are allowed is 10" Here's the Windows 2000 version http://support.microsoft.com/kb/122920/EN-US/ Mark |