Exactly - it will depend on the account lockout policy for things like password 
failures. If the policy says that the threshold is 1 invalid logon, and the 
service starts up with the wrong password then boom, you're locked out. 

Phil Wilson 

-----Original Message-----
From: Christopher Painter [mailto:chr...@deploymentengineering.com] 
Sent: Friday, January 28, 2011 3:16 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall failure?

InstallServices standard action in itself cannot *directly* cause an account 
lockout.   For that matter,  I don't think I've ever ( in 7 years ) seen an 
install *directly* fail because of InstallServices.

StartServices is another story though.   

If the service can't start for whatever reason, then StartServices can result 
in 
a rollback.  Also given enough opportunities, a bad password injected by 
InstallServices can lead to StartServices locking the account.

Conversely I've also seen ( at Continental Airlines ) a locked account fail an 
install because the service could not start.  Again, this manifests as a 
problem 
in StartServices not I
 

---
Christopher Painter, Author of Deployment Engineering Blog
Have a hot tip, know a secret or read a really good thread that deserves 
attention? E-Mail Me



----- Original Message ----
From: "Castro, Edwin G. (Hillsboro)" <edwin.cas...@fiserv.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Fri, January 28, 2011 1:08:58 PM
Subject: Re: [WiX-users] ServiceInstall failure?

ServiceInstall is standard functionality provided by Windows Installer.

I've never had its use result in an account lockout. In my experience the 
installer fails after the first time it tries to register the service but fails 
because the username/password are invalid. I've never experienced it to retry 
any number of times.

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: Kevin Burton [mailto:kev...@buyseasons.com]
> Sent: Friday, January 28, 2011 10:50 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] ServiceInstall failure?
> 
> 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 
------------------------------------------------------------------------------
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

*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please go to 
http://www.invensys.com/legal/default.asp?top_nav_id=77&nav_id=80&prev_id=77.

You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).

------------------------------------------------------------------------------
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