| external help file | OutSystems.SetupTools-help.xml |
|---|---|
| Module Name | OutSystems.SetupTools |
| online version | |
| schema | 2.0.0 |
Installs or updates the OutSystems development environment (Service Studio).
Install-OSServiceStudio [-InstallDir <String>] -Version <String> [<CommonParameters>]
Install-OSServiceStudio [-InstallDir <String>] -SourcePath <String> -Version <String> [<CommonParameters>]
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.
Install-OSServiceStudio -Version "11.55.35"
Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems
Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems -SourcePath c:\temp
Install-OSServiceStudio -Version "11.55.35" -InstallDir D:\Outsystems -SourcePath c:\temp -FullPathInstallDir
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: FalseIf 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: FalseThe version to be installed.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.