Bugs item #1919580, was opened at 2008-03-19 06:23
Message generated for change (Comment added) made by robmen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1919580&group_id=105970

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: extensions
Group: v3.0
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Private: No
Submitted By: Wixer (wixer)
>Assigned to: Rob Mensching (robmen)
Summary: WiXSqlExtension

Initial Comment:
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 not having permissions to remove the mdf specifically. I attempted the 
uninstall from an elevated command prompt and the uninstall completed 
successfully. Is there a solution to this?
Jacob


Response:
---------- Forwarded message ----------
From: Heath Stewart <[EMAIL PROTECTED]>
Date: Wed, Mar 19, 2008 at 2:42 AM
Subject: Re: [WiX-users] WiXSqlExtension issue on Vista with UAC
To: Sajo Jacob <[EMAIL PROTECTED]>
Cc: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>


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.


----------------------------------------------------------------------

>Comment By: Rob Mensching (robmen)
Date: 2008-05-01 22:18

Message:
Logged In: YES 
user_id=991639
Originator: NO

Those CustomActions are impersonated because you want to connect to SQL as
the user doing the install not as the local machine. I have installs that
drop dataases and such as long as the user has permissions do so in SQL.
Does the user doing the uninstall have permission to drop databases and
such?

----------------------------------------------------------------------

Comment By: Bob Arnson (barnson)
Date: 2008-03-22 11:29

Message:
Logged In: YES 
user_id=26581
Originator: NO

Which SQL server are you using? The general case is that the server itself
has the permissions needed to manipulate the file system.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=642714&aid=1919580&group_id=105970

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
WiX-devs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to