 |
 | Launch certificate registration CAB without user intervention Gaspard | 0:04 3 Apr '09 |
|
 |
Hello,
I need to install our WM5 service application. To allow the start-up of this service after the reboot I have to sign the service and add the same certificate to PETA and SPC store. I have created CAB file which contains _setup.xml with the certificate and signed this CAB. When I launch this CAB manually on the handheld, the prompt screen appears and requires the user confirmation by click on OK button. If the user doesn't confim it within 10 minutes, the certificate installation rolls back. I have also tried to use wceload.exe /silent myCert.CAB, but it doesn't work. Do you have any ide how to skip the prompt screen? I need to distribute the installation over the night to the thousands handhelds and there will be nobody who can click on the OK button on every handhelds.
Thanks
Gaspard
|
|
|
|
 |
 | PFX password chmod2222 | 22:41 20 Jul '08 |
|
 |
It says to me that the private key password for the PFX file is wrong, but I'm sure I'm using the same one I was using when creating the CER and PVK file? Why is that?
|
|
|
|
 |
|
 |
I solved the password problem by specifying the password when creating the PFX file like this:
pvk2pfx -pvk d:\CERT\mycert.pvk -spc d:\CERT\mycert.cer -pfx d:\CERT\mycert.pfx -pi mycertPASS1 -po mycertPASS1 -f
|
|
|
|
 |
 | Vb.Net [modified] hitesh sojitra | 22:25 7 May '08 |
|
 |
how to set folder permission in VB.Net so that user can not delete or modify ,and can't change folder permission by property option
Hitesh sojitra
modified on Thursday, May 8, 2008 4:07 AM
|
|
|
|
 |
 | when I generate the cab file, and check it's contents, the xml data is missing? Member 2159554 | 5:10 12 Dec '07 |
|
 |
I followed the steps, and it builds the cab file ok. But, when I inspect the contents of the cab file, the xml data is missing?
|
|
|
|
 |
 | Simple EXE signing...? VitalyTomilov | 2:52 10 Jan '07 |
|
 |
How do i sign a simple EXE written in C++ for Windows XP, so it would also work under Vista?
|
|
|
|
 |
 | signing solution with several projects donkaiser | 7:55 5 Dec '06 |
|
 |
What should i do if I want so sign a solution with several projects?
Donkaiser
|
|
|
|
 |
|
 |
don't change anything just use the same code to sign all what you want
|
|
|
|
 |
 | what does the value 222 means? donkaiser | 5:00 28 Nov '06 |
|
 |
in the xml code:
What does the string "222" signify?
Regards,
Donkaiser
|
|
|
|
 |
|
 |
All PRIV Certs must have role 222 and All UNPRIV Certs must have role 16
|
|
|
|
 |
 | Deploy application in Debug mode Drca | 7:32 15 Nov '06 |
|
 |
I want to deploy application to WM5 pocketPC and step through code on my desktop PC (development platform). I have conected WM5 device over USB cable and ActiveSync, but when I try to debug the application I get error which says that I don't have appropriate certificates to do that. Can I use the same procedure you presented here in this case? If not, what can you recomend? Thx
Doctor Celic
|
|
|
|
 |
|
 |
yes, you can. Install certificate on your device and configure your project to sign code with the same certificate (i'm assuming that you use VS for developement)
|
|
|
|
 |
 | I can't install certificate Rikardo | 3:01 15 Nov '06 |
|
 |
I try to install my own certificate but it doesn't work. I try to install your certificate but it doesn't work too. My PDa is a QTEK 9100.
|
|
|
|
 |
|
 |
What is the error message? Should be blocked by provider your device?
|
|
|
|
 |
|
 |
Ok, certificate is installed, but you can't see it.
But, How can I sign 3rd party components that I have in a cab file?
|
|
|
|
 |
|
 |
no you can't see it. To sign other files you've to extract from cab sign and rebuild cab.
|
|
|
|
 |
 | Download for CAPICOM ivarklung | 22:54 1 Nov '06 |
|
 |
I found this download which solved the missing CAPICOM files: http://www.microsoft.com/downloads/details.aspx?FamilyID=860ee43a-a843-462f-abb5-ff88ea5896f6&DisplayLang=en Currently testing your solution. Thanx for all the info! regards, ivarklung
|
|
|
|
 |
 | Still getting prompted? bobnob | 10:55 19 Jun '06 |
|
 |
Hey,
I've got a TMobile MDA, and I've been testing your cert. I have run your CAB, and it has installed fine. I've even run the .cer file directly, which has been imported and is now viewable in the certificates list.
Yet, I've got a signed cab and I'm still getting a prompt that my CAB is from an "unknown publisher" and I have to accept it. Is there anyway to avoid this - I would have thought as the certificate is present it wouldn't have happened?! 
Thanks!
|
|
|
|
 |
|
 |
I am also facing the same problem on the emulator. I have configured the emulator with the security policy "One tier Prompt" using the Security configuration manager. I signed the cab file with the certificate provided by crono and then installed the .pfx on the emulator. Now when I try to install the signed cab file the emulator still prompts me that an untrusted application is trying to install. I thought that now my cab file would be considered trusted. Don't know what wrong did I do here.
|
|
|
|
 |
 | Password error [modified] thomasthethomas | 5:22 22 May '06 |
|
 |
Hello,
I tried to do step 1 to 5 but I get an error on step 5:
"SignTool Error: The specified PFX password is not correct."
I have NOT given a password in the first step!
Then I tried to give a password (mypwd) in the first step and repeated it in step 2 and then using this with
signtool.exe sign /p mypwd /f MyCert.pfx *.exe *.cab
but with the same result: The specified PFX password is not correct.
Any ideas what to do?
Thanks Thomas
-- modified at 10:28 Monday 22nd May, 2006
|
|
|
|
 |
|
 |
I have exactly the same Problem! btw, i run it on Windows 2k, could this be a problem?
|
|
|
|
 |
|
 |
try to use this command line:
signcode -v MyCert.pvk -spc MyCert.cer *.exe
i've updated the article and zip file with signcode.exe tool ;)
-- modified at 11:23 Wednesday 15th November, 2006
|
|
|
|
 |
 | Thanks!! Narin | 14:28 22 Apr '06 |
|
 |
This is the only document that correctly documents all the procedures necessary to install certs and sign apps on Windows Mobile. It's shocking how tough it was to find this but thank god I did because it works. I can't express enough gratitude!
|
|
|
|
 |
 | Signed files dont work axbl | 0:28 1 Apr '06 |
|
 |
Hi, I have made my own certificate as desribed and installed it on my WM5 Pocketpc. So far it works.
Then I signed some files (EXE,CAB) and tried to execute on the PocketPC.
But I get the Warning that the files are from an unkown distributor.
What is wrong ?
|
|
|
|
 |
|
 |
hi, it's strange if the cerficate installed on device it's the same used to sing cab or exe you don't have to get the warning!?
|
|
|
|
 |