I have an installation that has been working well for some time now. I am
now trying to add a second service to the installation. I have narrowed it
down to the second service being installed and started. The files install
just fine but when I add the following:

 

       <ServiceInstall Id='BsiAmazonServiceInstall'

                       DisplayName='Amazon Services Host' 

                       Name='AmazonServiceExeFile'

                       Description='Windows Service host for Bsi Amazon Web
Services'

                       Interactive='no'

                       Account='[SERVICEUSER]'

                       Password='[SERVICEPASSWORD]'

                       ErrorControl='normal'

                       Start='demand'

                       Type='ownProcess'

                       Vital='yes' />

       <ServiceControl Id='BsiAmazonServiceControl'
Name='AmazonServiceExeFile'

                       Start='install' Stop='uninstall' Remove='uninstall'
Wait='yes' />

 

I get errors indicating that the service could not be started. I looked at
the msiexec log and it basically told me the same thing that the service
could not be started. This the exact same two directives that I use for the
service that has been installed all along. Any ideas?

 

Thank you.

 

Kevin

 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to