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))
{
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
Dit mailadres is niet meer in gebruik. Mail kan je voortaan sturen naar
basti...@careercontrol.nl.
--
Is your legacy SCM system holding you back? Join Perforce May 7 to find out:
• 3 signs your SCM is hindering your pro
Remote payload:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/remotepayload.html
You can see an example in the NetFxExtension:
https://github.com/wixtoolset/wix3/blob/develop/src/ext/NetFxExtension/wixlib/NetFx4.5.wxs
On Mon, May 5, 2014 at 3:54 AM, Valentine Vinogradov
wrote:
> Hello!
Hello!
I have an exepackage which is uploaded to my fileshare, and trying to make
my bootstrapper to download it before install
I have ExePackage with DownloadUrl and Compressed=no, but it is necessary
to add SourceFile or Name to ExePackage. If I add it, it fails to build,
because there is no sou
5 matches
Mail list logo