[WiX-users] RemotePayload causes error LGHT0103: The system cannot find the file '' with type ''.

2013-07-24 Thread Phill Hogland
I have a bundle based on WixStdBa which installs .Net 4.0 and my MSI. I need to add a third party MSI which requires .Net 3.51. So at this point I am only trying to add .Net 3.51 to my chain. Not finding a built-in way to do this like I did for .Net 4.0 ( 'PackageGroupRef Id='NetFx40Web' /') I

Re: [WiX-users] RemotePayload causes error LGHT0103: The system cannot find the file '' with type ''. [P]

2013-07-24 Thread Steven Ogilvie
Classification: Public You can let the bundle.wxs handle the .NET 4.0 installation for you. You will need to reference the .NET WIX extension then just add: Chain PackageGroupRef Id=NetFx40Redist / To install .net 3.5 check out Neil Sleightholm's blog and goto the .NET Framework 3.5 SP1

Re: [WiX-users] RemotePayload causes error LGHT0103: The system cannot find the file '' with type ''. [P]

2013-07-24 Thread Phill Hogland
I had wix doing the .Net 4.0 for me. I had seen Neil's blog some time ago but did not find it when I needed the .Net 3.5 info. Thanks for the info! -- View this message in context: