AutoInstall v4 states in Main.mscr "todo: XML provisioning"
anyone implemented this feature?
Related
Hi folks
I am a newby and I have a general question for the CAB files for windows mobile devices.
Is it possible to create a CAB File which contains different sections for different devices.
For example my Cab file should create a few registry entry. Registry entry 1 to 5 is for HTC device, registry entry 6-10 for Samsung devices and 11-20 for all device.
Is there a possibility to create a CAB file who is creating the registry entries like I wish?
Cheers Tom
No. Cabs use to have support for different processor types like MIPS and SHA but today everyone uses ARM.
To do what you want you need ether to use an exe or to put a setup.dll in the cab that will recognize the device via its OEM string (SystemParametersInfo) and write the needed registry.
Is there some information available how to use or create a setup.dll file?
Cheers Tom
CAB and DLL files
You will find the DLL files that may be missing or corrupted on your computer. You can free download on internet at no cost! It’s very useful. If you're using Windows XP or Windows Vista, then your working system has fixed support for opening CAB files. However, if you right-click on items in a CAB file, you won't see all the same options you'd see for a file in a usual folder. This shows that it is not a real folder.
Hi Smithmark
I do not understand you post. I think you are talking about something else.
Please read my question above.
cheers Tom
This will tell you everything you need to know provided you can code in C/C++.
I have some registry setting that I have to re-enter each time I flash my ATT Tilt. How do I make a cab file that has my registry tweaks?
You can dump the registry pre and post installation of any tweaks and then using WinDiff (or any diff/comparison program) look for the changes and lastly create and compile a registry file with all of the intended registry modifications.
(<3 run on sentences)
You can export (dump) the entire registry using Task Manager (which is included in the rom you're using under Start -> Utilities -> RegEdit) by using export all.
**If you want to follow this procedure you're going to need to start from a hard reset. Right after the HR dump the registry. To be safe, after each modification is installed you should dump the registry again (make sure to name the files clearly).
u can convert reg to cab files with WinCE Cab Manager.
it's easy
Does anyone know how to refere to a registry in a .cpr file.
For example, if I want to add a text on my titanium plugin, and in my registry it's in located in HKLM\Software\whatever\text1, how can I get the .cpr to read the value inside that string?
For some reason wm6.5 knows that it can get values from the HKLM\Software\Microsoft\CHome key, but how can I get it from another key?
Would be realy awesome if someone could help, that way there would be quite a bit more to edit in wm6.5...
Does nobody have any idea?
I read that it is the same language as in .xml files, so how do I add a registry value to a text line?
don't know the format or the program which use cpr files
but if the cpr file include the "HKLM\Software\Microsoft\CHome"
then I would change it
if not then the program which interp the cpr files prob have
the parth hard-coded in it's binary code
Rudegar said:
don't know the format or the program which use cpr files
but if the cpr file include the "HKLM\Software\Microsoft\CHome"
then I would change it
if not then the program which interp the cpr files prob have
the parth hard-coded in it's binary code
Click to expand...
Click to collapse
I know the reg. path is in the binary code of a program,
but can't read or edit that.
But, my question is if someone knows the .xml code to read from a registery value.
fe: the code for a picture is [ source="\Windows\photo1.png" ]
to read something from a .dll file is [ InnerTextType="Resource" Text="shellresapps.dll,18149" ]
Hi all,
is there any possibility to delete some registry values in Omnia 7? I have created some themes via Touchexperience advance config tool and now i would like to delete theme.. Using Registry editor from the same author it cant be done..
I am also trying to somehow treat this bug http://forum.xda-developers.com/showthread.php?t=947033 Any idea what registry strings should be PROBABLY responsible for this?
Hi,
I'm trying to create a language pack for the WP7... I found some s000 files, some mui files after extracting the imgfs.
How can i edit these files? What is the best way to do this? Do i have to do something special after editing?
Thanks for your help!
evateknoloji said:
Hi,
I'm trying to create a language pack for the WP7... I found some s000 files, some mui files after extracting the imgfs.
How can i edit these files? What is the best way to do this? Do i have to do something special after editing?
Thanks for your help!
Click to expand...
Click to collapse
Visual Studio
Hi, I tried to open some WP7 mui files in Visual Studio 2010 Express for Windows Phone and it tells me:
"There is no editor available for 'xxx.mui'. Make sure the application for the file type (.mui) is installed."
I also read somewhere that you must rename the file to .dll and than open them but when I do it tells:
"The following components could not be browsed:" and nothing else.
I read posts about WM6 mui files but I wonder how can i edit WP7 mui files. Should I have full version of Visual Studio?