Hello, I think I am missing something obvious....

I am using Wix 3.0.4429.  In my .wxs file, I have the following elements:

        <Media Id='1' Cabinet='product.cab' EmbedCab='yes' />

<Directory Id="TARGETDIR" Name="SourceDir">
                <Directory Id="MyDir" Name="MyDir">
                    <Directory Id="MySubDir" Name="MySubDir" 
ShortName="MYSUBDIR">
                        <Directory Id="INSTALLDIR">
                          <Merge Id='Core' Language='1033' 
SourceFile='Core.msm' DiskId='1' />
                        </Directory>


  <Feature Id="Core" Absent="disallow" AllowAdvertise="no" 
ConfigurableDirectory="INSTALLDIR" Description="Core" Level="1" Title="Core 
Files" >
          <MergeRef Id=" Core" />
        </Feature>

When I link with Light, I get this warning, and my files are not compressed 
into an internal cab inside the .msi, but are instead uncompressed next to the 
.msi

light.exe Core.wixobj -out Core.msi -nologo
Core.wxs(24) : warning LGHT1079 : The cabinet 'product.cab' does not contain 
any files.  If this installation contains no files, this warning can likely be 
safely ignored.  Otherwise, please addfiles to the cabinet or remove it.

If anyone can see the obvious, please let me know.

Thanks

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to