Skip to content
⌘ NSIS Forum Archive

ocx files

3 posts

soylentyellow#

ocx files

Can I use RegDLL to register OCX files? it doesn't look that way so I'm using regsvr32 at the command line
any suggestions?

-Andy
Simply#
try this

SetOutPath "$SYSDIR" ; or other folder
File "path to source file\source_file"
RegDLL "$SYSDIR\source_file.OCX"