Guest duke_stix Posted November 18, 2006 Report Posted November 18, 2006 Hey all Im wondering if theres anyway i can tell WM5 NOT to delete the cab file after installing one? is this at all possible? thanx
Guest chucky.egg Posted November 18, 2006 Report Posted November 18, 2006 The easiest way is to mark the files as read only, but there is also a "-nodelete" switch that you can add to the .cab file association in the registry
Guest scottb Posted November 19, 2006 Report Posted November 19, 2006 By default (at least on my device) the cab file does not get deleted. If your does, you can always make a copy of it and run the copy.
Guest shabazz18 Posted November 21, 2006 Report Posted November 21, 2006 My CABs are never deleted unless i delete them. Is this not nnormal?
Guest cattr70 Posted November 29, 2006 Report Posted November 29, 2006 My device deletes the cab files also after installation. One way is to make a copy before or get the software called SmartTweak and it has an option to do some registry tweak to not delete the file... :) I hope it helps...
Guest awarner (MVP) Posted November 30, 2006 Report Posted November 30, 2006 Normally as standard a cab file will self delete, this is designed to save space as once the application etc is installed there is no need to keep the file on the device. Now we all know we prefer to keep the file as it's easier to reinstall from the device after a hard reset than it is to have the hassle of resyncing etc. I use the read o trick on the few items I always keep and reinstall on the phone.
Guest carlvin Posted December 16, 2006 Report Posted December 16, 2006 Hey all Im wondering if theres anyway i can tell WM5 NOT to delete the cab file after installing one? is this at all possible? thanx Change [HKEY_CLASSES_ROOT\cabfile\Shell\Open\Command] @="wceload.exe \"%1\"" To [HKEY_CLASSES_ROOT\cabfile\Shell\Open\Command] @="wceload.exe \"%1\" /nodelete" Just add "/nodelete". Does it help?
Guest looeee Posted December 24, 2006 Report Posted December 24, 2006 that's great, thanks. what secret documentation did you get that from?
Guest gpcarreon (MVP) Posted December 24, 2006 Report Posted December 24, 2006 Change [HKEY_CLASSES_ROOT\cabfile\Shell\Open\Command] @="wceload.exe \"%1\"" To [HKEY_CLASSES_ROOT\cabfile\Shell\Open\Command] @="wceload.exe \"%1\" /nodelete" Just add "/nodelete". Does it help? True. :) MSDN
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now