anything like regit.exe - a commandline regsvr with wildcard support ?

O

omega

I was reading about regit.exe over at msft's site.

http://support.microsoft.com/?kbid=198038

Pretty much all the other tools on that page are freely available
(Dependency Walker, Regmon, Filemon, etc) -- but evidently not regit.exe.
It appears that only those who have msft's developer payware get this tool.

I want it. I cannot find it. I searched about on the web to see if it was
left hanging anywhere to snag it. Frankly I'd not have felt guilty if I'd
got hold of this small item without having paid bigbucks to msft for one
of their suites. Moot however -- as my search was futile.

So the next question. Any freeware tool that has the same functionality?
Register/unregister controls, with wildcard support? eg,

regxyz drive:\path\*.dll *.ocx
 
B

Bjorn Simonsen

omega wrote in said:
So the next question. Any freeware tool that has the same functionality?
Register/unregister controls, with wildcard support? eg,

regxyz drive:\path\*.dll *.ocx

Not seen any CLI as far as I can recall, only GUI.
Haven't checked if they allow multiple selections.

Context Menu OCX/DLL Register/Unregister
http://www.saberware.com/downloads.htm
http://www.saberware.com/files/ocxdllreg.zip (1k)

COM Register Extension 2.1 - Use REGSVR32 without a command line
<http://www.xteq.com/products/comr/index.html>
<http://www.xteq.com/downloads/xq-comregisterex.zip>

All the best,
Bjorn Simonsen
 
B

Bjorn Simonsen

omega wrote in said:
I was reading about regit.exe over at msft's site.

http://support.microsoft.com/?kbid=198038

Pretty much all the other tools on that page are freely available
(Dependency Walker, Regmon, Filemon, etc) -- but evidently not regit.exe.
It appears that only those who have msft's developer payware get this tool.

I want it. I cannot find it [...]

This it?
<http://www.thatrobotsite.com/downregit.htm>
<http://www.thatrobotsite.com/downloads/regit.exe>

All the best,
Bjorn Simonsen
 
O

omega

Bjorn Simonsen said:
Nah, don't think so, but how about
<ftp://61.132.88.82:21/Tools/Vb6/COMMON/TOOLS/VB/REGUTILS/REGIT.EXE>

Yes, that looks great! Firing up for that download right this second.
 
O

omega

Bjorn Simonsen said:
Not seen any CLI as far as I can recall, only GUI.
Haven't checked if they allow multiple selections.

Multiple selection, manual with mouse, I can do that by selecting a group
of files in explorer and clicking on the regsvr32 entry in my context
menu. It's definitley CLI I'm in pursuit of here -- for command script / bat
files. And the wildcard there, ideal. I am tired of spending labor gathering
up filenames in each directory and making a bunch of individual successive
lines for registering each control. Sounds so much better to be able to use
a standard template file with a single command.

And now I do get to have regit. :) Thanks to you for excavating it from the
hidden depths.
 
Top