Re: [WiX-users] SqlString roleback options

2009-10-12 Thread Michael Osmond
epair your application. Michael -Original Message- From: d8x...@hotmail.com [mailto:d8x...@hotmail.com] Sent: Tuesday, 13 October 2009 1:27 AM To: Wix-Users Subject: [WiX-users] SqlString roleback options I need to add an existing user to an existing SQL database role. I am not creating th

Re: [WiX-users] SqlString roleback options

2009-10-12 Thread Blair
2009 8:27 AM To: Wix-Users Subject: [WiX-users] SqlString roleback options I need to add an existing user to an existing SQL database role. I am not creating the database or any tables. If the user is already a member of the role my script will do nothing. My current Wix implementation works fin

[WiX-users] SqlString roleback options

2009-10-12 Thread d8xter
I need to add an existing user to an existing SQL database role. I am not creating the database or any tables. If the user is already a member of the role my script will do nothing. My current Wix implementation works fine except I don't appear to have rollback (remove the user from the role if