PTC HTTP Server Windows サービスのアンインストール
PTC HTTP Server Windows サービスをアンインストールする方法には、PTC HTTP Server Ant コマンドを使用する方法と使用しない方法があります。
Uninstall without Ant
<Apache>/bin ディレクトリからこのコマンドを実行します。
apache -k uninstall -n <サービス名>
<サービス名> は、PTC HTTP Server Windows サービスを作成したときに付けた名前です。
Uninstall with Ant
<Apache> ディレクトリからこのコマンドを実行します。
ant -f config.xml uninstallService -DserviceName <サービス名>
<サービス名> は、PTC HTTP Server Windows サービスを作成したときに付けた名前です。