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...