This article provides step-by-step instructions for installing 1Password on Windows using the MSI or MSIX bundle. This method is ideal for VM deployments or environments where installations are handled manually or through automation.
1. Download the Installer
Go to the official 1Password download page for Windows:
🔗 1Password for WindowsDownload the latest .msixbundle or .msi installer.
-
Save the installer to a known directory on your system (e.g.,
C:\Downloads).
2. Install via PowerShell
Install for Current User
Open PowerShell as Administrator.
Run the following command, replacing the path with the actual location of your
.msixbundlefile:
Add-AppxPackage -Path "C:\Path\To\1PasswordSetup-latest.msixbundle"
This installs 1Password for the currently logged-in user only.
Optional – Install for All Users (System-Wide Deployment)
Open PowerShell as Administrator.
Run the command below to install 1Password for all user profiles:
Add-AppxProvisionedPackage -Online -PackagePath "C:\Path\To\1PasswordSetup-latest.msixbundle" -SkipLicense
⚠️ This requires an administrator session and is recommended for system-wide deployments.
3. Verify Installation
After installation, check the Start Menu for the 1Password app.
Alternatively, run 1Password directly from the installation path to confirm it launches correctly.
Comments
0 comments
Please sign in to leave a comment.