Filters

CLEAR ALL

Search Results ()

Filter Icon

Search Results ()

    All Plugins (171)

    Filter Icon

    Quick Info

    Product icon
    Product
    DevOps Deploy (HCL Launch)
    Plugin type icon
    Type
    plugin
    Compatibility icon
    Compatibility
    HCL Launch version 7.0 or later
    created by icon
    Created by
    HCL Software
    Published Date
    May 31st, 2021
    Last Updated
    May 16th, 2023

    Description

    Microsoft’s IIS 6 is a web server application packaged with Windows server 2003. The IIS-AdminScripts plugin allows HCL Launch to automate IIS6 configuration changes during a deployment.

    Quick Info

    Product icon
    Product
    DevOps Deploy (HCL Launch)
    Plugin type icon
    Type
    plugin
    Compatibility icon
    Compatibility
    HCL Launch version 7.0 or later
    created by icon
    Created by
    HCL Software
    Published Date
    May 31st, 2021
    Last Updated
    May 16th, 2023

    launch-iis-adminscripts-10.1154089.zip

    Uploaded: 23-Mar-2023 11:15

    launch-iis-adminscripts-9.1056561.zip

    Uploaded: 16-Mar-2021 06:16

    Summary

    The Microsoft IIS AdminScripts plugin includes steps that change the configuration of IIS 6 during a deployment.

    This plugin includes one or more steps, click Steps for step details and properties.

    Compatibility

    The HCL Launch automation plugin for Microsoft IIS AdminScripts works with IIS 6.

    This plugin requires HCL Launch version 7.0 or later.

    Installation

    See Installing plugins in HCL Launch for installing and removing plugins.

    History

    The following table describes the changes made in each plugin version.

    Plugin history details
    Version Description
    9 Minor enhancements

    Usage

    Step palette

    To access this plugin in the palette, click Application Server > IIS > IIS AdminScripts.

    Steps

    The following process steps are available in the IIS AdminScripts plugin.

    AdsUtil

    Run an arbitrary adsutil command.

    Input properties for the AdsUtil step
    Name Type Description Required
    AdsUtil.vbs Path String The path to the AdsUtil.vps executable including the file name. eg: C:\InetPub\AdminScripts\adsutil.vbs No
    Command String The command to be run using adsutil. Yes
    Cscript Path String The path to the cscript.exe executable including the file name if not on the path. eg: C:\Windows\system32\cscript.exe No
    Parameters String A newline separated list of parameters to be set if needed for the command. No
    Path String The path of the node for which you are setting the property, combined with the name of the property you are setting. e.g. w3svc/1/ServerComment No

    Set .Net Version

    Set the .net version for a website

    Input properties for the Set .Net Version step
    Name Type Description Required
    Version Enumeration The version of .Net to set the website to. For this to work the .Net framework for this version must be installed and contain the aspnet_regiis executable in the %windir%\microsoft.net\framework\${version} directory. Available versions are v2.0.50727 and v1.1.4322. Yes
    Website String The website name. No

    Update VDirProperties

    Set properties on a virtual directory

    Input properties for the Update VDirProperties step
    Name Type Description Required
    Parameters String A newline separated list of parameters to be set in the form name=value(note = is not valid as part of the name). No
    VDir Offset String The offset from the website path to the virtual directory. For the default vdir it is /root. For a vdir named test it would be /root/test. Yes
    WebSite String The website name. No

    Update WebSiteProperties

    Set properties on a website

    Input properties for the Update WebSiteProperties step
    Name Type Description Required
    Parameters String A newline separated list of parameters to be set in the form name=value(note = is not valid as part of the name). No
    WebSite String The website name. No