ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Using ActiveX controls and DLLs directly from memory buffer (C#)

(1/1)

Abrolen:
Hi!
Is it possible to use ActiveX controls and dynamic libraries without installing an application, by simply running EXE file? It’s means there is no temporary files, all ActiveX controls and DLLs are used from memory buffer.

thx

MilesAhead:
You could try searching on the AutoIt3 Forum

Seems to me I remember something about .NET without having to do DllRegisterServer but I don't recall the details or which post.  Use the search engine there.

Abrolen:
Thanks anyway. But I've already found solution: BoxedApp Packer.
http://boxedapp.com/
 :Thmbsup:

PPLandry:
Best way I've found is using a manifest file

Many references but you can try this one: http://msdn.microsoft.com/en-us/library/zzbcs3x5(VS.80).aspx

My app works (portable mode) on the most secure and locked down PC (and I use a large number of ActiveX and DLLs)

Navigation

[0] Message Index

Go to full version