Something is different. The WiX toolset works.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/


-----Original Message-----
From: sky [mailto:volon...@gmail.com] 
Sent: Sunday, November 23, 2014 9:27 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] WiX Managed Bootstrapper “Failed to resolve source for 
file” for .cab files

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.) 

------------------------------------------------------------------------------
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