>>> Does anyone know of a workaround for this? Could the Plucker Desktop be >>> taught to wake up the install directory? > > And in the card days it is: > Install6666=1 (Just looks in normal install directory) > Install6666=5 (Look in the card install directory as well as the normal directory. Why > they picked 5 I don't know. The 5 is the same for both card install alone and card+normal > install)
So, for those of you as slow as I am (I just spent the last half hour trying to work out what Robert meant by that (which doesn't mean that I don't think Robert & the rest of the developers are champions, just that his explanation there was a bit too brief for me to trudge through at my usual leisurely mental pace :-)) If I want to have Plucker Desktop automatically install plucked docs to my card at the next hotsync (Windows) I can: 1) Discover my HotSync magic number by checking the registry key [HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop\HotSync Manager] and looking for a value like Install66666. 2) Make a registry stub like: -- Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop\HotSync Manager] "Install<your magic number here>"=dword:00000005 -- 3) Make a batch file like: -- regedit /s "<Path to your registry stub>\<your registry stub name>.reg" -- (the /s makes it run silent, so you don't get that annoying "Are you sure" dialog) 4) In the "Execute a command after spidering this channel" on the spidering tab of Plucker Desktop call your batch file ... and, hey presto - install to card automatically. M@ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert O'Connor Sent: Friday, 13 September 2002 12:44 To: [EMAIL PROTECTED] Subject: RE: Plucker Desktop: Feature request: Install pdb to card _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

