Page 1 of 1

A few questions

Posted: Mon Apr 23, 2007 5:45 am
by AndersO
Hello all!.

1. I have installed a .net service with the .net installutil.exe by using the "Run Program" dragdrop. Is there a way to start the service afterwards?, I've tried "Control Service" (start on install) but nothing happens. Does the "Control Service" need to be before "Apply Install"?

2. Since I'm using installutil.exe I need the folder where its located, the ".net 2.0 framework" folder. Is there a way to get that folder?. Or do I need to make a plugin wich calls "GetCORSystemDirectory"?

Thanks in advance!

Posted: Mon Apr 23, 2007 6:14 am
by AndersO
Tried "Apply Install" after "Control Service" but no change. The returnvalue says "COMPLETE".

I can manually start the service after the install via the control panel/services.

Posted: Mon Apr 23, 2007 6:26 am
by AndersO
So.. I can use "Run Progam" with net start. Does what I want.

Still wondering how to get the .net 2.0 framework folder though.

Posted: Mon Apr 23, 2007 12:29 pm
by AndersO
Solved that with a plugin wich calls GetCORSystemDirectory.

It would be nice to have this functionality in IA somehow though.