Re: [WiX-users] About DownloadURL

2013-05-31 Thread Benjamin Mayrargue
2013/6/1 Rob Mensching > More specifically, you cannot use RemotePayload element and > Compressed='yes' on the ExePackage element together. That doesn't make > sense and the bug here is that the compiler didn't give you an error > message here saying that. > Exaclty, you have understood !

Re: [WiX-users] About DownloadURL

2013-05-31 Thread Rob Mensching
More specifically, you cannot use RemotePayload element and Compressed='yes' on the ExePackage element together. That doesn't make sense and the bug here is that the compiler didn't give you an error message here saying that. On Fri, May 31, 2013 at 5:37 AM, Markus Wehrle wrote: > Ok, I see. >

Re: [WiX-users] About DownloadURL

2013-05-31 Thread Markus Wehrle
Ok, I see. If you want to have the ExePackage compressed into your bootstrapper.exe (compressed="yes") you need to specify it using "Source" attribute. Cause it will be compressed into your boostrapper during compile time, you must not declare a DownloadUrl. If you specifiy compressed="no" your Exe

Re: [WiX-users] About DownloadURL

2013-05-31 Thread Benjamin Mayrargue
Sorry, this fails: Compressed="yes" DownloadUrl="$(var.UrlSauvegarde)" But this works perfectly: Compressed="no" DownloadUrl="$(var.UrlSauvegarde)" http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; xmlns:bal="htt

Re: [WiX-users] About DownloadURL

2013-05-31 Thread Markus Wehrle
Hi Benjamin, we do not have this issue and can successul download exe package in out burn configuration. Can you provide more details, e.g. the complete ExePackage definition and the content of $(var.UrlSauvegarde)? > Benjamin Mayrargue hat am 31. Mai 2013 um 10:33 > geschrieben: > > > Hi all,

[WiX-users] About DownloadURL

2013-05-31 Thread Benjamin Mayrargue
Hi all, how are you today ? It's raining hard here in Paris. I have found a "bug" in 3.7 :) If an ExePackage has a DownloadUrl and Compressed is set to yes, light failed with error LGHT0103: The system cannot find the file '' with type ''. Compressed="no" DownloadUrl="$(var.UrlSa