|
|
||||
Re: Tutorial: Making CABs using WinCE Cab Manager
Say saumaun...how do you create New folders using Cab Manager...I want to create about 8 Folders on my start menu without having to do it manually...
__________________
Phone: VZW Touch Pro DEUCE | Radio: VZW 2.35.00WV
ROM: |MightyROM| |Windows Phone| |Sense UI 2.5| |Official (06.20.2010)| ![]() |
This post has been thanked 1 times. |
|
||||
Re: Tutorial: Making CABs using WinCE Cab Manager
Quote:
In WinCE CAB Manager there is an area to specify a Post-XML file (on the same window that you can rename your CAB file) Here is an example of the code you would need to delete the file "initprov.lnk" in the folder "\Windows\startup\" Code:
<characteristic type="FileOperation"> <characteristic type="\Windows\startup\initprov.lnk" translation="install"> <characteristic type="Delete"> <parm name="ForceDelete" /> </characteristic> </characteristic> |
|
||||
Re: Tutorial: Making CABs using WinCE Cab Manager
I guess Im not getting the registry part. Where do I change the path and how do I put it in the correct area?
__________________
Kiss my grits
|
|
||||
Re: Tutorial: Making CABs using WinCE Cab Manager
Quote:
Remember - a KEY is like a folder, it has more registry keys or entries inside of it. Once you get to the proper key directory, you just right click in the white space and select "New..." and whatever type of entry you want. |
This post has been thanked 1 times. |
|
||||
Re: Tutorial: Making CABs using WinCE Cab Manager
My first attempt and for some reason I thought reg files would input the path for me. I got it though. I went ahead and added the whole key cause I wasnt sure if I could add one change of a DWord value without deleting the rest of the key information.
|
|
||||
Re: Tutorial: Making CABs using WinCE Cab Manager
Hi. I've got a question. How to exchange the pics below on a cab, replacing original file in Windows folder?
Last edited by Gandalf67; 07-10-2010 at 03:01 PM. |
![]() |
|
|
|