Found the resolution of my problem, if interesting. If you are making a
bootstrapper, you should override ResolveSource event in your bootstrapper,
like
ResolveSource(object sender, ResolveSourceEventArgs e)
{
if (!string.IsNullOrEmpty(e.DownloadSource))
{
e.Result = Result.Download;
}
else
{
e.Result = Result.Ok;
}
}
2014-05-06 10:32 GMT+03:00 Valentine Vinogradov <[email protected]>:
> No, it is not I am talking about. Remote payload is just an option to
> verify my exepackage, isn't it? Even if not, it is still trying to find
> redist/netfx(...) during compile. Can I compile a bootstrapper without that
> file in order to make a bootstrapper which is designed only for download
> package and install them, instead of full compressed installer?
>
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users