Re: [WiX-users] Quick WiX/Dutil query

2014-06-26 Thread Hoover, Jacob
ned checkupdate parameter. -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Thursday, June 26, 2014 6:12 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Quick WiX/Dutil query Hi Jacob, What branch is this in, 3.90 or 4? Ki

Re: [WiX-users] Quick WiX/Dutil query

2014-06-26 Thread Sean Farrow
Hi Jacob, What branch is this in, 3.90 or 4? Kind regards Sean. -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: 25 June 2014 20:14 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Quick WiX/Dutil query Another option would be to

Re: [WiX-users] Quick WiX/Dutil query

2014-06-25 Thread Hoover, Jacob
o:sean.far...@seanfarrow.co.uk] Sent: Wednesday, June 25, 2014 12:29 PM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Quick WiX/Dutil query Hi, Are there any classes around this? P/Invoke is fine if I need to use that. Cheers Sean. -Original Message- From: Phil Wilson [mailto

Re: [WiX-users] Quick WiX/Dutil query

2014-06-25 Thread Sean Farrow
Hi, Are there any classes around this? P/Invoke is fine if I need to use that. Cheers Sean. -Original Message- From: Phil Wilson [mailto:phildgwil...@gmail.com] Sent: 25 June 2014 18:21 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Quick WiX/Dutil query

Re: [WiX-users] Quick WiX/Dutil query

2014-06-25 Thread Rob Mensching
: General discussion about the WiX toolset. Subject: Re: [WiX-users] Quick WiX/Dutil query There's a perfectly good Win32 API you can P/Invoke, MsiInstallProduct(), it's cleaner than firing off a process, waiting, checking exit codes and other associated process manage

Re: [WiX-users] Quick WiX/Dutil query

2014-06-25 Thread Phil Wilson
There's a perfectly good Win32 API you can P/Invoke, MsiInstallProduct(), it's cleaner than firing off a process, waiting, checking exit codes and other associated process management tasks. --- Phil Wilson On Wed, Jun 25, 2014 at 1:56 AM, Sean Farrow wrote: > Hi All, > > I'm currentl

[WiX-users] Quick WiX/Dutil query

2014-06-25 Thread Sean Farrow
Hi All, I'm currently writing an extension to an application in c# that allows a user to automatically update the application concerned. Before I call msiexec using the .net Process class, I'm wondering whether Dutil or WiX have any classes for doing this? Help appreciated as always. Kind regar