# Installer Vault Release
Installer Vault is a PowerShell-based Windows utility for managing app downloads with WinGet.
- Scans installed apps.
- Downloads installers into a local folder.
- Keeps a local copy for later use.
- Windows 10 or 11.
- PowerShell 5.1 or PowerShell 7.
- WinGet installed.
- PS2EXE module for EXE export.
Install-Module ps2exe -Scope CurrentUser
Import-Module ps2exeInvoke-ps2exe -InputFile .\UpdateVaultv2.ps1 -OutputFile .\UpdateVault.exe
Invoke-PS2EXE .\InstallerVault.ps1 .\dist\InstallerVault.exe -noConsole
Invoke-PS2EXE .\InstallerVault.ps1 .\dist\InstallerVault.exe -noConsole -requireAdmin
Invoke-PS2EXE .\InstallerVault.ps1 .\dist\InstallerVault.exe -noConsole -iconFile .\app_icon.icops2exe .\InstallerVault.ps1 .\dist\InstallerVault.exe -noConsolewinget downloaddownloads the installer and supports a custom folder with--download-directory. [web:32]- Use exact package IDs when possible for cleaner downloads. [web:32]
- This release is intended for Windows.
- Build the EXE on Windows before distributing it.
- Some installers may still show vendor prompts even with silent-friendly flags.
