Skip to content

Latest commit

 

History

History
111 lines (85 loc) · 2.48 KB

File metadata and controls

111 lines (85 loc) · 2.48 KB
external help file OutSystems.SetupTools-help.xml
Module Name OutSystems.SetupTools
online version
schema 2.0.0

Install-OSServiceStudio

SYNOPSIS

Installs or updates the OutSystems development environment (Service Studio).

SYNTAX

Remote (Default)

Install-OSServiceStudio [-InstallDir <String>] -Version <String> [<CommonParameters>]

Local

Install-OSServiceStudio [-InstallDir <String>] -SourcePath <String> -Version <String> [<CommonParameters>]

DESCRIPTION

This will installs or updates the OutSystems development environment. if the development environment is already installed it will check if version to be installed is higher than the current one and update it.

EXAMPLES

EXAMPLE 1

Install-OSServiceStudio -Version "11.55.35"

EXAMPLE 2

Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems

EXAMPLE 3

Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems -SourcePath c:\temp

EXAMPLE 4

Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems -SourcePath c:\temp -FullPathInstallDir

PARAMETERS

-InstallDir

Where the development environment will be installed. If the development environment is already installed, this parameter has no effect. If not specified will default to %ProgramFiles%\Outsystems

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: $OSDefaultInstallDir
Accept pipeline input: False
Accept wildcard characters: False

-SourcePath

If specified, the function will use the sources in that path. if not specified it will download the sources from the OutSystems repository.

Type: String
Parameter Sets: Local
Aliases: Sources

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Version

The version to be installed.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

Outsystems.SetupTools.InstallResult

NOTES

RELATED LINKS