<instructions>
    <upgrade>native</upgrade>
    <customExecutes>
        <!--
            Try to start the web server at the very end in case other installers need it
            stopped. Ignore errors because the service may be disabled or already started.
        -->
        <customExecute exeName="[SystemFolder]\sc.exe"
                       arguments="start NIWebServer"
                       step="install"
                       schedule="postall"
                       wait="y"
                       ignoreLaunchErrors="y"
                       returnCodeConvention="ignore"
                       hideConsoleWindow="y"/>
    </customExecutes>
</instructions>
