0
votes
0answers
12 views
OCX not registering on *some* computers
Using VS2005, C#, and a 3rd-party OCX component in our application. Standard VS Deployment Project installation file (MSI). On 98% of the deployments, everything works just fine.
…
0
votes
2answers
34 views
regsrv32 dllregisterserver output
we're shipping a shell extension dll (registered with regsvr32).
is there an easy way to get debug output from this dll from another application (so we can send these traces home w …
1
vote
1answer
105 views
Regsvr32 and Desktop authority
I am registering a delphi assembly using regsvr32. We are currently using Desktop Authority to deploy our installation package for the .NET application. We are needing to use the …
0
votes
1answer
498 views
Unable to register the DLL/OCX: RegSvr32 failed with exit code 0xC0000005 with Inno Setup 5.2.3
I am trying to register a COM DLL using Inno Setup in a setup package I created. During test installations on Vista, I get this error:
Unable to register the DLL/OCX: RegSvr32 fa …
1
vote
4answers
156 views
Register a C# COM component?
I have developed a C# com component which I am using from managed c++. On my dev machine when everything works fine. However when I distribute the files, I received an error that t …
1
vote
1answer
128 views
Regsvr32 fails to find the dll in the current folder
When I use "regsvr32 foo.dll" i get a "The specified module cannot be
found" error.
The error is being caused because regsvr32 cannot find
the file even though it is the current …
0
votes
1answer
157 views
How do I fix a broken regsvr32 that crashes?
I dont know what happend but I cant register any dlls anymore. It seems like regsvr32 or some dependent dll:s have been broken (I dont think its a virus-thing, but of course you ca …
2
votes
1answer
283 views
msbuild fails to register output
Hi,
I'm trying to get our build scripts (which use MSBuild) working correctly on Vista and am finding that projects that have the Register Output (in linker options) option set to …
0
votes
4answers
699 views
What permissions/rights are needed to run regsvr32 /s /c “myocx.ocx”
I have a WindowsXP configured as a build machine. The build process runs under an account which isn't an administrator.
Some projects register as a last step an ocx control with …
2
votes
1answer
831 views
Runtime C# knowing if 32-bit or 64-bit version of COM Interface is being used
I want to build a DLL Class Library use COM Interop, with C#, target ANY CPU, and register it as 32-bit and 64-bit interfaces.
I want to be able to, at runtime, display what inte …
1
vote
3answers
165 views
How to register COM libraries at runtime?
Let's say I'm developing an application that installs COM component and installer registers them. This works great.
Now the software is required to run from a memory stick. How ca …
1
vote
1answer
372 views
RegSvr32 registering yet nothing actually registered
A rather odd experience. Using the latest PDK (v7.3) from ActiveState, I used perlctrl to build a COM DLL. Perlctrl ran without a hitch. OLEView read the typelib okay. RegSvr32 reg …
0
votes
2answers
252 views
InstallShield: Darwin descriptors
My InstallShield installer doesn't appear to register several of its COM DLLs correctly, even though I have refreshed the COM information for them in the installer. If I manually …
2
votes
5answers
704 views
How do I unregister COM dlls initially added with RegSvr32 when the /u arg doesn’t work?
Right, initially ran:
c:\regsvr32 Amazing.dll
then, (accidentally - I might add) I must have run it again, and (indeed) again when new versions of 'Amazing.dll' were released. Y …
