Hello, when I build this Wxs file:
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>
    <Module Id="QtAssistentClientKatalogModul" Language="0" Version="4.2.2">
        <Package Id="XXXXXXX" Manufacturer="XXXXX" InstallerVersion="300"/>
        <SFPCatalog Name="QtAssist.cat" Dependency="QtAssistentClientModul"
SourceFile="F:\Temp\Qt4\Mergemodule\QtAssistantClient4.dll.cat"/>
   </Module>
</Wix>
I get this warning at light:
light.exe : warning LGHT1079 : The cabinet 'MergeModule.CABinet' does
not contain any files.  If this installation contains no files, this
warning can likely be safely ignored.  Otherwise, please add
files to the cabinet or remove it.

It that an really problem?
And how can I avoid it?

Thanks
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