Guest tjabobom Posted July 14, 2004 Posted July 14, 2004 I have put some dll files in i386\$oem$\$$\system32\ will dll and ocx be registered during the setup? or do I have to do something more.Next if i copy same dll or ocx during guirunonce with a cmd script do I have to register the files then?/Per
MCT Posted July 14, 2004 Posted July 14, 2004 hi. in both cases i think u will have 2 register the files, just typeRegsvr32 "%windir%\filename.dll" 2 register themregards
Denney Posted July 15, 2004 Posted July 15, 2004 Or "regsvr32 /s %windir%\filename.dll" to do it silently.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now