Frank Büttner schrieb:
> These steps has I all do. But the build fails with the error above.
> Here is my file that I have tried:
> <?xml version="1.0" encoding="utf-8"?>
> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
>     <Module Id="QtCoreModul" Language="0" Version="4.2.2.0">
>         <Package Id="XXXXXXXXXXXXXXXX" Manufacturer="Frank Büttner"
> InstallerVersion="300"/>
>         <Directory Id="TARGETDIR" Name="SourceDir">
>             <Directory Id="QtDir" Name=".">
>                 <Component Id="QtCore" Guid="XXXXXXXXXXXXXXXXXXXXX">
>                     <File Id="qtcoredll" Vital="yes" Name="QtCore4.dll"
> Assembly="win32" KeyPath="yes"
> Source="F:\Temp\Qt4\Mergemodule\QtCore4.dll"
> AssemblyManifest="qtcoredllmanifest" />
>                    <File Id="qtcoredllmanifest" Vital="yes"
> Name="QtCore4.dll.manifest"
> Source="F:\Temp\Qt4\Mergemodule\QtCore4.dll.manifest" />
>                       <File Id="qtcoredllcat" Vital="yes" 
> Name="QtCore4.dll.cat"
> Source="F:\Temp\Qt4\Mergemodule\QtCore4.dll.cat"/>    
>               </Component>
>             </Directory>
>         </Directory>
>     </Module>
> </Wix>
> 

So after some trys I found out, that the sort of the files are
important. When the file is the catalog file, that Wix will compile
it.(Is this normal or an Bug)??
But when I will install it, then I get an error, that the public key
token for catalog file not match the manifest one. But I have used the
same certificate. The public key token are the last 8 bytes of the SHA1
Hash of the certificate or not?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to