Is there a way to silently install a CAB file? - Windows Mobile Development and Hacking General

Hi Guys,
I know on Windows (XP) or other OS, we can install some files "silently", without a setup screen, choosing the install folder and things like that.
Is there a way to install CAB file silently on WM5, I got 2 cabs that I want to install, but dont want the user to "see it install''.
Maybe with adding some parameters to wceload.exe?
Regards,
Molski

Hi!
\Windows\wceload.exe my.cab /silent will install my.cab silently.
Remember to wait for wceload to exit before you try to install a second cab. You must also lower the securitylevel of the device or get the files signed for it to work......
Øystein

I generally use /noui switch.

hi guys,
this is my first time here in xda-developers,
please check this link if u r interested in intall the cab file silently
http://www.codeproject.com/useritems/wm2003cab.asp
[Edit by V: please don't use all caps. I've lowercased you]

Related

caller id not showing in merged rom please help.

hi sin i flashed my xda with your merged rom.
everything is ok expect the caller id.
it dosen't show the id is there any cab file for that?
if yes can you please post it here in this message so who ever's xda has this problem can use it.
thanks in advance.
http://forum.xda-developers.com/viewtopic.php?t=15176
as far as i understood the merged rom has an older version in it, but I don't have it on my xdaii.
If it has installed itself on your himalaya, uninstall instructions are in the thread
thanks M4io
but neither winzip nor win rar recognized the file i downloaded on the thread you have posted.
wnen i click on the download it shows.
(download the 1.34 mb file, 'download PHP').
now what i want to know is what is PHP?
and why dosen't the winzip & win rar recognized's this cab file.
thanksin advance.
jaykumarr said:
hi sin i flashed my xda with your merged rom.
everything is ok expect the caller id.
it dosen't show the id is there any cab file for that?
if yes can you please post it here in this message so who ever's xda has this problem can use it.
thanks in advance.
Click to expand...
Click to collapse
Start>Programs>File Explorer>My Device>Extended Rom
Install Caller_ID_W..
PHP is a language which runs on the webserver. so when you click on download.php you actually start a service on the server, which gives you the requested file.
now these CAB-files are pocketpc cab files ad are kind of setup programs for PocketPC , so you have to copy the CAB to your pocketpc and execute it there.
You can execute it by putting it in your extended rom, modify the config.txt and hard reset (I hope you know what hard reset means/implies)
or simply by tapping on it in PPC file explorer. In this case the CAB will disappear after installation. But if you have a previous version of Caller_id installed, you best uninstall it first : by editing the registry as explained in the forementioned thread, deleting as much files from the previous thread as it allows you to, soft reset, and delete the rest of the files.
I sure hope you understand all this, because if you don't know what php is, don't know what PPC CABs are, then I would advice you not to mess around too much with your PPC internals.
M4io
i know what is cab file.
but i wanted to know weather the file is in zip format cus win zip doesn't recognize it and even when i paste it on my ppc it doesn't install it simply says (there is no application associated with ''caller_id_wwe'' run the application first,then open the file from with in)
sounds like something corrupt during download
clear your internet cache and download again, don't unzip/unrar it, just copy the complete CAB file to your PPC
almost everything is installed with cab, so it would be weird that no association exists. Or during the copying to PPC maybe the conversion went wrong.
I'm really guessing now, just keep trying.

Is There a Way to....

Hello All,
Is there a way to strip an installed application from a PPC into an installable .CAB file, if one has lost the installation files/DVD, but still have the application installed on the hand-held.
Thanks in Advance.
Not really.
You can always copy the files out (if you can find them all - some may be in windows folder or places other then the main app folder) but you still would need to know every registry key the app requires.
If you use sktools it tells you all the files installed and registry entries. You could then extract all the files as levenum said and make a cab including the registry entries.
Hi lev
ahh..hhaa !
meschle said:
If you use sktools it tells you all the files installed and registry entries. You could then extract all the files as levenum said and make a cab including the registry entries.
Hi lev
Click to expand...
Click to collapse
My experience with SKTools makes me cringe...my ATRE would not stop rebooting until I remove the SD card(where SK Tool was installed and remove it completely.
What software do I need to make a .cab file ?
I will still make all efforts to attempt this anyways....
Ive had no problem with sktools - i always install to main memory. If you manually make your cab then use cabiwiz - or use a commercial app like wince cab manager. Which program are you trying to put together?
cabiwiz enclosed inc example app and tutorials
Funny thing - I was replying to another thread with similar question stating that there would be a problem finding out all the REG keys.
Then jackleung posted about a tool called "ssnap" that supposedly can take an image of the system.
Comparing an image from before and after installation should show all the changes a cab makes.
Since I am not personally familiar with the tool I can't say any more about it.
As for cab creation - while I use cabwiz my self, it is a command line tool and you need to know ho w to write inf files for it.
For a beginner an app like WinCE cab manager will be more comfortable.
It is a shareware, so it will stop working after a while unless you pay but it is very good.
P.S.
Hi Mark

How to replace my Ext_Rom with another one!!!

Hi Guys
Is there anybody who can guide me if it is possible to replace the Ext_Rom of a WM6 with WM5 or not?!!!
Actually I had a problem with my Ext_Rom...(There's a CLEARVUE...a default program for Reading PDF files which I hate it,but I can't prevent it of being installed while costumization of WM5 ) So I wondered If I can change My Ext_Rom with the one whcih has not Clearvue inside?
If yes,then how???
Thanks
Easy.
Go to the WiKi and search for "unlocking extended ROM of Prophet".
The extended ROM is just a collection of cabs. On the Prophet (at least in WM 5 not sure if they changed it in WM 6) you can open it with a simple registry change and then manually delete or add cabs. (note that cabs must be signed to automatically install after hard reset)
I looked over the backup of my Ext_ROM (from official i-mate ROM) but could not determine which cab installs ClearView just by their names.
You could always try them manually one by one or use CECabManager (google) to see whats inside.
levenum said:
Easy.
Go to the WiKi and search for "unlocking extended ROM of Prophet".
The extended ROM is just a collection of cabs. On the Prophet (at least in WM 5 not sure if they changed it in WM 6) you can open it with a simple registry change and then manually delete or add cabs. (note that cabs must be signed to automatically install after hard reset)
I looked over the backup of my Ext_ROM (from official i-mate ROM) but could not determine which cab installs ClearView just by their names.
You could always try them manually one by one or use CECabManager (google) to see whats inside.
Click to expand...
Click to collapse
Hi Levenum
It's really great to have someone to help you,finally.Thanks a lot,man .Actually I know how to un-hide the Ext_Rom,but the problem is that I can't find the cab that is installing this damn Clearvue program
I'm looking for someone who guide me which Cab is responsible for that(Gives me the name of the cab.file)...or....Any hero who guide me is it possible for me to change my current Ext_Rom with the another one that is not included that damn CLEARVUE???!!!
Thank you again for helping
Heloooooooooooooo
Isn't there anybody who direct me (and many others who have got the similar problem) by just saying how we can get rid of CLEARVUE in the Ext_Rom or at least replacing it with ACROBAR READER?
I already know how to un-hide AND Unlock the extended rom...
I need only the name of the cab file (which installs CLEARVUE),...nothing more...
It's NOT installed in the ExtROM, it's installed in the "base"ROM.
Black-Rose said:
It's NOT installed in the ExtROM, it's installed in the "base"ROM.
Click to expand...
Click to collapse
Hi Black Rose
I don't care where this damn software is,and I'm not gonna debate you over it...You just tell me what s the name of the cab.file...And if you are so sure about the location,so tell me also the place of it(Base or Ext-Rom?? )
Thanks anyway
I think clearvue is pre-installed in the base ROM, so there is no cab file to delete.
For me, I just ignore that clearvue or adobe LE is there. I just went ahead and installed Adobe 2.0 and everytime I tap a pdf file, adobe 2.0 opens.
If that doesn't work for you, you can use resco explorer to assign which default prog to open any file... similar to "open with" in XP or Vista.
Putra said:
I think clearvue is pre-installed in the base ROM, so there is no cab file to delete.
For me, I just ignore that clearvue or adobe LE is there. I just went ahead and installed Adobe 2.0 and everytime I tap a pdf file, adobe 2.0 opens.
If that doesn't work for you, you can use resco explorer to assign which default prog to open any file... similar to "open with" in XP or Vista.
Click to expand...
Click to collapse
Hi Putra
Are you sure it's not in the Ext_Rom?Because after a hard reset,whenever I prevent the Ext_Rom of customizing my device (Stop customization),I don't have the CLEARVUE installed on my mobile.
This is why I think it must be somewhere in Ext_Rom.Even some excerpts told me that I have to replace my Ext-Rom with the one which doesn't have CLEARVUE...But he didn't tell me exactly how I can find such a extended Rom and how I can do the replacement...I also needed to know if the replacement may damage the Original Rom of my device or not?
Thanks for helping me, anyway and I would be more appreciated if you help me a little more in that.
Ok, in that case, then it should be in your extrom. However, I also do not know which is the cab file. One way is to prevent the extrom customization, and then manually install each cab from the extrom....
Why don't you just leave clearvue in your device, and simply install adobe 2.0? I don't think clearvue takes that much space...
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Putra said:
Ok, in that case, then it should be in your extrom. However, I also do not know which is the cab file. One way is to prevent the extrom customization, and then manually install each cab from the extrom....
Why don't you just leave clearvue in your device, and simply install adobe 2.0? I don't think clearvue takes that much space...
Click to expand...
Click to collapse
Hi again Putra
Thanks again for trying to help me solving this slight problem.You are right About the space that CLEARVUE takes,but I don't want to see in the list of my programs...I want to get rid of it thoroghly...So pleeeeeeeeeeeaseee help meeeeeeeee..... And show me the way to completely erase it from my device!!!!!!!!!
Chopin said:
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Click to expand...
Click to collapse
HI Chopin
Thanks a lot for helping me to solve this problem,but wou,d you pease elaborate a little bit more...After all,I'm a newbie!!!!!
Just tell me what's this WINIMAGE and also tell me if I would be able to find the cab file of CLEARVUE within my Ext_Rom to erase it or not?!?!
Thanks again
winimage to use with extension.nb, as anewbie let forget how to use this one. if you need to kow, use search you;ll find a lot about how to use this one.
just look in the folder and remove it, or just edit the file Config.txt and remove the cab you don;t wanna install, it is so easy and don't need any clarification.
tell me what ROM do you use
Chopin said:
you can edit the ext_ rom by editing the folder content in WM6
I recomend to use winimage to edit extrom, it will lock the ext rom
Click to expand...
Click to collapse
OFF TOPIC: Hi Chopin, can you explain how I can edit the contents of the extrom on WM6?
edit the files. delete any cab you want and instert anycab you want in the folder, but if you add a cab file then edit the file config.txt and and enter the cab file in it
Chopin said:
edit the files. delete any cab you want and instert anycab you want in the folder, but if you add a cab file then edit the file config.txt and and enter the cab file in it
Click to expand...
Click to collapse
Oops, I meant how do I unlock and unhide the extrom in WM6. What prog do I use?
The last time I tried using WM5 tools on PdaViet 01, it didn't work. I have not tried again. I'm on Gullum v6, btw.
if this is what you want here is the files for unlock, and please ask me more if this was not what u needed
Ok, thanx. I'll try them...
Stop off-topics...let's talk about main topic
Hi dear friends
I noticed that we have been a little been off-topic,so I wanted to recall that we are here to help each other to find a way for "HOW WE CAN DELETE ANY CAB(In my case...CLEARVUE's cab file)INSIDE THE EXT_ROM OR CHANGE IT WITH ANOTHER CAB(Again in my case changing default CLEARVUE with ADOBE ACROBAT)?????
My friends
I even checked the Config.text file within my Ext_Rom,but unfortunately even there was no name and trace of CLEARVUE?!?!!??But I' sure it must be there...since when I stop my device of being costumized after a hard reset,I never see this CLEARVUE in my programs...So that means it must be somewhere in Ext-Rom..Somebody...Some hero....some know-all tell me where?????And under what name?!?!??!??!??!?!?
please, we already answer this question, to help you more, what ROM do you use?

Help on slide to open

i need help trying to install the slide to open program were can i download the newest version and how do i install it? i installed it from some other website but i had something say i dident have permssion and then a sharing violation? little help thanks
Hi,
i think this is the latest version:
http://forum.xda-developers.com/showthread.php?t=353008
(first post)
Best wishes
TQM
thanks man i was all the way back in .72 how do i install it?
S2U2
If you have any probs try installing S2U2 (not pro) And next time post what phone/rom your using Just drag the .cab file on to your device and install, prob best if you install to device memory
just install the cab ....
... and have fun )
TQM
how? i dont get anything to install it, all i get is "there is no application associated with s2u2-0.96wm5" run the application firs then open this file from within the application, wich application? oh and well i have a titan rom? well everything is factory.
anyone? i really need help here
Ok, you have downloaded the rar-file.
extract it with winrar and you get 3 files:
the cab file for installation and 2 txt files.
copy the cab file to your device and run it ...
had it been!
TQM
nope still cant figure it out i hate this lol

Downloading Apps

Hi all
Had my HTC HD2 for a couple a weeks now and have had a few teething problems with setting up my texting and emailing...anyway all is sorted now and im looking to customise my phone. However, i am a COMPLETE NOVICE when it comes to phones/computers.
Can anyone give me an idiots step by step guide to installing apps on my phone please?
Many Thanks
Ben
Well, do you need any help with particular application?
Because, in short example, you just need to download .exe or .cab, copy it to microsd, and run it with file explorer.
I suggest you to try BsB Tweaks, just write it into search option and try first result, there are few good tweaks to begin with...
Ben- programs are installed in 2 ways as Bence suggested- via CAB files and via EXE files.
The difference is that EXE files almost always have to be run on a PC while the phone is connected via Activesync (doesn't need a full partnership, just connected) but CAB files are executed on the phone itself.
Decide which programs you actually want, and search for them either in Marketplace (included on the phone and which does all the work for you, but is severely limited in choice) or via webshops like Handango or Pocketgear. Most are available as trial versions which you download and install yourself. The majority of programs from these shops are EXE files so are installed via the PC.
Many of the program developers have their own download links and most have a CAB file option as well. Download the CAB file to your phone using the phones own browser, or via the PC, then use Explorer to copy it to the phone. Then open File Explorer on the phone, locate the file and just tap it to install.
Bence said:
Well, do you need any help with particular application?
Because, in short example, you just need to download .exe or .cab, copy it to microsd, and run it with file explorer.
I suggest you to try BsB Tweaks, just write it into search option and try first result, there are few good tweaks to begin with...
Click to expand...
Click to collapse
thanks guys
bsb tweaks 1.5 or 1.6?
The newest, but I think there will be new version released in next few days...
US or RO CAB?
OR DOESNT IT MATTER? oops caps
I dont know what do you mean...just go to first post of BsB Tweaks thread and at the bottom there is .cab file attached...

Categories

Resources