Re: auto-extracting for dll
djake@xxxxxxxxx wrote:
>
> someone know how to get an auto-extracting file (.exe) that when
> launched install a dll and register it into to the system?
The arj compressor has just that sort of facility.
arjsoftware.com, I believe.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
.
Relevant Pages
- Re: Accessing a DLL without registering it
... Why don't you just have your .EXE file register the as needed. ... I've written a custom DLL that I'm using within several new EXE's. ... to a DLL in an EXE that will first try to find the necessary DLL in the ... (microsoft.public.vb.general.discussion) - Re: DLL Vs. EXE?
... If it's an ActiveX EXE you still need to register, ... regsvr32 as you would with a dll. ... code with Shell and you would need to know it's path or ask user to find it ... (microsoft.public.excel.programming) - Re: Using same interfaces for in-proc vs. out-proc
... for the COM part is in the same project as the rest of the EXE code. ... DLL ... you no longer bind a TLB as a resource, you can't register it this way. ... Dim myapp As COMServerALib.ApplicationX ... (microsoft.public.vc.atl) - Re: .NET Distribution Issues
... Why do you need register DLL, ... develop .NET DLL and EXE? ... > Are there certain steps to place .NET DLL's and EXE's on another Windows ... (microsoft.public.dotnet.general) - Re: Regarding the exe registration in XP machine builded in VS 2005
... have put the builded dlls and exe in windows 2000 pc and windows xp ... I am able to register the exe in 2000 pc without any problem ... redistribution mechanism depends on the DLL. ... (microsoft.public.dotnet.languages.vc) |
|