Sorry, this fails:
       Compressed="yes"
        DownloadUrl="$(var.UrlSauvegarde)"

But this works perfectly:
       Compressed="no"
        DownloadUrl="$(var.UrlSauvegarde)"


<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";

     >

  <?define UrlSauvegarde =  http://www.vapolia.fr/beta/produitVide1.exe ?>

  <Bundle Version="1.0.0.0" Name="Darty Pack" Manufacturer="Darty"
UpgradeCode="BC841679-F636-4098-9EE7-3EAC3F055748"
IconSourceFile='media\install.ico'
AboutUrl='http://www.darty.com/' Compressed='yes'
DisableModify='yes' DisableRemove='yes'>

    <Chain>      <PackageGroupRef Id="SauvegardeGroup" />     </Chain>
 </Bundle>

  <Fragment>    <PackageGroup Id="SauvegardeGroup">      <ExePackage
     Id="Sauvegarde"        InstallCommand=' /S
-password="[PASSWORD64]" -user="[EMAIL]"'        PerMachine="yes"
  Permanent="yes"        Vital="yes"        Cache="yes"
InstallSize="1000000"        Name="Sauvegarde.exe"
Compressed="no"        DownloadUrl="$(var.UrlSauvegarde)">
<RemotePayload CertificatePublicKey="D2A6F974A08D42D7795C7AA5440E04E16DDCFD06"
CertificateThumbprint="76DD0F11CF7E174ED20F160C3F991E6BF418A6FD"
Description="ProduitVide"
Hash="C792F08CF024CFB72F6634280D6E647F27C4ABB5"
ProductName="ProduitVide" Size="81576" Version="1.0.0.0" />
<ExitCode Value="0" Behavior="success" />        <ExitCode Value="1"
Behavior="scheduleReboot" />        <ExitCode Value="2"
Behavior="forceReboot" />        <ExitCode Value="4" Behavior="error"
/>      </ExePackage>    </PackageGroup>  </Fragment>

</Wix>




2013/5/31 Markus Wehrle <mar...@laika42.com>

> **
>  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 <benja...@vapolia.fr> hat am 31. Mai 2013 um 10:33
> geschrieben:
> >
> >
> > 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.UrlSauvegarde)"
> >
> > The error message should be more explicit :)
> >
> > B.
> >
> ------------------------------------------------------------------------------
>
> > Get 100% visibility into Java/.NET code with AppDynamics Lite
> > It's a free troubleshooting tool designed for production
> > Get down to code-level detail for bottlenecks, with <2% overhead.
> > Download for free and get started troubleshooting in minutes.
> > http://p.sf.net/sfu/appdyn_d2d_ap2
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to