...i have a problem with regisitering a VB exe COM server
with pInstaller (using latest version from web site) ...my script is like:

<?xml version="1.0" encoding="UTF-8"?>
<pInstaller ...>

...do normal prc and COM conduit install, taken from sample files

<!-- not using a COM DLL so comment out next line -->
<!--  <registerDll>true</registerDll> -->
   <installationFile>
          <!-- Register COM Conduit ActiveX Server -->
          <fileName>MyVBConduit.EXE</fileName>
          <parameters>/regserver</parameters>
          <destination>$HOTSYNCDIR</destination>
          <fileGroup>0</fileGroup>
          <executeAfterInstallation>true</executeAfterInstallation>
   </installationFile>
<!-- now we close up the pInstaller element-->
</pInstaller>

...a tester is complaining that the conduit doesn't function until the
computer is rebooted (both XP and '98)...seems like its not
registered properly until a reboot ? ...any ideas ?

....thanks



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to