|
|
#1 |
|
Junior Member
Join Date: May 2000
Posts: 4
|
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 |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Nov 2000
Posts: 29
|
Try
execwait "regsvr32.exe yourextractedpath\winsock.ocx" |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
You can also use RegDLL.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|