It's a built in windows program for manually registering/un-registering
files in the windows registry. If you bring up the command prompt and type
regsvr32/? you will see the options. (normally done automatically when
installing a program)
Nearly correct - regsvr32 can register/unregister certain .DLL and OCX files, but not all.
Will
neil said:
It's a built in windows program for manually registering/un-registering
files in the windows registry. If you bring up the command prompt and type
regsvr32/? you will see the options. (normally done automatically when
installing a program)