Hello,


I'm doing a wix upgrade from *3.0.3001.0 to 3.0.3412.0* and getting the
following error: Can you please let me know if I'm missing something
obvious?



e:\setup\installers\global\components\webhostingtemplates.wxs(9) : error
LGHT0083 : The file with id 'DefaultPagesFeatureXml' and name 'feature.xml'
could not be found with source path: 'e
:\Apps\WebHosting\Template\Features\xmxo9ut4\feature.xml'.


The actual "feature.xml" is present in E:\Apps\WebHosting\Template\Features\
*IWSDefaultWebPages*\feature.xml and this was working fine with
3.0.3001. Please
note that the following var.CSCommonDir = e:\



*Webhostingtemplates.wxs:*

<?xml version="1.0" encoding="utf-8"?>

<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";>

    <Fragment>

        <?include ..\common\TargetProc.wxi ?>

        <DirectoryRef Id="CSCommonWebTemplates" FileSource="$(
var.CSCommonDir)\Apps\WebHosting\Template">

            <Directory Id="IWS_dir1" Name="Features">

                <Directory Id="WHPublicPagesFeature" Name="*
IWSDefaultWebPages*">

                    <Component Id="WebHostingDefaultTemplatePages"
DiskId="1" Guid="BC3AF455-0EC4-4040-B5A0-8A90AEFD6DE5" Win64="$(var.IsWin64
)">

                        <File Id="DefaultPagesFeatureXml" Name="feature.xml"
/>

                    </Component>
                </Directory>

                <Directory Id="WebHostingMasterPagesFeature"
Name="IWSMasterPages"> ... ... etc ... ... </Directory>

            </Directory>
        </DirectoryRef>

    </Fragment>

</Wix>



Please let me know if there is any easy way other than explicitily
specifying the "Source" attribute

                        <File Id="DefaultPagesFeatureXml" Name="feature.xml"
Source= />



Thanks

Sathiya
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to