Old 13th March 2009, 14:23   #1
Sandro1978
Junior Member
 
Join Date: Mar 2009
Posts: 1
VISTA and OCX

Hi everybody,

I have the following problem:

In our company there is an update from XP to VISTA. We don’t have any admin user rights and we will not get it. I have a program which I have developed in VB 6.0 with some OCX files which are no standard installation in VISTA anymore.

Therefore you have to register these files with regserv32. But I don’t have admin rights.

Is there a way to register these files anyway? The administrator of our company told me that they could install the program via MSI packaging. But if they can provide the MSI file I should be able to great such a file too.

Any advice?

Thank you

Sandro
Sandro1978 is offline   Reply With Quote
Old 13th March 2009, 18:43   #2
Anders
Moderator
 
Anders's Avatar
 
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
if you have the source to the OCX you should be able to change it so it registers under HKCU.

If not, you can call RegOverridePredefKey before calling its DllRegisterServer function (you can not use regsrv32, you must load the dll and call it yourself)

IntOp $PostCount $PostCount + 1
Anders is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast 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