PDA

View Full Version : Instalation CAB delete


tunekas
05-09-2007, 09:35 PM
When i install a cab file he is auto deleted... where in reg can i change this?

Thank's!

xplode
05-09-2007, 10:28 PM
you have to set attributes to the cabs to read only and they will not be deletetd

Trafalgar
05-09-2007, 10:29 PM
I have always installed all my CABs off an SD Card. They remain on the card and are available to reinstall should/when I need to.

kerio
05-09-2007, 10:38 PM
Try to use reg. settings from the wiki
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other (ake WM5 keep CAB files around after installing (1))
and let us know if its working for you

tunekas
06-09-2007, 12:49 AM
Try to use reg. settings from the wiki
http://wiki.xda-developers.com/index.php?pagename=WM5_Tweaks_Other (ake WM5 keep CAB files around after installing (1))
and let us know if its working for you

Thank's! :)

It Work!


------------This did not work for me (i think)-------------------------------
---------I had value 2 and i changed to 0-----------------------------

Make WM5 keep CAB files around after installing (1)


If you wish to keep the original .CAB file around after installing the application, set:


HKLM\Software\apps\Microsoft Application Installer\nDynamicDelete = 0 (DWORD decimal)


Or to restore to the default:


HKLM\Software\apps\Microsoft Application Installer\nDynamicDelete = 2 (DWORD decimal)

-----------------This Work for me ---------------------------------
Make WM5 keep CAB files around after installing (2)


An alternative method of making WM5 keep the original .CAB file around after installing the application is by adding the "/nodelete" option to the Windows CE loader:


HKCR\cabfile\Shell\open\command = 'wceload.exe "%1" /nodelete' (REG_SZ string, no quotes)