Método dedicatedInstallBasic
voltar ao índice do grupo
dedicatedInstallBasic
voiddedicatedInstallBasic (
stringsession,
stringhostname,
stringstatus,
stringlanguage,
stringbitFormat,
stringos,
stringsql,
stringcustomerScriptLink,
stringcustomerScriptReturn
)
Descrição
Reinstall serverParâmetros
- stringsession : the session id
- stringhostname : the server hostname
- stringstatus : install with last configuration (done) or the default configuration (default)
- stringlanguage : the installation language
- stringbitFormat : 32 or 64 bits
- stringos : The installation OS
- stringsql : Must be set to On if it is sql Server
- stringcustomerScriptLink : The url of the sript to execute. Only for linux install, file must be .pl, .cgi, or .sh
- stringcustomerScriptReturn : The result of your script execution if all is OK.