Search found 5 matches

Go to advanced search

by techmanabc
Thu Jun 24, 2010 4:44 pm
Forum: Common Problems
Topic: Start a 64 bit service
Replies: 5
Views: 4429
 
Jump to post

Re: Start a 64 bit service

Hello,

I've tried the "sc start YourServiceName" as a custom action but is does not start the service in 32bit and on receives an installer error on 64bit. What does work for 32bit is "net start YourServiceName", but it errors on 64bit. Any suggestions
by techmanabc
Wed Jun 23, 2010 4:36 pm
Forum: Common Problems
Topic: Start a 64 bit service
Replies: 5
Views: 4429
 
Jump to post

Re: Start a 64 bit service

I have tried that, understand I'm using a custom action to install the .net service
by techmanabc
Tue Jun 22, 2010 9:40 pm
Forum: Common Problems
Topic: Start a 64 bit service
Replies: 5
Views: 4429
 
Jump to post

Start a 64 bit service

How do I start a .net service on a 64bit computer
by techmanabc
Fri May 28, 2010 2:19 pm
Forum: Common Problems
Topic: Read external XML file
Replies: 3
Views: 2702
 
Jump to post

Re: Read external XML file

I need to be able to read a field in a XML file that is on the root drive. Use that value of the field within the installer to set a install variable before a custom action install a .net service. My question is how can I read the external XML file to set that variable.

Thanks
by techmanabc
Thu May 27, 2010 10:47 pm
Forum: Common Problems
Topic: Read external XML file
Replies: 3
Views: 2702
 
Jump to post

Read external XML file

Can an external XML file be read and variable set to modify an internal XML file before a custom action starts a .net service.

Go to advanced search