Hi!
Thanks for you reply!
I did certificate by this instruction
http://www.jayway.com/2014/09/03/creating-self-signed-certificates-with-makecert-exe-for-development/, and now i have in "My"-section 1 certificate, called CARoot.
I run ManifestPrep with key -L and see there it:
C:\TestPlug>ManifestPrep.exe -L
TCHAR > 1
Manifest compilation utility
Copyright (c) 2010 Qbik New Zealand Limited
===========================================
Store 'My'
CARoot
Then i try to sign my Manifest file, but it fail again:
C:\TestPlug>ManifestPrep.exe -D TestPlug.manifest.xml TestPlug.manifest CARoot
TCHAR > 1
Manifest compilation utility
Copyright (c) 2010 Qbik New Zealand Limited
===========================================
Command Line: ManifestPrep.exe -D TestPlug.manifest.xml TestPlug.manifest CARoot
File root directory: .
List certificate stores:NO
List certificates:NO
Store:Default
Show Progress:YES
Reading manifest: TestPlug.manifest.xml
Length of file: 1290 bytes
Found root '<wingatePackage>' element'
Found '<package>' element'
Package name:TestPlugEngine
UUID '{A5D49F66-FF9D-47E1-BD50-612DC7744D16}' validated OK
Found <modules> element
Validating XML for package 'TestPlugEngine'
Validating XML for module 'TestPlug (Engine)'
UUID '{0B90574C-7BAB-4396-91C5-D7C7788209C6}' validated OK
Host:Engine
Dependency file: TestPlugEngine.dll
EntryPoint:YES
File destination type: local
Validating XML for module 'TestPlug (UI)'
UUID '{2857E804-AA96-494A-B3E5-2270E798FEA0}' validated OK
Host:UI
Dependency file: TestPlugUI.dll
EntryPoint:YES
File destination type: local
Removing developer information from <TestPlugEngine> package.
Removing developer information from <TestPlug (Engine)> module.
Removing developer information from <TestPlug (UI)> module.
Generating dependencing hashes for module files
Generating hashes for files in module 'TestPlug (Engine)'.
Generated MD5 for .\TestPlugEngine\Release\TestPlugEngine.dll
Generating hashes for files in module 'TestPlug (UI)'.
Generated MD5 for .\TestPlugUI\Release\TestPlugUI.dll
Signing and writing manifest: TestPlug.manifest
Can't sign data
There were errors:
Can't sign data
Sorry for my stupid question, but i can't understand, what I should do :( May be my certificate is bad, or i did it wrong.