No announcements
Found 2151782 threads
-
0 Votes
Automatic dll register while running my msi file
Hi all, I have to register my M_BHO.dll in the client side while installing the msi file, for that i am runing the following commands ...Answered | 2 Replies | 5641 Views | Created by thamaraikannan - Thursday, April 10, 2008 6:52 AM | Last reply by Vicky Thakor - Thursday, August 29, 2013 10:35 AM -
0 Votes
.msi created by WS2005 cannot register my dll..
vsdrpCOM does not register the dll during installation. See this backup for more info.Answered | 1 Replies | 4082 Views | Created by igneus - Thursday, November 8, 2007 9:36 AM | Last reply by Patrick Getzmann - Thursday, November 8, 2007 12:35 PM -
0 Votes
Register my DLL
*How to close all the internet explorer automatically before start installing of my MSI file. *How to add unistall.exe file to the target machine ...Answered | 6 Replies | 3891 Views | Created by thamaraikannan - Thursday, April 10, 2008 6:38 AM | Last reply by PhilWilson - Thursday, April 10, 2008 11:42 PM -
0 Votes
register a DLL file
>I put a DLL file, SQORA32.DLL, in the c:/windows/system32 directory >and attempted to register it using the command:Unanswered | 2 Replies | 9344 Views | Created by Paul-NYS - Tuesday, September 7, 2010 3:27 PM | Last reply by Tim Roberts - Thursday, September 9, 2010 6:23 AM -
0 Votes
register dll file
i created dll file using vb.net , but when i ry to register it is failed and get "dllresgisterserver entry point was notAnswered | 3 Replies | 2853 Views | Created by mohamed hamed - Tuesday, September 18, 2007 8:11 AM | Last reply by Mattias Sjögren - Wednesday, September 19, 2007 7:59 AM -
4 Votes
Register Dll file in vista..
sorry im using 3rd party dll file in my project. that y i want to register that dll... Thanks & Regards Prabhu Kanna.G [Remember to click ...Answered | 6 Replies | 3475 Views | Created by Prabhu Kanna - Thursday, August 6, 2009 7:42 AM | Last reply by Prabhu Kanna - Wednesday, August 12, 2009 8:30 AM -
0 Votes
C++ DLL File Register Issue
transport layer(s) are ATLs created in VC++ and they need to be registered in order to work. We are logged on the Vista machine as Administrator and we get the error of DLL was loaded ... -
0 Votes
Register date in my dll
Hi - I'm new to Visual Studio. I'm using 2008. I got a database where people register. They upload images the i verify and accept. How do i get these image to display in a ...Unanswered | 1 Replies | 1098 Views | Created by Gert Mostert - Sunday, March 4, 2012 6:34 PM | Last reply by Mark Liu-lxf - Tuesday, March 6, 2012 5:40 AM -
1 Votes
windows installer custom action to register dll not in MSI
the system will not let you modify the registry. So, if you let the admin execute the register process, then you can execute the bat file to register the ...Answered | 2 Replies | 5628 Views | Created by bruceq - Thursday, April 14, 2011 6:01 PM | Last reply by Mike Dos Zhang - Friday, April 22, 2011 7:42 AM -
0 Votes
register dll
register dll mesage no file exe, and don`t register. But I need use dll on c# program. How I do it ?? I guess, you have ...Answered | 3 Replies | 2111 Views | Created by fercho320 - Thursday, January 5, 2012 3:43 PM | Last reply by Adavesh - Thursday, January 5, 2012 5:27 PM -
0 Votes
register a DLL file without admin privileges
In my mfc application, I am registering mschart.ocx dll. Is it possible to register the dll on the user account which is not ...Answered | 3 Replies | 581 Views | Created by sgrm123 - Tuesday, June 19, 2018 1:17 PM | Last reply by RLWA32 - Tuesday, June 19, 2018 2:26 PM -
0 Votes
Regsvr32 register dll file
Hello why am I getting this error ? what is the problem, any help with you guys. :( btw Im registering this on ...Answered | 2 Replies | 505 Views | Created by imNeil - Tuesday, October 13, 2015 6:45 AM | Last reply by Amy Peng - Tuesday, October 13, 2015 9:45 AM -
0 Votes
Register DLL
Hi, I'm using a custom DLL that was created in C++ and wrapped in a COM object and i want to register it on vista through the code normally before i ...Unanswered | 3 Replies | 4341 Views | Created by ITWorx TA - Sunday, February 11, 2007 1:14 PM | Last reply by Jonathan Abbott - Sunday, February 11, 2007 9:58 PM -
0 Votes
Get DLL from MSI
open .ADF file in notepad and see that xml content. But I really need the DLL from MSI. I tried the same command on Non-BizTalk generated MSI ...Answered | 3 Replies | 2381 Views | Created by Bhava - Thursday, September 5, 2013 10:11 PM | Last reply by Olivia Jones - Saturday, September 7, 2013 1:05 PM -
0 Votes
Register dll
above in CSharp 2010. How can I register MyClassLibraryConsole.dll in a different machine and use dll functions? In my machine I can create an object like ...Answered | 3 Replies | 2042 Views | Created by DevNC - Friday, July 22, 2011 10:00 AM | Last reply by Leo Liu - MSFT - Monday, July 25, 2011 9:52 AM -
0 Votes
Register VC++ Dll in C# Project while Installing
, but be aware that self-registration is not recommended (for more information, see for instance this Stack Overflow ...Answered | 4 Replies | 1011 Views | Created by sureshcse29 - Friday, April 5, 2013 9:32 AM | Last reply by sureshcse29 - Friday, April 5, 2013 11:17 AM -
0 Votes
MSI close after calling dll
I have setup a custom action to call my configuration dll. The custimization works, but I want the msi to close, and allow my assembly to continue ...Answered | 2 Replies | 2451 Views | Created by Victor1978 - Thursday, July 14, 2011 2:53 PM | Last reply by Helen Zhou - Monday, July 18, 2011 9:52 AM -
0 Votes
register a Dll / ocx
I want to register a dll from answer file,... is this posible? if so, how? I manage to register in embedded standard 2009, FBRegDLL, but how ...Answered | 1 Replies | 3869 Views | Created by alarranaga - Friday, May 18, 2012 9:23 AM | Last reply by Sean Liming - Friday, May 18, 2012 8:18 PM -
0 Votes
Register dll
I have read that with .NET componets, you must register them with "regasm" instead "regsvr32", but then... how do I use them in my container application?. With a ...Answered | 10 Replies | 3476 Views | Created by Aquiles1184 - Thursday, April 2, 2009 11:20 AM | Last reply by Aquiles1184 - Monday, April 6, 2009 11:41 AM -
0 Votes
REGISTER DLL
I have a C# app that uses WIA. In my XP machine, I have placed the wiaaut.dll file to my System32 ...Answered | 1 Replies | 8699 Views | Created by sybarite - Thursday, May 8, 2008 9:34 AM | Last reply by PhilWilson - Thursday, May 8, 2008 7:31 PM - Items 1 to 20 of 2151782 Next ›
No announcements