> can i check for an installed IIS and list the available application pools?
> The avaliable application pools should be listed in a listbox control.

%SystemRoot%\system32\cscript.exe
%SystemDrive%\Inetpub\AdminScripts\adsutil.vbs ENUM "/W3SVC/AppPools/"

Look into the adsutil.vbs script for how the above command works, and
you can translate it into C#.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to