Re: [WiX-users] Issues with ServiceInstall

2008-06-05 Thread Chad Petersen
ng. > > Chad > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sandip > Ghosh > Sent: Wednesday, June 04, 2008 12:08 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Issues with ServiceInstall > &

Re: [WiX-users] Issues with ServiceInstall

2008-06-04 Thread Bob Arnson
Sandip Ghosh wrote: > Thanks Chad! Taking out the Arguments attribute fixed it, I read the > wix.chm again, Arguments is for passing the arguments to run the service not > install it. I wonder how Wix/MSI figures out the arguments required to > install/uninstall the service, because my services re

Re: [WiX-users] Issues with ServiceInstall

2008-06-04 Thread Sandip Ghosh
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sandip > Ghosh > Sent: Wednesday, June 04, 2008 12:08 AM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] Issues with ServiceInstall > > I have been installing/uninstalli

Re: [WiX-users] Issues with ServiceInstall

2008-06-04 Thread Chad Petersen
ect: [WiX-users] Issues with ServiceInstall I have been installing/uninstalling services through Custom Actions earlier. I attempted to use ServiceInstall to install the service. The service installs, but I cannot start it. It appears to be a permissions problem. I have read a bunch of posts, and have at

[WiX-users] Issues with ServiceInstall

2008-06-04 Thread Sandip Ghosh
I have been installing/uninstalling services through Custom Actions earlier. I attempted to use ServiceInstall to install the service. The service installs, but I cannot start it. It appears to be a permissions problem. I have read a bunch of posts, and have attempted some of the suggestions, but c