[WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread StevenOgilvie
HI all, I have my code like this: Chain PackageGroupRef Id=Netfx4Full/ Fragment Id=InstallConditionChecks WixVariable Id=WixMbaPrereqPackageId Value=Netfx4Full / WixVariable Id=WixMbaPrereqLicenseUrl Value=NetfxLicense.rtf / util:RegistrySearch

Re: [WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread Neil Sleightholm
@lists.sourceforge.net Subject: [WiX-users] Installing Pre-req from DownloadURL... HI all, I have my code like this: Chain PackageGroupRef Id=Netfx4Full/ Fragment Id=InstallConditionChecks WixVariable Id=WixMbaPrereqPackageId Value=Netfx4Full / WixVariable Id

Re: [WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread StevenOgilvie
If I need to have that file in the same folder as bundle.wxs, what is the point of using DownloadUrl? I tried to use RemotePayload but was missing CertificatePublicKey, CertificateThumbprint and most important Hash I looked at the .net exe it was signed put the thumbprint was wrong and where do I

Re: [WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread Wesley Manning
It is just needed during the compile so wix can gather the info it needs from the file. -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: December-04-12 5:37 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing Pre-req from DownloadURL... If I

Re: [WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread Neil Sleightholm
://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm. Neil -Original Message- From: StevenOgilvie [mailto:sogil...@msn.com] Sent: 04 December 2012 21:37 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Installing Pre-req from DownloadURL... If I need to have that file in the same

Re: [WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread Steven Ogilvie
Thanks I just tried it and it works :) Much thanks!! STeve -Original Message- From: Neil Sleightholm [mailto:n...@x2systems.com] Sent: December-04-12 5:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing Pre-req from DownloadURL

Re: [WiX-users] Installing Pre-req from DownloadURL...

2012-12-04 Thread Steven Ogilvie
Thanks I just tried it and it works :) Much thanks!! STeve -Original Message- From: Wesley Manning [mailto:wmann...@dynagen.ca] Sent: December-04-12 4:57 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing Pre-req from DownloadURL