Re: auto-extracting for dll
djake@xxxxxxxxx wrote in
news:1114731533.861122.197940@o13g2000cwo.googlegroups.com:
> someone know how to get an auto-extracting file (.exe) that when
> launched install a dll and register it into to the system?
>
>
That's what applications such as InstallShield are for but they cost. You
may be able to find something free at www.snapfile.com but it looks like
the site is being reconstructed.
Duane :)
.
Relevant Pages
- Re: auto-extracting for dll
... > someone know how to get an auto-extracting file (.exe) that when ... > launched install a dll and register it into to the system? ... (comp.programming) - 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) |
|