|
 |
asp_components thread: regsvr32.exe ???
Message #1 by "Jimenez, Sonny (S)" <SJimenez3@d...> on Wed, 7 Feb 2001 12:12:20 -0500
|
|
Hi can you tell me how can I check if this exe is installed on a server?
Message #2 by Imar Spaanjaars <Imar@S...> on Wed, 07 Feb 2001 18:34:18 +0100
|
|
Try dir regsvr32.exe /s at the command prompt. Or use the windows find
function. This will only work if you have physical access to the server. If
you don't you probably can't use regsvr32 at all even if you do find it.
Imar
At 05:44 PM 2/7/2001 -0800, you wrote:
>Hi can you tell me how can I check if this exe is installed on a server?
>
>---
>http://www.asptoday.com - the leading site for timely,
>in-depth information for ASP developers everywhere.
Message #3 by Robert Chartier <rchartierh@a...> on Wed, 07 Feb 2001 12:33:42 -0500
|
|
start, run
cmd <hit enter>
dir %systemroot%\regsvr32.exe /s <hit enter>
you should see it under the
%systemroot%\system32\
directory
At 08:44 PM 2/7/01, you wrote:
>Hi can you tell me how can I check if this exe is installed on a server?
>
Robert Chartier
Author, AspFree.com
xxx-xxx-xxxx
rchartierh@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
|
|
 |