OutSystems.SetupTools
OutSystems.SetupTools copied to clipboard
Powershell module to install and manage the OutSystems platform
C:\Program Files\OutSystems\Development Environment 10
Install-OSServiceStudio should check if platform is configured
Set-OSServerPerformanceTunning doesnt set ACLs on the IISCompression folder or NETCompilation folder
Install-OSServiceStudio doesnt exit when installation fails
- Changes due to split of Development Environment installer to separate Service Studio and Integration Studio ones. - Fix issues with names and version numbers incompatible with [System.Version[]]. Some files...
Exclude Server.API and Server.Identity IIS apps from being moved to the OutSystemsApplications app pool by Set-OSServerPerformanceTunning and Set-OSServerPerformanceTunning2. Fixes #111 .
The functions GetSCCompiledVersion, GetSysComponentsCompiledVersion and GetLifetimeCompiledVersion check a registry key that is created by the corresponding Set*CompiledVersion function, so to work properly they require the previous use of those functions...