<div class="gmail_quote">On Tue, Sep 28, 2010 at 11:02 AM, Jake Anderson <span dir="ltr">&lt;<a href="mailto:yahoo@vapourforge.com">yahoo@vapourforge.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">



  

<div text="#000000" bgcolor="#ffffff"><div><div></div><div class="h5">
On 28/09/10 15:17, Banibrata Dutta wrote:
<blockquote type="cite"><br>
  <br>
  <div class="gmail_quote">On Tue, Sep 28, 2010 at 10:35 AM, Banibrata
Dutta <span dir="ltr">&lt;<a href="mailto:banibrata.dutta@gmail.com" target="_blank">banibrata.dutta@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div class="gmail_quote">
    <div>On Tue, Sep 28, 2010 at 10:31 AM, Jake Anderson <span dir="ltr">&lt;<a href="mailto:yahoo@vapourforge.com" target="_blank">yahoo@vapourforge.com</a>&gt;</span>
wrote:<br>
    </div>
    <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
      <div text="#000000" bgcolor="#ffffff">
      <div>
      <div>
      <div>On 28/09/10 14:58, Banibrata Dutta wrote:
      </div>
      </div>
      </div>
      <div>
      <blockquote type="cite">
        <div>
        <div>In attempting to install PythonCE (latest, downloaded from
sourceforge), using the PythonCE.WM.cab file, on a Windows CE 6.0
mini-laptop (7&quot; screen w/ 800x480 res, ARM VT-8500 300MHz CPU, and
256MB DDR, 2GB Flash SSD), I get the following message popup...<br>
        <br>
        <b>Setup Failed:</b> The application cannot run on this device
type.
Please install the application specific to this device type.<br clear="all">
        <br>
Could someone kindly explain the reason why the Setup Failed. In the
past I&#39;ve installed several application which are originally WM apps,
successfully on this WinCE6.0 device, without any issues.<br>
        <br>
What could I do, to have PythonCE installed on this machine ?<br>
        </div>
        </div>
        <br>
      </blockquote>
      </div>
      <div>sounds like its not liking whatever CPU is set in
the cab<br>
      </div>
      </div>
    </blockquote>
    </div>
    <br>
Thanks for the reply, Jake. AFAIK, the CPU for which the
PythonCE.WM.cab is built, is ARM (family). Of course, ARM family is
quite wide, and slight differences do exist in instruction set, this is
almost the first time, I ran into this could of trouble. :-)<br>
    <br>
Would building PythonCE (cross compiling) specifically my machine help
? <br clear="all">
    <br>
  </blockquote>
  </div>
  <div>
  <div>
  <div><br>
Wondering if this is the culprint... this is what I find in the
_setup.xml inside the .cab file!! Which effectively means that that cab
would not install when OSVersion = 6.00 !!!<br>
  <br>
  <div>
  <div style="margin-left: 1em;"><span> </span>
  <span>&lt;</span><span>parm</span> <span>name</span><span>=&quot;</span><b>ProcessorType</b><span>&quot;</span><span> value</span><span>=&quot;</span><b>2577</b><span>&quot;</span><span> /&gt;</span> </div>
  </div>
  <div>
  <div style="margin-left: 1em;"><span> </span>
  <span>&lt;</span><span>parm</span> <span>name</span><span>=&quot;</span><b>OSVersionMin</b><span>&quot;</span><span> value</span><span>=&quot;</span><b>4.0</b><span>&quot;</span><span> /&gt;</span> </div>
  </div>
  <div>
  <div style="margin-left: 1em;"><span> </span>
  <span>&lt;</span><span>parm</span> <span>name</span><span>=&quot;</span><b>OSVersionMax</b><span>&quot;</span><span> value</span><span>=&quot;</span><b>5.99</b><span>&quot;</span><span> /&gt;</span> </div>
  </div>
  <div>
  <div style="margin-left: 1em;"><span> </span>
  <span>&lt;</span><span>parm</span> <span>name</span><span>=&quot;</span><b>BuildNumberMin</b><span>&quot;</span><span> value</span><span>=&quot;</span><b>0</b><span>&quot;</span><span> /&gt;</span> </div>
  </div>
  <div>
  <div style="margin-left: 1em;"><span> </span>
  <span>&lt;</span><span>parm</span> <span>name</span><span>=&quot;</span><b>BuildNumberMax</b><span>&quot;</span><span> value</span><span>=&quot;</span><b>-536870912</b><span>&quot;</span><span> /&gt;</span> </div>
  </div>
  <div>
  <div style="margin-left: 1em;"><span> </span></div>
  </div>
  <div>
  <div style="margin-left: 1em;"><span><br>
  </span> </div>
  </div>
  </div>
  </div>
  </div>
Don&#39;t know enough of Windows development to say for sure.<br>
-- <br>
regards,<br>
</blockquote></div></div>
thats what I would wager is the issue<br>
<br>
</div>

</blockquote></div><br>sure. got any ideas on how i could edit the .cab file contents ? i tried the approach of using WinZIP / WinRAR on PC to extract and re-make the CAB file as a PKzip file, after editing the .XML, but that approach didn&#39;t work. on trying to use some other CAB-editing tools s.a. i6comp* -- they can&#39;t even open the .CAB file, citing some reason as .hdr file not being found in the .cab !!<br>