Re: [WiX-users] Windows Updates - either pending or running causes our installs to fail

2015-01-22 Thread StevenOgilvie
thanks David, I am using this to check whether updates are running or reboot required so my installer won't crap out I am thinking I might need to add another check to see if another installer is running (MSI not an update) m = Mutex::OpenExisting( mutexName ); where mutexName would be: Global\_M

Re: [WiX-users] Windows Updates - either pending or running causes our installs to fail

2014-12-12 Thread David Connet
- Original Message - > From: Phil Wilson > To: General discussion about the WiX toolset. > > Cc: > Sent: Friday, December 12, 2014 11:30 AM > Subject: Re: [WiX-users] Windows Updates - either pending or running causes > our installs to fail > >T here is

Re: [WiX-users] Windows Updates - either pending or running causes our installs to fail

2014-12-12 Thread Phil Wilson
There is a Windows Update Agent API. The IUpdateInstaller interface has an IsBusy property that seems to indicate that an update is in progress. This fragment of C++ may be a start. It seems to work in the sense that it tells me not busy :) but is otherwise untested. #include "stdafx.h" #include

[WiX-users] Windows Updates - either pending or running causes our installs to fail

2014-12-11 Thread TimM
Does anyone know of a way we can detect if there are pending Windows Updates or currently running Windows Updates?We have seen this issue quite a lot where we have 32 bit assemblies within our installs that get installed and then published near the end of the install. But if there are pending Windo

Re: [WiX-users] Windows updates

2013-07-12 Thread Bruce Cran
On 12/07/2013 10:56, Pally Sandher wrote: > Question is if these machines don't have internet access, why is keeping them > up to date an issue? One problem with machines that don't have Internet access is that installers which are Authenticode-signed won't install unless the root certificate h

Re: [WiX-users] Windows updates

2013-07-12 Thread Pally Sandher
To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows updates So Burn is needed? (I am not surprised, given that it would be several files to install that are likely internally transactional and the rest, but just wanted to confirm.) We don't have internet access on the machines

Re: [WiX-users] Windows updates

2013-07-11 Thread Hoover, Jacob
That or upgrade to 3.7 and use the "old" binaries for your existing builds. -Original Message- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: Thursday, July 11, 2013 12:05 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows upd

Re: [WiX-users] Windows updates [P]

2013-07-11 Thread Keith.Douglas
[WiX-users] Windows updates [P] Classification: Public If you are going to use Burn, why not skip 3.6 and go to 3.7? -Original Message- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: July-11-13 12:52 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-user

Re: [WiX-users] Windows updates

2013-07-11 Thread Keith.Douglas
3-951-4405 Facsimile | Télécopieur 613-951-1966 Government of Canada | Gouvernement du Canada -Original Message- From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com] Sent: July-11-13 12:56 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Windows up

Re: [WiX-users] Windows updates [P]

2013-07-11 Thread Steven Ogilvie
Classification: Public If you are going to use Burn, why not skip 3.6 and go to 3.7? -Original Message- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: July-11-13 12:52 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows updates Following

Re: [WiX-users] Windows updates

2013-07-11 Thread Hoover, Jacob
m: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: Thursday, July 11, 2013 11:52 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Windows updates Following up to myself here to ask a question about burn. I had forgotten burn got released in 3.6, since we'v

Re: [WiX-users] Windows updates

2013-07-11 Thread Keith.Douglas
Original Message- From: Douglas, Keith - CoSD/DSCo Sent: July-11-13 10:41 AM To: 'General discussion for Windows Installer XML toolset.' Subject: RE: [WiX-users] Windows updates So Burn is needed? (I am not surprised, given that it would be several files to install that are likel

Re: [WiX-users] Windows updates

2013-07-11 Thread Keith.Douglas
Government of Canada | Gouvernement du Canada -Original Message- From: Alain Forget [mailto:afor...@cmu.edu] Sent: July-11-13 10:35 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Windows updates Grab the appropriate Service Packs for the OSe

Re: [WiX-users] Windows updates

2013-07-11 Thread Alain Forget
x27;t advise on that, but I don't think it's overly complicated. Alain -Original Message- From: keith.doug...@statcan.gc.ca [mailto:keith.doug...@statcan.gc.ca] Sent: July 11, 2013 10:12 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Windows updates Hi folks, Is

[WiX-users] Windows updates

2013-07-11 Thread Keith.Douglas
Hi folks, Is there a way to bundle-and-install the standalone updates that one would get from Microsoft to update Windows (e.g. security updates with the "Windows Update Standalone" file type or whatever it is exactly)? If so, where should I start looking to do this? (We have machines which ar