Look in System.Diagnostics for something along the lines of......
ProcessStartInfo pi = new ProcessStartInfo( @"<Process.exe>" ); Process.Start( pi );
On 19 Oct 2004, at 20:07, Bill Bassler wrote:
Can anyone point me to info on how to execute something like the following
utility located for example in the 1.1.4 framework directory?
Aspnet_regiis -sn W3SVC/1/ROOT/SampleApp1
from a .Net installer class and a custom action? I'm trying to automate the
deployment of the client scripts for ASP.Net
=================================== This list is hosted by DevelopMentorŪ http://www.develop.com Some .NET courses you may be interested in:
Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet
View archives and manage your subscription(s) at http://discuss.develop.com
Steve Lydiatt [EMAIL PROTECTED]
=================================== This list is hosted by DevelopMentorŪ http://www.develop.com Some .NET courses you may be interested in:
Essential .NET: building applications and components with CSharp August 30 - September 3, in Los Angeles http://www.develop.com/courses/edotnet
View archives and manage your subscription(s) at http://discuss.develop.com