Installshield 2009 Premier Basic MSI:
When I uninstall there is a Message Box saying that explorer has to be closed:
[Title] My-Product-Name
[List] Explorer
[radio button 1, Selected by default] Automatically close applications and attempt to restart them after setup is complete
[radio button 2] Do not close applications. (A Reboot will...
Hi All.
I've been stuck on this one for a while. I'll try explain in the simplest terms and at the best of my knowledge. I will honour any help.
I've got a C# project which uses a VB6 compiled ActiveX DLL that I'm constantly updating.
I compile the setup project, send it to the client and they run the setup. When building the updated s...
Hi,
I'm having a weird problem when trying to register the .dll i created using regsvr32.
During development everything went fine, the debug version registers and works fine. Now i wanted to create a Release version, but that Version does not register anymore.
regsvr32 comes up with the following error:
The module "mpegsplitter.dll" ...
Why would you use DLLSelfRegister in a VB deployment package?
I am trying to sort out possible conflict problems with a calendar control: msacal70.ocx. Apparently there is a conflict with newer Office calendar controls. This might be the cause of Automation Error showing after the package is deployed to some machines.
I noticed the s...
I am trying to deploy a .NET COM interop dll for a web application. During development, for the assembly that needs to register for COM interop, I have the "Register for COM interop" option checked under build properties. In this method, everything works just fine.
However, when I deploy the ASP.NET application and try to register the a...
I am writing an ActiveX control to run in Internet Explorer. I am using C# and the System.Runtime.InteropServices namespace.
When I register the control manually on my development machine using regasm, the control works and I can invoke methods on it using Javascript's new ActiveXObject(..) functionality.
However, for production I wan...
Hello,
Is it possible in .NET to get a list of all registered dll in Windows OS. Can anyone provide me with C# code.
Thanks.
...
Hello All,
Is there a way of dynamically running a DLL at a remote Windows box?
Say a user wants to send a his own DLL file to a remote server and run a function in that DLL at the remote site. The user may be able to provide function entry points as well as required parameters, but no more. (e.g. no header file)
I am thinking of se...
Hi.I add a component to my project and now in ..\bin\Debug folder this file
is added:Interop.t1.dll.
i want to make setup file for
my project ,because of Interop file that is created in ..\bin\Debug
,i don't need be worry about registering the component(t1),
is it true?if i should do more task for making setup ,please
guide me.thanks a...
Hello,
I'm trying to run this tool in order to convert a Visual C++ project to makefile.
The project I'm trying to convert project is written in VS2008, so I'm using a reference to Microsoft.VisualStudio.VCProjectEngine.dll from version 9.
It fails in this line:
VCProjectEngine vcprojEngine = new VCProjectEngineObject();
With the fo...