Alfonso Olivares
Hello:
How can I, register files *.ocx of VB4 in the nsis?
I have the next code:
register run time (*.dll)
!insertmacro UpgradeDLL "d:\criterial\setupwiz\olepro32.DLL" "$SYSDIR\olepro32.DLL"
register files (*.OCX)
RegDLL "d:\criterial\setupwiz\tabctl32.ocx"
thank