Using VC8 linker to generate isolated app manifest with dependencies.



Is there a brief tutorial somewhere on how to use the VC8 linker to generate
a manifest for an isolated application with a dependency section for an
arbitrary dll? There are some implementation details that I don't
understand. Supposing I want to bind my application to a specific version
of kernel32.dll using a hash, for example? What hash is used? Is it the
hash generated by the CryptCATAdmin* functions or just a simple hash of the
whole file? Can I get the linker to generate the proper hash or do I have
to supply the hash dependency section with hash in a manifest include file?
Some additional details would be appreciated.

Regards,

George.


.



Relevant Pages

  • Clickonce file association
    ... I'm having difficulty implementing a Clickonce deployment with file ... the manifest may not be valid or the file could not be opened. ...
    (microsoft.public.dotnet.general)
  • Re: Dotfuscator and ClickOnce
    ... The file named ApplicationName.exe does not have a hash specified in the manifest. ... AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String ... target and the .manifest file is created in the GenerateApplicationManifest ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Dotfuscator and ClickOnce
    ... It does not regenerate the manifest files after the BeforePublish target. ... The file named ApplicationName.exe does not have a hash specified in the manifest. ... AssemblyManifest deployManifest, AssemblyManifest appManifest, Uri sourceUriBase, String ...
    (microsoft.public.dotnet.languages.vb)
  • ClickOnce and Side-by-Side com components
    ... + Parsing and DOM creation of the manifest resulted in error. ... COMPONENT STORE TRANSACTION FAILURE SUMMARY ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Does .NET detect alterations to an assembly?
    ... "The common language runtime also performs a hash verification; ... of each file as it existed when the manifest was built. ... > Please do not send email directly to this alias, ... will the alteration at least be ...
    (microsoft.public.dotnet.security)