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... It is

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... The

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

2012-12-04 Thread Neil Sleightholm
ode, http://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 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 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 Neil Sleightholm
2 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing Pre-req from DownloadURL... HI all, I have my code like this: http://go.microsoft.com/fwlink/?LinkId=223704"; Name="do

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

2012-12-04 Thread StevenOgilvie
HI all, I have my code like this: http://go.microsoft.com/fwlink/?LinkId=223704"; Name="dotNetFx40_Full_x86_x64.exe" InstallCommand="/passive /norestart"