I have a problem with palmsource installer... it seems
when one of the files included in a installer package
is gets close to 7 MB it doesn't get installed on my
Tungsten E2. But of course I don't get any error
message... it just doesnt get installed :P

Does anyone know what the problem could be? Is there a
limit on the sizes of files that can be included in a
palmsource installer package?

My psml file looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<PalmOSInstaller
  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  
xsi:noNamespaceSchemaLocation="http://installer.palmsource.com/psi.xsd";>
  <Options CreateEXE="true" CreateOTA="true" />
  <Product ID="SafeMedFass"
           DisplayVersion="1.0"
           Version="1.0.0.0"
          
DownloadURL="http://yourURLhere.com/SafeMedFass.psi";>
    <Output Filename="PSIFiles/SafeMedFass.psi" />
    <Require MinimumOS="2.0" />
    <Component Platform="PalmOS">
      <HandheldFile Filename="C:/To sync/Programming -
Palm/Palm OS Developer
Suite/workspace/MyTableTest3/Debug/MyTableTest3.prc"
InstallToCard="No" AllowRun="true" />
      <HandheldFile Filename="C:/To sync/Programming -
Palm/XML.pdb" InstallToCard="OK" AllowRun="false" />
      <HandheldFile Filename="C:/To sync/Programming -
Palm/Nam.pdb" InstallToCard="OK" AllowRun="false" />
    </Component>
  </Product>
</PalmOSInstaller>


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

Reply via email to