Since it is so basic can you envision a situation where it would cause an 
account lockout? By basic what is the underlying implementation being used?

Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com 

-----Original Message-----
From: Rob Mensching [mailto:r...@robmensching.com] 
Sent: Friday, January 28, 2011 7:43 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall failure?

The built in service install of the Windows Installer is pretty basic. One of 
the few standard actions I've seriously considered replacing with a custom 
action.

On Thu, Jan 27, 2011 at 10:38 AM, Kevin Burton <kev...@buyseasons.com>wrote:

> It seems that the default behavior for this code
>
>
>  <ServiceInstall Id="BsiServiceInstall" DisplayName="BsiServices Host"
> Name="ServiceExeFile" Description="Windows Service host for Bsi Web 
> Services" Interactive="no" Account="[SERVICEUSER]"
> Password="[SERVICEPASSWORD]" ErrorControl="normal" Start="demand"
> Type="ownProcess" Vital="yes" />
>         <ServiceControl Id="BsiServiceControl" Name="ServiceExeFile"
> Start="install" Stop="uninstall" Remove="uninstall" Wait="yes" />
>
> Is to repeatedly try, even when the password is invalid, until the 
> account specified is locked out. I was wondering if there was a way to 
> catch the first error and display it to the user.
>
> Also I would like to associate some sort of progress bar with the 
> installation and starting of this service. Is there a good reference 
> for this type of function?
>
> Thank you.
>
> Kevin
>
>
> ----------------------------------------------------------------------
> -------- Special Offer-- Download ArcSight Logger for FREE (a $49 USD 
> value)!
> Finally, a world-class log management solution at an even better 
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


--
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, 
so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to