Laurens wrote: >Is there a command to uninstall a specific conduit?
CmRemoveConduitByCreatorID(id) will do it for you. >Good point. jpluckc.exe looks in the registry for Java home and uses the >default runtime specified there, in the name of ease-of-use. I could let it >search in the subdirectory "jre" first so that you can copy the 1.4 JRE >there, or allow you to specify the full command-line in the conduit dialog. >I.e. "c:\path\to\jdk1.4.1\bin\javaw.exe -jar c: \path\to\jpluck\jpluckc.jar". I've got 4 Java homes in the registry right now. Do you look at the currentversion key in java first and then pick up the right subkey? I'd rather not copy the jre there. Perhaps just using the currentversion key or the command line option in the dialog. >The trouble is that the conduit is really JPluck-specific. I have no real >interest in providing Word doc conversion or the like. That said, you can >get the conduit source (which I'll bundle properly with the next release) so >you can make your own build. What I find annoying is that you cannot have >multiple conduits with the same CreatorID installed. I was thinking I'd add the word doc conversion in the JPluck source, not the conduit. I'm guessing that you have some function which checks the content type and does processing based on what type it is. I'm guessing that since the source is available, I could always create a patch to apply and then re-jar everything. Everything is working per spec for me, nice job. Thanks Bill _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

