@Bjorn
You are aware that there is a special enterprise installation package is available? https://confluence.atlassian.com/sourcetreekb/sourcetree-enterprise-and-msi-installation-947848769.html
From our point of view this is working great; by default system git, no mandatory Atlassian account, silent installation.
To install:
- Check that the target has at least .NET 4.5
- Make sure you install Git (2.17.1) before Sourcetree
- @msiexec /i "SourcetreeEnterpriseSetup_2.5.5.msi" /qb ACCEPTEULA=1
To create a shortcut on the target, assuming you keep everything default, use:
powershell "$s=(New-Object -COM WScript.Shell).CreateShortcut('C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Sourcetree.lnk');$s.TargetPath='C:\Program Files (x86)\Atlassian\Sourcetree\SourceTree.exe';$s.Save()"
We've added support for Bitbucket Server to support internal networks. Beyond that there are no changes planned for the registration workflow currently.