I think my bootstrapper does almost similar thing to what WiX toolset
does(couldn't find any big difference in the .wxs file).

I wrote event handler for ResolveSource event like  this
<http://stackoverflow.com/a/14653902/678558>  . But when I debug my
bootstrapper, ResolveSource event is raised by every individual .cab
file(even when there is no Payload element for any .cab file specified), so,
if I don't specify Payload elements for each .cab file under MsiPackage
element, my bootstrapper doesn't know the download url for each .cab file.
And installation fails. It seems that my bootstrapper can't go through this
ResolveSource event handler stage.

(If I add Payload element for each .cab file under MsiPackage element, it
downloads .cab files well and installation goes well, too.)



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-Managed-Bootstrapper-Failed-to-resolve-source-for-file-for-cab-files-tp7598023p7598208.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to