I am still trying to understand this problem, so any pointers would be
appreciated.

I am using the wix38-debug zip package, pdbs and source, to step into burn
with windbg.  The issue seems to show up in src\burn\engine\apply.cpp in the
AcquireContainerOrPayload at line 1117.  

            // If the BA requested download then ensure a download url is
available (it may have been set
            // during PromptForSource so we need to check again).
            if (fDownload)
            {
                wzDownloadUrl = pContainer ?
pContainer->downloadSource.sczUrl : pPayload->downloadSource.sczUrl;
                if (!wzDownloadUrl || !*wzDownloadUrl)
                {
                    hr = E_INVALIDARG;
                }
            }

pPayload->downloadSource.sczUrl; has the correct path, but pContianer has
gibberish as is pContainer->downloadSource.sczUrl, which is selected by this
if statement, resulting in E_INVALIDARG.

Any pointers on why the new bundle is not located for downloading when it
has the correct path to the new bundle (but in the payload variable)?

Thanks.  Phill



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/appsyndication-feed-served-as-html-not-a-feed-tp7595661p7595679.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to