msdaerzh.dll - 8525, TyTN, MDA Vario II, JasJam General

When I was trying to install Pocket Stock Monitor (pocketx.net), there comes an error message "Failed to load resource DLL MSDAERZH.DLL".
Any idea where could I find this file and where (which directory) should I put this to ?
thanks in advance.

When you install this software, you need to set the regional setting to "English (United States)" in order to get a successful installtion. Once the software is installed, you can change the regional setting to something else. This will help you to resolve the dll problem. Have fun!

other possibility is to find a file msdaeren.dll in windows directory (or windows/system - dont remember where it is located) and rename to msdaerzh.dll

thank you, install is completed now by changing the regional setting. But after reboot and reset it to normal setting. Software could not be started neither.
Thanks for the good suggestion, will try again later.

Related

IIWPO uninstall problem

Hello.
I have installed the IIWPO (theft protection) program manually (not in ROM) for testing purposes. After uninstall an error message appeared periodicaly. The error txt is "Cannot execute \windows\IIWPO_main.exe". Also I can not find any reference to this file in the registry (maybe faulty registry editor, PHM ?) or in the startup folder. Also tried searching in the file contents on entire device. No success. Please, help, this error message is pissing me off
might be late, but...
I had the same problem. It seems that the IIWPO_startup.exe writes an additional string somewhere (*.dll?) which forces the program to start. Btw. this means that it is not necessary to put it into the AutoStart directory, it should be enough to open it just one time after the installation.
Until someone finds the destination of this string there is a simple work around: just put a program file you always like to execute at startup (e.g. ClearTemp.exe) into your windows directory and rename it to IIWPO_main.exe. This will help :wink:
p.s. hexediting of the startup and main.exe does not solve the above mentioned problem but gives your iiwpo files and registry settings the desired personal touch to remain undiscovered
I uninstall my IIWPO easily. All you need is to reverse all the steps you followed during installation.
Remember to delete the line from config file in extended rom followed by a hard reset
Of course a HARD RESET will also solve the problem :lol:
I'm having this same problem....any solution yet??????
The reason for this is in the windows registry there is still a link to the program causing it to start. Use a program such as memaid which will find all dead links and delete them i had a problem similar to this with another program. Memaid solved it for me, hope it works for you also
The reason for this is in the windows registry there is still a link to the program causing it to start. Use a program such as memaid which will find all dead links and delete them i had a problem similar to this with another program. Memaid solved it for me, hope it works for you also
Thanks for the advice.........
unfortunately.............I tried memaid...........but it didn't solve the problem.....
anyone else?
Registry key location would be somewhere like HKLM to startup applications. Hard reset will definitely solve your problem.
Do check out www.cartystudios.com

Disable certificate check in WM5

Hello all,
I'm having a problem with my qtek 9000 with latest rom from myqtek.com, some programs can't be opened because they say: "The file "patched-game-file-here" cannot be opened. Either it is not signed with a trusted certificate or one of its components cannot be found. You might need to reinstall or restore this file"
I've tried some files to disable certificate security but no luck, the problem is still there :|
Anyone can help getting over this problem?
Try this.
http://buzzdev.net/index.php?option=com_remository&Itemid=109&func=fileinfo&id=194
This is from the wiki:
Code:
Allow the unsigned app from installing for everything.
HKEY_LOCAL_MACHINE\Security\Policies\Policies] Change value 0000101a from 0 to 1
Do a soft reset.
V
Hello all, tks for your help
vijay555 - i tested your code but no luck, problem still there.
victoradjei - i've tested that app, pretty simple to use an finally it works ! (YES TK U) , for now it's a solution let's hope someone can make a .cab in order to disable this security check for good.
Hi,
I have an htc P3600.
I've downloaded the application for buzddev.
I've also changed the registery but I do not know what to do with that application. There is the signcode.exe, what should I do with that file downloaded?
Could someone shed some light on how to use the app from Buzzdev? Is it supposed to be run on the device?
I ran the EXE file on my PC and a DOS window popped up and closed itself and nothing happened.
Thank you in advance!
Extract the SignCode files into a folder. Then you have to run it from the command line or the "Run" option from the "Start" button and tell it what EXE file to fix. Since this program actually changes the executable file by changing the embedded security certificate, you might want to make a backup copy of the EXE file first.
Here's the syntax:
<path to SignCode files>sign.bat <path to program and filename>
If you extracted the signcode files to your "C:\Program Files\SignCode" folder and are trying to fix your "C:\Program Files\SomeGame\SomeGame.exe" file, here's EXACTLY (quotes and all) what you would type in the "Start" "Run" box or a command prompt:
Code:
"C:\Program Files\SignCode\Sign.bat" "C:\Program Files\SomeGame\SomeGame.exe"
You should notice the timestamp of the file change indicating that the embedded security certificate was changed. Copy the updated file and overwrite the original EXE file on your mobile device and then try running it. This will still pop up an "Untrusted Source" type of security message on your mobile device but you will have the option to install it anyway and it will work fine after that.
This should work too, M$ made a tool for provisioning devices.
http://www.microsoft.com/downloads/...8c-d587-47e0-908b-09fee6ea517a&displaylang=en
victoradjei methode worked perfectly for me on WM6
Does anyone have the info that was in this link?
The forum is their but looks like the link is dead.
http://buzzdev.net/index.php?option=com_remository&Itemid=109&func=fileinfo&id=194
Thanks,
Kenny
I dont know, but could try attached may help. I don't know anything else to help... hopefully someone else will.

Automated cab install

Hi folks!
I have an issue that I'm hoping somebody here can help with.
I have a customer for whom I'm developing a custom app for WM5. In discussions about installation/deployment the need came up for the cab installation to be completely automated. What I mean by that is to make sure that once the cab starts executing, no dialogs appear prompting the user for input (i.e. install location). They need this to be completely automated.
Now, I've done my research and found that there is a section called "DefaultInstall" in the .inf file that is used during the build of a cab file that will allow you to specify the installation location and therefore bypassing the pop-up dialog during the execution of the cab file. That's great and will work fine. The problem is that there are also some other cabs that are installed as part of the deployment of the application (third-part API's, SQL CE etc.) that already have their cabs pre-built without a default location specified. This causes the pop-up to appear.
Does anyone know of any workaround for these other cabs? Any way that I can get them to install to a default location so that they don't display the pop-up?
Would extracting the files from these pre-built cabs and re-build them with the DefaultInstall section work?
Your help is appreciated.
Thanks!!
Ag.
Try this http://row1.info/content/view/85/2/
Use a custom install dll
Thanks doedoe!
I haven't tried it out but I will and post the results here.
Anybody else have any ideas?
thx.
have you thought about calling wceload.exe with "/noui" or "/silent" params?
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=823109&SiteID=1
thx mestrini,
I remember looking into that and running into similar issues that are discussed on the site that your link points to.
I will give it a shot again and see what happens...

htc s 310 registry change

I changed registry file per exe file.Word "exefile" I changed with "jpgpicture".My telefone now is blocked !Active sync no work! How change again registry?
Thanks! My telephone is htc s 310.
Why did you do this???
If activesync is not working (did you try soft reset?) you must have changed more than just a file reference.
In any case you can try this:
Download PHM Registry Editor as cab installation
Copy to SD/mini/micro using card reader.
Install to device and use the program to change registry back.
If tis does not work your only choice is hard reset but you will loose all your data.
I have install regedit in my mobile.
I did this because not could download file with extension wich not have program for open this,
For example... no could download file zip if not have unzip program install in my mobile!
How do soft reset? Because when push button(taste) frontale for shown my mobile show:
"There is no application associated with "fexplore".Run the application first and then open this file inside the application"
Or when push Start taste shown:
"There is no application associated with "appman".Run the application first and then open this file inside the application"
Or when push button for camera,mobile shown:
"There is no application associated with "Camera".Run the application first and then open this file inside the application"
And sometimes shown "Cannot execute repplog.exe"
Thanks and forgive for my bad language!
Again thanks!
There should be a hardware button combination to preform hard reset.
Unfortunately I don't know what it is for your device. I recommend you check the manual or look in the WiKi.
Make sure you repost your q to http://forum.xda-developers.com/forumdisplay.php?f=341 . I'm not moving the thread because there may be other S310 users lurking here too.

[Q] Write Protection

Hello.
I have a problem with my device, looked at all relevant threads with no success and am hoping someone will be able to help me out.
My device is running all my programs as normal and everything is fine. I want to uninstall some programs I no longer need, but it fails. I tried reinstalling the cab over the installation to see if that helps, but that fails also.
I then thought about just deleting the program's folder and its contents using the standard file explorer. I get an error message saying "cannot remove X: access is denied......be certain the folder is not write protected and not in use"
This message appears on anything I want to do like copy/paste my personal files, notes. I cant rename anything either.
Is there a registry entry to fix this? I'm afraid of a hard reset not solving the problem and then having no registry editor and not being able to install anything on the device.
I hope I have made sense in my post. If you can offer any help,thanks.

Categories

Resources