Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-16 Thread Christopher Karper
This is a little crazy, so I'll try to be as clear as possible... Here's the pertinent section of my DB installer: USESQLAUTH=1 First, I create a User entity using the possibly supplied properties. Then I cre

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-16 Thread tgoffice
Ok, how can I implement it in a better way ... Thanks in advanced! tom cemiles wrote: > > Oh, I think I know what you're saying now. And I believe the answer is > you > do need 2 components in order to do so, or so I've read and done. > > On Mon, Dec 15, 2008 at 9:10 AM, tgoffice wrote: >

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-15 Thread Chad Miles
Oh, I think I know what you're saying now. And I believe the answer is you do need 2 components in order to do so, or so I've read and done. On Mon, Dec 15, 2008 at 9:10 AM, tgoffice wrote: > > Sorry, no this is a missunterstanding (my bad english > ... :confused:) > > How can I differ between

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-15 Thread tgoffice
Sorry, no this is a missunterstanding (my bad english ... :confused:) How can I differ between a SqlDatabase with and without integrated security, withoud creating to components with nearly the same content (only the User differs but I have to duplicate all sql scripts) cemiles wrote: > >

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-12 Thread cemiles
Sorry, and that tag is incorrect for the RBG. Should read cemiles wrote: > > You could set up a radiobuttongroup control and tie that condition > property to it. > > So, something like this would be the short version for 1 property > DATABASEUSER: > > > >Title="!(loc.DBUser

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-12 Thread cemiles
You could set up a radiobuttongroup control and tie that condition property to it. So, something like this would be the short version for 1 property DATABASEUSER: ISINTEGRATEDSECURITY=0 ISINTE

Re: [WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-11 Thread tgoffice
Has anyone some 50 cents? Any help would be appreciated. Thomas -- View this message in context: http://n2.nabble.com/Distinguish-between-SQL-integrated-security-and-normal-authentication-tp1642658p1646877.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Distinguish between SQL integrated security and normal authentication

2008-12-11 Thread tgoffice
Hello, what is the most elegant (common way) to distingwhish between sql connection with integrated security and with user name/password. I have a GUI to enter user database server, instance name, user name, password ... to connect to an database. If user name and password are not provided integ