Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-10 Thread Nick Ramirez
I see. What would Result.Ok do then in this situation? Is there a place that lists what the different result codes do, out of curiosity? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/NET-4-pre-req-in-WixNetFxExtension-tp7579058p7579374.html Sent fr

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-09 Thread Rob Mensching
Result.NoAction is like saying "Nothing to do here." On Mon, Jul 9, 2012 at 9:52 AM, Nick Ramirez wrote: > Thanks, I've added an event handler for the ResolveSource event and that > gets > me past this issue. My bundle installs! I am following the WiX setup > example > by setting the event argu

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-09 Thread Nick Ramirez
Thanks, I've added an event handler for the ResolveSource event and that gets me past this issue. My bundle installs! I am following the WiX setup example by setting the event argument's Result to "Download" when DownloadSource is not null, and to "Ok" otherwise. I am assuming that using "Ok" for a

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-07 Thread Milan Kaše
Do you handle the OnResolveSource event in your BA? You should return IDDOWNLOAD there. 2012/7/7 Nick Ramirez > *I'm reference this in the Chain element:* > > > > *But I get an error using my custom bootstrapper application:* > > Plan complete, result: 0x0 > [0A00:07D8][2012-07-06T23:48:46]: Ap

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-07-06 Thread Nick Ramirez
*I'm reference this in the Chain element:* *But I get an error using my custom bootstrapper application:* Plan complete, result: 0x0 [0A00:07D8][2012-07-06T23:48:46]: Apply begin [0BD4:07B8][2012-07-06T23:48:50]: Creating a system restore point. [0BD4:07B8][2012-07-06T23:48:59]: Created a syste

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-06-24 Thread Nick Ramirez
Thanks, Bob! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/NET-4-pre-req-in-WixNetFxExtension-tp7579058p7579070.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] .NET 4 pre-req in WixNetFxExtension

2012-06-24 Thread Bob Arnson
On 23-Jun-12 20:28, Nick Ramirez wrote: > Looking at the source code for the extension, that package has the > DownloadUrl attribute but not the SourceFile attribute, so would that mean > the user needs to have an internet connection? Yes. > Am I right in thinking that > having a SourceFile attrib