← Back to Confluence Long Term Support
Silent install command for Confluence Long Term Support 10.2.15
The exact silent switches the Confluence Long Term Support installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
One-line silent install (x64)
atlassian-confluence-10.2.15-x64.exe -Vapp.confHome="C:\Program Files\Atlassian\Application Data\Confluence" -Vapp.install.service$Boolean=true -VexecuteLauncherAction$Boolean=true -VexistingInstallationDir="C:\Program Files\Confluence" -Vlaunch.application$Boolean=true -VportChoice=default -Vsys.adminRights$Boolean=true -Vsys.confirmedUpdateInstallationString=false -Vsys.installationDir="C:\Program Files\Atlassian\Confluence" -Vsys.languageId=en -Vsys.programGroupAllUsers$Boolean=false -Vsys.programGroupName=Confluence -q
Run from the directory containing atlassian-confluence-10.2.15-x64.exe. Download the installer from the Direct link below first.
| Architecture | Scope | Type | Silent switches | Source |
|---|---|---|---|---|
| x64 | - | EXE | Declared by publisher |
- Declared by publisher means the switches come straight from the winget manifest the publisher (or community maintainer) submitted to microsoft/winget-pkgs.
- Default for {type} means the manifest doesn't specify silent switches, so the framework's standard switches are shown (e.g.
/Sfor NSIS,/quiet /norestartfor MSI).
Frequently asked questions
What is the silent install command for Confluence Long Term Support?
Confluence Long Term Support uses EXE. After downloading the installer, run: atlassian-confluence-10.2.15-x64.exe -Vapp.confHome="C:\Program Files\Atlassian\Application Data\Confluence" -Vapp.install.service$Boolean=true -VexecuteLauncherAction$Boolean=true -VexistingInstallationDir="C:\Program Files\Confluence" -Vlaunch.application$Boolean=true -VportChoice=default -Vsys.adminRights$Boolean=true -Vsys.confirmedUpdateInstallationString=false -Vsys.installationDir="C:\Program Files\Atlassian\Confluence" -Vsys.languageId=en -Vsys.programGroupAllUsers$Boolean=false -Vsys.programGroupName=Confluence -q. The silent install switches are -Vapp.confHome="C:\Program Files\Atlassian\Application Data\Confluence" -Vapp.install.service$Boolean=true -VexecuteLauncherAction$Boolean=true -VexistingInstallationDir="C:\Program Files\Confluence" -Vlaunch.application$Boolean=true -VportChoice=default -Vsys.adminRights$Boolean=true -Vsys.confirmedUpdateInstallationString=false -Vsys.installationDir="C:\Program Files\Atlassian\Confluence" -Vsys.languageId=en -Vsys.programGroupAllUsers$Boolean=false -Vsys.programGroupName=Confluence -q.
How do I deploy Confluence Long Term Support via Intune or Configuration Manager?
Use winget for the cleanest path: winget install --id Atlassian.Confluence --exact 10.2.15 --silent --accept-package-agreements --accept-source-agreements. If winget isn't viable in your environment, package the publisher's installer directly using the silent switches above.
Where do these silent switches come from?
The switches marked "Declared by publisher" come from the winget manifest the publisher (or community maintainer) submitted to microsoft/winget-pkgs. Switches marked "Default for EXE" come from the installer framework's documented defaults.
Prefer the winget route? See the full Confluence Long Term Support install page.