|
|
#1 |
|
Junior Member
Join Date: Jan 2003
Posts: 5
|
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 |
|
|
|
|
|
#2 |
|
Debian user
(Forum King) Join Date: Jan 2003
Location: Arch land
Posts: 4,896
|
I think
code: Will do the trick * PC: Intel Core 2 DUO E6550 @ 2.33 GHz with 2 GB RAM: Archlinux w/ xfce4. * Laptop: Intel Core 2 DUO T6600 @ 2.20 GHz with 4 GB RAM: Debian unstable w/ xfce4. |
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,337
|
There is no need, UpgradeDLL does the registration too. But in case it didn't, Lobo's code would have worked.
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 | |
|
|