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

Reply via email to