Archive: register compontents?


register compontents?
does NSIS register new components? such as the win sock control, i get it to extract the ocx file to the windows\system directory, but how do i get it to register

e.g. "regsvr32.exe winsock.ocx"

does it do this?

chad


Try
execwait "regsvr32.exe yourextractedpath\winsock.ocx"


You can also use RegDLL.