473,471 Members | 1,900 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Regsvr32 with TSISOON.dll fails on WinXP

For some time, I have been using TSISOON90.dll, a free Access COM Add-in
from Trigeminal Software which closes one db and opens another, plus other
useful tasks.

We recently installed some new WinXP Pro machines. We have VBA code in an
Access form to run regsvr32.exe to register TSISOON90.dll. When I am
logged on as admin, this runs fine and registers the dll. However, when
another user runs VBA code which relies on TSISOON, it fails, indicating
the object is not registered.

Apparently, regsvr32.exe only registers the ActiveX object for the
currently logged-in user? I tried re-registering under another admin acct,
this works, but again other users are unable to access it. This problem
seems specific to WinXP Pro as I have not noticed in on our Win2k
machines.

We thought of having each user register TSISOON, but this fails apparently
due to non-admin users attempting to write to the registry and/or System32
folder, and, at any rate, we cannot make everyone an adminstrator.

Regsvr32.exe documentation does not mention user-specific registration. I
know WinXP has more extensive enforcement of user-specific privileges and
software access. We need to find a way to register this DLL (or others)
once for all users.

Any suggestions?

Chris
Nov 12 '05 #1
2 4665
I was going to suggest that you login as admin till I read that you already
tried that.

Well, although it is not the best idea, you could add each user to the
administrators group for a short while - they register, then remove them
from the admins group.
You could check in the Scripting newsgroups if someone help you create
script to modify the registry
- you may still have to login as admin for that though

HS

"C Martin" <cf********@unc.edu> wrote in message
news:Pine.WNT.4.56.0309241231150.1928@cmartinlt...
For some time, I have been using TSISOON90.dll, a free Access COM Add-in
from Trigeminal Software which closes one db and opens another, plus other
useful tasks.

We recently installed some new WinXP Pro machines. We have VBA code in an
Access form to run regsvr32.exe to register TSISOON90.dll. When I am
logged on as admin, this runs fine and registers the dll. However, when
another user runs VBA code which relies on TSISOON, it fails, indicating
the object is not registered.

Apparently, regsvr32.exe only registers the ActiveX object for the
currently logged-in user? I tried re-registering under another admin acct,
this works, but again other users are unable to access it. This problem
seems specific to WinXP Pro as I have not noticed in on our Win2k
machines.

We thought of having each user register TSISOON, but this fails apparently
due to non-admin users attempting to write to the registry and/or System32
folder, and, at any rate, we cannot make everyone an adminstrator.

Regsvr32.exe documentation does not mention user-specific registration. I
know WinXP has more extensive enforcement of user-specific privileges and
software access. We need to find a way to register this DLL (or others)
once for all users.

Any suggestions?

Chris

Nov 12 '05 #2
It is actually the design of ComAddIns in office that they write information
to both HKLM and HKCU. In the ast I have helped people by getting the HKCU
bits registered separately via a .REG file to work around thuis problem.
--
MichKa [MS]

This posting is provided "AS IS" with
no warranties, and confers no rights.

"HSalim" <On******************@msn.com> wrote in message
news:7_*******************@nwrddc02.gnilink.net...
I was going to suggest that you login as admin till I read that you already tried that.

Well, although it is not the best idea, you could add each user to the
administrators group for a short while - they register, then remove them
from the admins group.
You could check in the Scripting newsgroups if someone help you create
script to modify the registry
- you may still have to login as admin for that though

HS

"C Martin" <cf********@unc.edu> wrote in message
news:Pine.WNT.4.56.0309241231150.1928@cmartinlt...
For some time, I have been using TSISOON90.dll, a free Access COM Add-in
from Trigeminal Software which closes one db and opens another, plus other useful tasks.

We recently installed some new WinXP Pro machines. We have VBA code in an Access form to run regsvr32.exe to register TSISOON90.dll. When I am
logged on as admin, this runs fine and registers the dll. However, when
another user runs VBA code which relies on TSISOON, it fails, indicating
the object is not registered.

Apparently, regsvr32.exe only registers the ActiveX object for the
currently logged-in user? I tried re-registering under another admin acct, this works, but again other users are unable to access it. This problem
seems specific to WinXP Pro as I have not noticed in on our Win2k
machines.

We thought of having each user register TSISOON, but this fails apparently due to non-admin users attempting to write to the registry and/or System32 folder, and, at any rate, we cannot make everyone an adminstrator.

Regsvr32.exe documentation does not mention user-specific registration. I know WinXP has more extensive enforcement of user-specific privileges and software access. We need to find a way to register this DLL (or others)
once for all users.

Any suggestions?

Chris


Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Andy | last post by:
Hi, I've got some code which uses various "On Error" statements to try to trap some errors in VB6. When I try it on one machine (WinXP SP1) it works fine, but on another machine (WinXP SP2) it...
0
by: Willem | last post by:
In my databases I always put a form that on Form_Open calls tsiSOON to 1. Compact the Current db (db1) 2. Switch to db2 3. Starts a procedure in db2 (db2.Proc) db2.Proc then executes: Copy...
2
by: Sahil Malik | last post by:
Fairly simple question !!! The title says it all. But here is a further description - I have a software that expects a COM DLL. Due to certain requirements we have to create a .NET assembly...
1
by: Zhou Yi | last post by:
Greetings! I have a COM program developed in VC6. Now I converted it to VS.NET 2003, but the custom build step failed when trying to build it. Here is the command line in the custom build step:...
2
by: Genady Beryozkin | last post by:
I have a COM dll that defines a COM object. I used to register it either during link or using regsvr32. Now I have compiled one of the C++ files in the DLL with /clr so now I have a mixed DLL....
0
by: kkos | last post by:
I noticed the following issue posted as a double-hop issue in many discussion boards but found no answers that explain how to pass the second hop with windows auth from IIS ASPX page to remote SQL...
11
by: =?Utf-8?B?Um9iS2lubmV5MQ==?= | last post by:
Hello, We are testing and tweaking some of our software to run on Vista, but it turns out that we are having problems with one of our programs. Here is our code: // attempt an experiment to...
9
by: =?Utf-8?B?SG93YXJkIFNtaXRo?= | last post by:
I am using VC++ 6.0 (with SP5 installed). When using WinXP this is with SP2 installed. I am developing an instrumentation system comprising a set of networked PCs connected using TCP/IP TCP links....
4
nikpreek
by: nikpreek | last post by:
Hi All, Another strange and one-off problem. I have an class library (written c#) having code for loading DTS pkg (saved on HDD as structured file) (from SQL 2000) and then executing it with a...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.