Re: [WiX-users] Check if user exists in UI

2010-12-17 Thread dB .
eforge.net Subject: Re: [WiX-users] Check if user exists in UI I cannot use third party CA dlls unfortunately and hence struggling with vbscript. If there is any other means please share. Thanks. On Thu, Dec 16, 2010 at 2:44 PM, dB. [via Windows Installer XML (WiX) toolset] > wrote: > In

Re: [WiX-users] Check if user exists in UI

2010-12-16 Thread sangeeta1
per - Staff > Electronic Banking Services > Fiserv > Office: 503-746-0643 > Fax: 503-617-0291 > www.fiserv.com > Please consider the environment before printing this e-mail > > > -Original Message- > > From: sangeeta1 [mailto:[hidden > > email]<h

Re: [WiX-users] Check if user exists in UI

2010-12-16 Thread Wilson, Phil
Windows Installer XML toolset. Subject: Re: [WiX-users] Check if user exists in UI Have you tried removing your usage of WScript in your vbscript code as Phil suggested? I'm no vbscript wizard so I don't know if the syntax below is good. Function CheckUserExists s

Re: [WiX-users] Check if user exists in UI

2010-12-16 Thread Castro, Edwin G. (Hillsboro)
DoActionStatusSuccess End If objConnection.Close End Edwin G. Castro Software Developer - Staff Electronic Banking Services Fiserv Office: 503-746-0643 Fax: 503-617-0291 www.fiserv.com Please consider the environment before printing this e-mail > -Original Message----- > From: sangee

Re: [WiX-users] Check if user exists in UI

2010-12-16 Thread sangeeta1
/user/SendEmail.jtp?type=node&node=5843173&i=1> > Subject: Re: [WiX-users] Check if user exists in UI > > > Hi, > > > I have a vbscript to validate the user in AD and I am having trouble > running it in the custom Action. Can someone point out mistakes

Re: [WiX-users] Check if user exists in UI

2010-12-16 Thread dB .
#aba0b3481e2f5612373289a8fd4299f48 Etc. dB. @ dblock.org Moscow|Geneva|Seattle|New York -Original Message- From: sangeeta1 [mailto:snmsn...@gmail.com] Sent: Wednesday, December 15, 2010 12:57 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Check if user exists in UI Hi, I have a vbscript

Re: [WiX-users] Check if user exists in UI

2010-12-15 Thread Wilson, Phil
Check if user exists in UI Hi, I have a vbscript to validate the user in AD and I am having trouble running it in the custom Action. Can someone point out mistakes in implementing the custom action. I am not a vbscript expert here so please pardon my ignorance. log Action 11:

Re: [WiX-users] Check if user exists in UI

2010-12-15 Thread sangeeta1
Hi, I have a vbscript to validate the user in AD and I am having trouble running it in the custom Action. Can someone point out mistakes in implementing the custom action. I am not a vbscript expert here so please pardon my ignorance. log Action 11:42:48: CheckUserExists. Action start 11:

Re: [WiX-users] Check if user exists in UI

2010-12-13 Thread dB .
users] Check if user exists in UI Hi, I would like to check if a user exists in AD domain when username, domain, password are entered in input dialog fields. Can (and how) I use to check if a user exists or will I have to write managed custom action to search for directoryEntry in AD? Can som

[WiX-users] Check if user exists in UI

2010-12-12 Thread sangeeta1
Hi, I would like to check if a user exists in AD domain when username, domain, password are entered in input dialog fields. Can (and how) I use to check if a user exists or will I have to write managed custom action to search for directoryEntry in AD? Can some one provide pointers on how to ch