Re: [WiX-users] Installation credentials on install

2009-06-18 Thread Bob Arnson
Scott Sharpe wrote: > My apologies I gave some incorrect information. I am not specifying the > impersonate attribute. Apparently that is different from a 'yes' or a 'no'. > I rather hate that about WiX. I'm an explicit kind of guy. > You can be as explicit as you want. However, it's not

Re: [WiX-users] Installation credentials on install

2009-06-18 Thread Scott Sharpe
idea why I get different behaviors when both machines are Win2K3 Svr with Term Services role? -Original Message- From: Wilson, Phil [mailto:phil.wil...@wonderware.com] Sent: Wednesday, June 17, 2009 10:23 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users]

Re: [WiX-users] Installation credentials on install

2009-06-17 Thread Wilson, Phil
Running without impersonation means you're running with the SYSTEM account. This has no network access rights, and results in presenting some variations of Anonymous or the machine account to other systems depending on the AD or trust configuration. Phil __

Re: [WiX-users] Installation credentials on install

2009-06-17 Thread Bob Arnson
Scott Sharpe wrote: > What controls the credential at install time? > The user that initiates the installation. Some custom actions take explicit credentials, like WiX's SQL CAs. -- sig://boB http://joyofsetup.com/ --