[wix-users] Wix Bundle Exepackage DownloadUrl Ftp not working
Benny Bürger
buerger at simba.de
Thu Aug 25 22:51:31 PDT 2016
Hmm ok I found the following source which said that ftp is supported:
http://stackoverflow.com/questions/17785382/wix-bootstrapper-downloadurl-can-it-be-a-local-network-path
But sourcecode doesn't lie :-)
I now use a workaround which use the http protocol for the ftp-server:
http://ftp.uni-siegen.de/pub/CPAN/modules/by-module/...
Thanks for the lookup in sourcecode.
________________________________________
Von: wix-users <wix-users-bounces at lists.wixtoolset.org> im Auftrag von Phill Hogland <phill.hogland at rimage.com>
Gesendet: Donnerstag, 25. August 2016 14:17
An: wix-users at lists.wixtoolset.org
Betreff: Re: [wix-users] Wix Bundle Exepackage DownloadUrl Ftp not working
I think the protocol choices are http (using wininet) or bits, from looking at DownloadPayload() in src\burn\engine\apply.cpp
________________________________
From: wix-users <wix-users-bounces at lists.wixtoolset.org> on behalf of Benny Bürger <buerger at simba.de>
Sent: Thursday, August 25, 2016 6:14:09 AM
To: wix-users at lists.wixtoolset.org
Subject: [wix-users] Wix Bundle Exepackage DownloadUrl Ftp not working
Hi,
are there any limitations to using a ftp download url in the ExePackage?
I tried several ftps and none are working: e.g:
... Error 0x80072ef2: Failed to acquire payload from: 'ftp://ftp.uni-siegen.de/pub/CPAN/modules/by-module/Perl/Perl-Dist-WiX-0.170.readme' to working path: ...
http urls worked fine.
Thanks for any hints,
Benny
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/
More information about the wix-users
mailing list