delivering an application

Search This thread

xgadkob

Member
Apr 10, 2003
22
1
Hi,

I want to deliver application on SD/MMC-Cards.

I have build a well-working cab-file with cabwiz.

The problem is, that the cab-file is deleted after executing.

Question:
Knows anyone how to achieve, that the cab-file is N O T deleted?

Question:
How can I execute the cab-file from a simple setup-program (which then saves the cab-file)?

Franz
 
  • Like
Reactions: whosaysjohn

xgadkob

Member
Apr 10, 2003
22
1
Sounds very nice,

but my MDA-Pocket PC has only a SoftInputPanel.

I can't find the ALT-Key and don't know how to get a property-panel.

Perhaps you can help?
 

pocketupdate

Member
Mar 31, 2003
9
0
If you use another file explorer like resco explorer, you can get to the properties by holding down the stylus on the file then choosing properties.
 

Noonski

Inactive Recognized Developer / Moderator Emeritus
Apr 18, 2005
5,326
150
Amsterdam
noonski.nl
Wow this is an old and unanswered thread.

The registry entry
HKCR\cabfile\Shell\open\command = 'wceload.exe "%1" /nodelete

On the device controls what is the default command to execute a .cab file so the above will leave it be.

Or you could try to add
HKLM\Software\apps\Microsoft Application Installer\nDynamicDelete = 0 (DWORD decimal)
To the cab and hope that this registry entry gets picked up immediately after installation.

Setting read only is the best user friendly way though, as you don't change default behaviour in the device.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Hi,

    I want to deliver application on SD/MMC-Cards.

    I have build a well-working cab-file with cabwiz.

    The problem is, that the cab-file is deleted after executing.

    Question:
    Knows anyone how to achieve, that the cab-file is N O T deleted?

    Question:
    How can I execute the cab-file from a simple setup-program (which then saves the cab-file)?

    Franz