In my merge module I add an dll file.
When I run light I get this waring:
warning LGHT1076 : ICE60: The file
qtassistentclientdll.37691951_BCAF_4845_BD35_8239BCA76DBC is not a Font,
and its version is not a
companion file reference. It should have a language specified in the
Language column.
what must I change in the .wix file?
Here my code:
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Module Id="QtAssistentClientModul" Language="0" Version="4.2.2">
        <Package Id="37691951-bcaf-4845-bd35-8239bca76dbc" Manufacturer="Frank
Büttner" InstallerVersion="301"/>
        <Dependency RequiredId="QtCoreModul" RequiredLanguage="0"
RequiredVersion="4.2.2" />
        <Dependency RequiredId="QtNetworkModul" RequiredLanguage="0"
RequiredVersion="4.2.2" />
        <Directory Id="TARGETDIR" Name="SourceDir">
            <Directory Id="QtDir" Name=".">
                <Component Id="QtAssistentClient"
Guid="c5610087-c461-491e-87ca-36607759c276">
                        <File Id="qtassistentclientdll" 
Name="QtAssistantClient4.dll"
Assembly="win32" AssemblyManifest="qtassistentclientmanifest"
Checksum="yes" Vital="yes"
Source="F:\Temp\Qt4\Mergemodule\QtAssistantClient4.dll" KeyPath="yes" />
                        <File Id="qtassistentclientmanifest"
Name="QtAssistantClient4.dll.manifest" Checksum="yes" Vital="yes"
Source="F:\Temp\Qt4\Mergemodule\QtAssistantClient4.dll.manifest" />
                </Component>
            </Directory>
        </Directory>
    </Module>
</Wix>

Thanks for any idea's.
Frank

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