Hello!
I want to create some plugin for WinGate. I downloaded Wingate SDK from here http://www.wingate.com/download/wingate ... wnload.php and I began to study your materials about it (http://docs.qbik.com/display/WINGATESDK/WinGate+SDK). But now i have some problem with making a manifest-file:
I build VS project, then i copy ManifestPrep.exe to source folder, where i see TestPlugin2.manifest.xml (for example), i run cmd and execute command (i try a lot of difference options):
ManifestPrep.exe TestPlugin2.manifest.xml TestPlugin2.manifest "My"
ManifestPrep.exe TestPlugin2.manifest.xml TestPlugin2.manifest "TrustedPublisher"
ManifestPrep.exe TestPlugin2.manifest.xml TestPlugin2.manifest Qbik New Zealand Limited
and so on...
And then I get an error:
C:\TestPlugin2>ManifestPrep.exe -P TestPlugin2.manifest.xml TestPlugin2.manifest Qbik New Zealand Limited
TCHAR > 1
Manifest compilation utility
Copyright (c) 2010 Qbik New Zealand Limited
===========================================
Reading manifest: TestPlugin2.manifest.xml
Validating XML for package 'TestPlugin2Engine'
Validating XML for module 'TestPlugin2 (Engine)'
Validating XML for module 'TestPlugin2 (UI)'
Removing developer information from <TestPlugin2Engine> package.
Removing developer information from <TestPlugin2 (Engine)> module.
Removing developer information from <TestPlugin2 (UI)> module.
Generating dependencing hashes for module files
Generating hashes for files in module 'TestPlugin2 (Engine)'.
Generated MD5 for .\TestPlugin2Engine\Release\TestPlugin2Engine.dll
Generating hashes for files in module 'TestPlugin2 (UI)'.
Generated MD5 for .\TestPlugin2UI\Release\TestPlugin2UI.dll
Signing and writing manifest: TestPlugin2.manifest
Could not find the specified signing certificate.
I try to use different certificates in my OS, but It does not help me.
Please, can you explain what am I doing wrong?
Thank you!