Silent DLL Registering

kentheprogger

Newcomer
Joined
Apr 2, 2006
Messages
24
Hello,

I have a program that copies two .OCX files to the %SystemRoot%\System32 folder and then registers them using

shell cmd """regsvr32 C:\Windows\System32\MSWINSCK.OCX", null
shell cmd """regsvr32 C:\Windows\System32\MSCOMCTL.OCX", null

This brings up a message box saying that the registration has succeeded, I was wondering if there was a way I could do this silently. Either in the command prompt or completely in the background.

If anyone has any suggestions I would greatly appreciate it.
 
Back
Top