Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-04-04 Thread Bob Arnson
Sajo Jacob wrote: > TerminalServerAware should be set to "No" and Impersonate should be > set to "no", that should fix it. As I've mentioned before, making them non-impersonated might fix SQL Express but would break SQL Server. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-04-03 Thread Sajo Jacob
I think here is the issue, WiX code base- SQLExtension.wxs TerminalServerAware should be set to "No" and Impersonate should be set to "no", that should fix it. Jacob On Thu, Apr 3, 2008 at 6:43 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Sajo Jacob wrote: >

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-04-03 Thread Bob Arnson
Sajo Jacob wrote: > Any clues how to fix this? If SQL Express requires elevated privileges to drop a database, it works differently than SQL Server and will require a different CA to do so. It might be the same code but a new CA entry to be elevated. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-04-03 Thread Sajo Jacob
sonateLoggedOnUser to change who it's running as. (If it's not > > impersonated already, it's running as LocalSystem which has the TCB > > privilege necessary to call LogonUser on Windows 2000.) It could be possible > > to ask for alternate *Windows* login credentials to

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-27 Thread Sajo Jacob
who it's running as. (If it's not > > impersonated already, it's running as LocalSystem which has the TCB > > privilege necessary to call LogonUser on Windows 2000.) It could be possible > > to ask for alternate *Windows* login credentials to run these actions. &g

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-23 Thread Sajo Jacob
all possible exit paths to > ensure that further custom actions using the same server process would run > with the correct credentials, however. > > > > -- > > Mike Dimmick > > > -- > > *From:* [EMAIL PROTECTED] [mailto: > [EMA

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-23 Thread Mike Dimmick
] [mailto:[EMAIL PROTECTED] On Behalf Of Sajo Jacob Sent: 23 March 2008 04:46 To: Bob Arnson Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiXSqlExtension issue on Vista with UAC SQL Server 2005 Express. In fact this issue also causes the Repair scenario to fail. Jacob On

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-22 Thread Sajo Jacob
SQL Server 2005 Express. In fact this issue also causes the Repair scenario to fail. Jacob On Sat, Mar 22, 2008 at 1:29 PM, Bob Arnson <[EMAIL PROTECTED]> wrote: > Sajo Jacob wrote: > > If it is by design, then there is a problem with using WiXSqlExtension for > creating an installer for Vista/W

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-22 Thread Bob Arnson
Sajo Jacob wrote: If it is by design, then there is a problem with using WiXSqlExtension for creating an installer for Vista/WS2008 because the *uninstallation* will fail is you attempt to uninstall the product from Add/remove programs because the custom actions to drop the database is getting

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-20 Thread Sajo Jacob
If it is by design, then there is a problem with using WiXSqlExtension for creating an installer for Vista/WS2008 because the *uninstallation* will fail is you attempt to uninstall the product from Add/remove programs because the custom actions to drop the database is getting executed as immediate,

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-19 Thread Bob Arnson
Sajo Jacob wrote: I am using WiX 3.0.29.25 , I am suspecting that the custom actions in WiXSqlExtension: CreateDatabase, DropDatabase, ExecuteSQLStrings and RollbackExecuteStrings are not getting deferred by default. I believe that's by design: The installing user's permissi

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-19 Thread Sajo Jacob
I did go ahead and file a bug, In the meanwhile, is there a work around fix I can use for this? Jacob On Wed, Mar 19, 2008 at 2:42 AM, Heath Stewart <[EMAIL PROTECTED]> wrote: > Looks like the custom actions aren't attributed with Impersonate="no". > Please file a bug on http://sf.net/projects/wi

Re: [WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-19 Thread Heath Stewart
Looks like the custom actions aren't attributed with Impersonate="no". Please file a bug on http://sf.net/projects/wix. Also, that is an older WiX version. When fixed you'll need to download updates from http://wix.sf.net/releases. Sajo Jacob wrote: > I am using WiX 3.0.29.25

[WiX-users] WiXSqlExtension issue on Vista with UAC

2008-03-18 Thread Sajo Jacob
I am using WiX 3.0.29.25, I am suspecting that the custom actions in WiXSqlExtension: CreateDatabase, DropDatabase, ExecuteSQLStrings and RollbackExecuteStrings are not getting deferred by default. When I attempt to uninstall the product from Vista with UAC turned on, the installer complains about