Application Distribution

Saj

Active Member
Licensed User
When creating CAB/Setup files for distributing an application, how do you go about associating an icon wich will be shown under Programs on the device?
 

Saj

Active Member
Licensed User
Is it possible in a CAB file to state different diectories where files should be placed in on the device, rather than all files going to a single directory?
 

Saj

Active Member
Licensed User
Sorry for sounding silly, but I can't find Files - Choose Icon when running SetupBuilder.exe nor any options for creating a folder structure for CABs. Should I be running SetupBuilder.exe or some other prog?
 

Saj

Active Member
Licensed User
I'm gonna embarass me self and ask again :eek:

On the device, how do I specify the exe/dlls to be placed in main memory and large files such as JPGs/databases to be placed in memory card?
 

mjcoon

Well-Known Member
Licensed User
On the device, how do I specify the exe/dlls to be placed in main memory and large files such as JPGs/databases to be placed in memory card?

I presume that the exe & DLLs are delivered in the CAB file in which case the user gets asked where to put them.

If those JPGs etc are also in the CAB file then I don't think they can be located separately. But surely you could put them in a separate CAB file and guide the user what to do with them. And/or make the program search for the data.

HTH, Mike.
 

Saj

Active Member
Licensed User
Yes, I was trying to do too much in a single CAB.

I noticed on a Windows Mobile 5 device it doesn't ask where to install the CAB file, it by default installs it in the main memory (which WM5 devices are lacking on). This then forces a hard reset in order to clear the incomplete installation. Any way around this other than to manually copy the files to the storage disk?

Also what is the difference between an ARM and ARMV4 CAB file? Which one should be distributed?
 

mjcoon

Well-Known Member
Licensed User
I noticed on a Windows Mobile 5 device it doesn't ask where to install the CAB file.../QUOTE]

On my WM5 device I always get asked, and have installed most apps (mine and others) on SD.

Mike.
 

Saj

Active Member
Licensed User
....But surely you could put them in a separate CAB file and guide the user what to do with them. And/or make the program search for the data.

OpenDialog1 doesn't seem to list any folders/files on the Storage Disk, only those in main memory. Any way around this?
 

Saj

Active Member
Licensed User
The FileDialogChanger defaults to /My Documents and there doesn't seem to be a way of navigating back up to the device in order to see the SD card?
 

Saj

Active Member
Licensed User
On Windows Mobile 6.1 (hTC Touch HD): no up button at the bottom, just a horizonal scroll bar and keybpard icon for SIP:confused:

On Windows Mobile 5.0 (m500): I do get 'up indication'
 

Saj

Active Member
Licensed User
Just thought of a way of possibly locating the folder on a storage card so the user doesn't have to select using explorer.

Cycle through all the folders in the storage card searching for a unique file which would point to the program that the correct folder has been located.

Question is how to cyle through all folders in the storage disk?
 

taximania

Well-Known Member
Licensed User
Longtime User

Saj

Active Member
Licensed User
Is it possible to get a CAB file to place the 2 files (filedlgchg.cpl, gsgetfile.dll) into the device's Windows folder by default so that the they can be distributed along with the app?
 
Top