kentheprogger Posted May 3, 2006 Posted May 3, 2006 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. Quote
Administrators PlausiblyDamp Posted May 3, 2006 Administrators Posted May 3, 2006 regsvr32.exe has a /s switch for silent Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
kentheprogger Posted May 4, 2006 Author Posted May 4, 2006 regsvr32.exe has a /s switch for silent Thank you, i'll try that right away! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.