"Philipp" == Philipp Reif <[EMAIL PROTECTED]> writes: Philipp> As I pointed out in the other mail, maybe we could adapt this Philipp> technology and code fragments for a little stub to install Philipp> the conduit and maybe gui integration. But I'd also stick
For the Conduit installer if have allready created this stub (Install.dll). The installer simple call DllRegisterServer (Like RegSvr32) on this and the unstaller call DllUnregisterServer (Like RegSvr -u) so the install/uninstall are easy (The Install.dll do all the work). The Schortcots created here call the RunDll32 interface do do the Conduit install/uninstall and an GUI could do the same, so no Problems here. cu, Dirk -- Permanent URLs to the latest Version (1.1.13) of the Plucker Windows installer - For the Webpage: http://www.dirk-heiser.de/plucker - Direct Download: http://www.dirk-heiser.de/plucker/plucker.exe [2.08MB]
