RemotePayload was incorrectly allowed to be on MsiPackage and MspPackage. It is 
possible in the fix that MsuPackage was removed. It probably shouldn't be. You 
could open a bug to track the issue.

-----Original Message-----
From: Prajas John [mailto:prajas_j...@deepsea.com] 
Sent: Friday, February 28, 2014 7:55 AM
To: wix-users@lists.sourceforge.net
Cc: Francisco Crespo; Aaron Steiner
Subject: [WiX-users] Msu package is not allow me to add RemotePayload as 
attribute in WIX3.8

Hi all,
WIX  3.7 allow us to add Remote payload as attribute for Msu package even 
though latest version WIX 3.8 not supporting this option and giving error 
during the project build.
Now I am using visual studio 2013 and WIX 3.8  see my code below.


      <MsuPackage
          Cache="no"
          Compressed="no"
          Permanent="yes"
          Vital="yes"
          KB="KB942288"
          Name="redist\WindowsInstaller4_5\Windows6.0-KB942288-v2-x86.msu"
          
DownloadUrl="http://download.microsoft.com/download/2/6/1/261fca42-22c0-4f91-9451-0e0f2e08356d/Windows6.0-KB942288-v2-x86.msu";
          InstallCondition="VersionNT=v6.0 AND NOT VersionNT64 AND VersionMsi 
&lt; v4.5">
        <RemotePayload ProductName="Windows Installer 4.5"
               Description="Windows Installer 4.5 Setup"
               CertificatePublicKey="1E5D4BE4A6A94C089DA23126963A1EB8FF175A38"
               CertificateThumbprint="6EBDFB3CF5D0A9691F8700F96BB16D62D344F229"
               Hash="77DB6DD4A51E4C5BC2A474A87AE54C3CCE2DBB31"
               Size="1768236"
               Version="4.5.0.0" />
      </MsuPackage>

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize 
your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to