The msi referenced in your download url has the ProductVersion= 14.0.4763.1150 
- I think this is what you need.

Neil

-----Original Message-----
From: Karl Werner [mailto:karl.wer...@gmail.com] 
Sent: 16 January 2013 16:17
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Remote Payload for Office 2010 PIAs

NOTE: The MsiPackage I posted contains my dummy version number.  This was 
originally not included to generate the first error.  It was added to generate 
the second error.  Sorry for any confusion.

On Wed, Jan 16, 2013 at 9:48 AM, Karl Werner <karl.wer...@gmail.com> wrote:

> I'm trying to set up a remote payload for the Office 2010 PIAs.
>
> Heat generated this:
>
> <RemotePayload
> CertificatePublicKey="B6FD04713FCDA7768A9E367750FF6A051EBEB6E6"
> CertificateThumbprint="8849D1C0F147A3C8327B4038783AEC3E06C76F5B"
> Description="" Hash="86729F9A0115E6541D7676AF40C20F0B9124D561"
> ProductName="" Size="8364032" />
>
> Which I took and made this:
>
> <MsiPackage Name="Prerequisites\o2010pia.msi" DownloadUrl="
> http://go.microsoft.com/fwlink/?LinkId=187780"; DisplayInternalUI="yes"
> Permanent="yes" Visible="yes"
>                   InstallCondition="Office14Installed AND NOT 
> Office14PIAInstalled" Compressed="no">
>         <RemotePayload
> CertificatePublicKey="B6FD04713FCDA7768A9E367750FF6A051EBEB6E6"
> CertificateThumbprint="8849D1C0F147A3C8327B4038783AEC3E06C76F5B"
>                        Description="Office 2010 Primary Interop 
> Assemblies Setup" Hash="86729F9A0115E6541D7676AF40C20F0B9124D561"
>                        ProductName="Office 2010 Primary Interop 
> Assemblies" Size="8364032" Version="1.0.0.0"/>
>       </MsiPackage>
>
> candle then gives me this:
>
> "The RemotePayload/@Version attribute was not found; it is required."
>
> It doesn't look like this msi has a version property specified.
>
> So I tried dumping a dummy version in, just to see what it would do 
> and cascaded into this error:
>
> error LGHT0352: Unable to read package ''. This installation package 
> could not be opened. Verify that the package exists and that you can 
> access it, or contact the application vendor to verify that this is a 
> valid Windows Installer package.
> light.exe(0,0): error LGHT0001: Value cannot be null.
>
> Any ideas on how I can get this working?
>
> Thanks, all!
>
> Karl
>
>
------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery and 
much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to