Tom's Hardware > Forum > Smartphones & PDAs > Windows Mobile > How to use Cab files
Word :    Username :           
 

Archived from groups: microsoft.public.pocketpc (More info?)

 

I have tried to run the CAB file from my Dell X5, but I keep getting
the message that it is not a valid windows CE setup file.

How do I correct this problem? Must I run it from a specific location?
Must I buy other software?

Thanks

Sponsored Links
Register or log in to remove.

Archived from groups: microsoft.public.pocketpc (More info?)

 

Jeff - to where are you trying to run the CAB file from?
Is it in My Documents?

xfiler


>-----Original Message-----
>I have tried to run the CAB file from my Dell X5, but I
keep getting
>the message that it is not a valid windows CE setup file.
>
>How do I correct this problem? Must I run it from a
specific location?
>Must I buy other software?
>
>Thanks
>
>.
>

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc (More info?)

 

No, I'm trying to run it from the Windows folder where I expect that
wceload.exe should be.

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc (More info?)

 

I have unzipped the CAB file on the PC and it contains an XML file to
be executed on the device.

How do I run/execute this XML file? It just wants to open up in
Internet Explorer as a file so it won't run.

Jeff

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc (More info?)

 

I would try moving it from from there to My Documents -
does the file end in .cab or .exe - if this is .exe, have
you tried running it from the PC?

xfiler


>-----Original Message-----
>No, I'm trying to run it from the Windows folder where I
expect that
>wceload.exe should be.
>
>.
>

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc (More info?)

 

Haven't had to deal with XML files - not sure on that,
I'm not sure, but could you need Microsoft SQLCE,
and .NET compact framework to make this run? Calling
others out there to help on this!

xfiler


>-----Original Message-----
>I have unzipped the CAB file on the PC and it contains
an XML file to
>be executed on the device.
>
>How do I run/execute this XML file? It just wants to
open up in
>Internet Explorer as a file so it won't run.
>
>Jeff
>
>.
>

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.pocketpc (More info?)

 

You are trying to install a smartphone cab on a PPC (ppc cabs usually have
an inf file as opposed to an xml file for smartphone ones).

Adrian
"PMO" <jeff.potts@cibc.com> wrote in message
news:1113322543.947413.104490@o13g2000cwo.googlegroups.com...
> I have unzipped the CAB file on the PC and it contains an XML file to
> be executed on the device.
>
> How do I run/execute this XML file? It just wants to open up in
> Internet Explorer as a file so it won't run.
>
> Jeff
>

Reply to adrian

Archived from groups: microsoft.public.pocketpc (More info?)

 

Thanks Adrian - that was driving me crazy!

xfiler


>-----Original Message-----
>You are trying to install a smartphone cab on a PPC (ppc
cabs usually have
>an inf file as opposed to an xml file for smartphone
ones).
>
>Adrian
>"PMO" <jeff.potts@cibc.com> wrote in message
>news:1113322543.947413.104490@o13g2000cwo.googlegroups.co
m...
>> I have unzipped the CAB file on the PC and it contains
an XML file to
>> be executed on the device.
>>
>> How do I run/execute this XML file? It just wants to
open up in
>> Internet Explorer as a file so it won't run.
>>
>> Jeff
>>
>
>
>.
>

Reply to Anonymous

Archived from groups: microsoft.public.pocketpc (More info?)

 

Adrian you hit it on the head I think. Is there anyway of duplicating
the registry changes to point the sync email folder to your sd card?

I am new to a lot of this stuff and recognize enough to get a feel for
what is taking place, but not enough to act on it without some help

This is the code in the XML file;
- <wap-provisioningdoc>
- <characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="AppName" value="HKSoft SD Card Mailbox" />
<parm name="InstallDir" value="%CE1%" translation="install" />
<parm name="NumDirs" value="2" />
<parm name="NumFiles" value="0" />
<parm name="NumRegKeys" value="1" />
<parm name="NumRegVals" value="2" />
<parm name="NumShortcuts" value="0" />
</characteristic>
- <characteristic type="FileOperation">
- <characteristic type="%InstallDir%" translation="install">
<characteristic type="MakeDir" />
</characteristic>
- <characteristic type="%CE17%" translation="install">
<characteristic type="MakeDir" />
</characteristic>
</characteristic>
- <characteristic type="Registry">
- <characteristic type="HKCU\Software\Microsoft\MAPI">
<parm name="AttachPath" value="Card\\Mail\\Attachments"
datatype="string" />
<parm name="PropertyPath" value="card\\mail" datatype="string" />
</characteristic>
</characteristic>
</wap-provisioningdoc>

Reply to Anonymous
- 0 +

Archived from groups: microsoft.public.pocketpc (More info?)

 

It appears to add/modify two registry entries under
HKCU\Software\Microsoft\MAPI
AttachPath="Card\Mail\Attachments"
PropertyPath="Card\Mail"
You can do it yourself with a registry editor. You may have to change Card
to an actual card name and make sure that the Mail\Attachments folder exists
on your card (soft-reset the device after changing the registry). That being
said, I don't know if it works, you may loose your e-mails.

Adrian
"PMO" <jeff.potts@cibc.com> wrote in message
news:1113327554.492282.12530@g14g2000cwa.googlegroups.com...
> Adrian you hit it on the head I think. Is there anyway of duplicating
> the registry changes to point the sync email folder to your sd card?
>
> I am new to a lot of this stuff and recognize enough to get a feel for
> what is taking place, but not enough to act on it without some help
>
> This is the code in the XML file;
> - <wap-provisioningdoc>
> - <characteristic type="Install">
> <parm name="InstallPhase" value="install" />
> <parm name="AppName" value="HKSoft SD Card Mailbox" />
> <parm name="InstallDir" value="%CE1%" translation="install" />
> <parm name="NumDirs" value="2" />
> <parm name="NumFiles" value="0" />
> <parm name="NumRegKeys" value="1" />
> <parm name="NumRegVals" value="2" />
> <parm name="NumShortcuts" value="0" />
> </characteristic>
> - <characteristic type="FileOperation">
> - <characteristic type="%InstallDir%" translation="install">
> <characteristic type="MakeDir" />
> </characteristic>
> - <characteristic type="%CE17%" translation="install">
> <characteristic type="MakeDir" />
> </characteristic>
> </characteristic>
> - <characteristic type="Registry">
> - <characteristic type="HKCU\Software\Microsoft\MAPI">
> <parm name="AttachPath" value="Card\\Mail\\Attachments"
> datatype="string" />
> <parm name="PropertyPath" value="card\\mail" datatype="string" />
> </characteristic>
> </characteristic>
> </wap-provisioningdoc>
>

Reply to adrian
Tom's Hardware > Forum > Smartphones & PDAs > Windows Mobile > How to use Cab files
Go to:

There are 483 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
They won a badge
Join us in greeting them