Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: conflicting versions of regsvr32

Re: conflicting versions of regsvr32

From: Rauf Sarwar <rs_arwar_at_hotmail.com>
Date: 1 Jun 2005 10:23:25 -0700
Message-ID: <1117646605.757352.312230@f14g2000cwb.googlegroups.com>

hamerb_at_gmail.com wrote:
> you know, I've asked that question from the developers, but there is
> some reports problem in there. Other than that I wouldn't know either.
> I'm not an Oracle person, I just do the installers, so whatever crap is
> handed to me is what I need to make work.

Adding to Hans's post.

Regsvr32 used to ship with pre 8.1.x releases. Instead of removing the file, why not work easily around it,

c:\> set path=%windir%\system32;%path%
Now launch your installer with system32 first in your path OR
c:\> set regsvrexe==%windir%\system32\regsvr32.exe Now use this in your installer
OR
lookup usage for kernel32.dll (GetSystemDirectory)

Regards
/Rauf Received on Wed Jun 01 2005 - 12:23:25 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US