external help file | Module Name | online version | schema |
---|---|---|---|
OutSystems.SetupTools-help.xml |
OutSystems.SetupTools |
2.0.0 |
Installs the pre-requisites for the OutSystems platform server.
Install-OSServerPreReqs [-MajorVersion] <String> [[-SourcePath] <String>] [[-InstallIISMgmtConsole] <Boolean>]
[<CommonParameters>]
This will install the pre-requisites for the OutSystems platform server. You should run first the Test-OSServerSoftwareReqs and the Test-OSServerHardwareReqs cmdlets to check if the server is supported for OutSystems.
Install-OSServerPreReqs -MajorVersion "10"
Install-OSServerPreReqs -MajorVersion "11" -InstallIISMgmtConsole:$false
Install-OSServerPreReqs -MajorVersion "11" -InstallIISMgmtConsole:$false -SourcePath "c:\downloads"
Specifies the platform major version. Accepted values: 10 or 11.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a local path having the pre-requisites binaries.
Type: String
Parameter Sets: (All)
Aliases: Sources
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies if the IIS Managament Console will be installed. On servers without GUI this feature can't be installed so you should set this parameter to $false.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: True
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.