Re: [WiX-users] CAQuietExec and Windows Server 2008 UAC

2010-03-24 Thread David Watson
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CAQuietExec and Windows Server 2008 UAC This might be a result of ever-tightening security. The custom action wants to run the command prompt shell (that will try to open a command prompt window) with the local system account. I would

Re: [WiX-users] CAQuietExec and Windows Server 2008 UAC

2010-03-24 Thread Amy Rosewater
AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CAQuietExec and Windows Server 2008 UAC This might be a result of ever-tightening security. The custom action wants to run the command prompt shell (that will try to open a command prompt window) with the local s

Re: [WiX-users] CAQuietExec and Windows Server 2008 UAC

2010-03-24 Thread Wilson, Phil
From: Amy Rosewater [mailto:arosewa...@spectrumhr.com] Sent: Wednesday, March 24, 2010 8:48 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] CAQuietExec and Windows Server 2008 UAC Hi All, I have a custom action to run CAQuietExec (using wix v 3.0.5419.

[WiX-users] CAQuietExec and Windows Server 2008 UAC

2010-03-24 Thread Amy Rosewater
Hi All, I have a custom action to run CAQuietExec (using wix v 3.0.5419.0). It is currently set up to run as a deferred custom action with no impersonation. When this custom action runs in Windows Server 2003 everything works great. When it runs in Windows Server 2008 with UAC I ge