Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 27th May 2003, 19:11   #1
sandman919
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
sandman919 is offline   Reply With Quote
Old 27th May 2003, 19:24   #2
Joel
Debian user
(Forum King)
 
Joel's Avatar
 
Join Date: Jan 2003
Location: Arch land
Posts: 4,896
I think
code:

RegDLL "$SYSDIR\tabctl32.ocx"



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.
Joel is offline   Reply With Quote
Old 28th May 2003, 11:49   #3
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
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
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump