-
released this
2026-07-27 21:51:49 +00:00 | 0 commits to main since this releaseReusable, self-contained application deployment template built on PSAppDeployToolkit 4.1.8.
Asset
Template-Powershell-App-Deployment-Toolkit-4.1.8.zipcontains only the deployable package - copy its contents to your MECM/Intune source folder. The toolkit module ships inside it, so the package runs on any endpoint with no pre-installed dependency and no pinned version.Item Detail Bundled toolkit module 4.1.8 (unpinned - update by replacing the PSAppDeployToolkitdirectory)Launcher Invoke-AppDeployToolkit.exe- signed, .NET Framework 4.7.2 (no .NET 3.5 prompt)Runtime floor .NET Framework 4.7.2, in-box on Windows 10 1803+ and all Windows 11 Included
- Process elevation wrapper that relaunches elevated and forwards every parameter
- Single deployment type switch with Install / Uninstall / Repair phases
- Automatic MSI/EXE media discovery and execution across
Files\<Arch>->Files\All->Files, with transform and patch detection - Bundled dependency loading from
SupportFiles(modules with prerequisite resolution and UNC caching, assemblies, function scripts) - Custom variable dictionary and
\for per-package configuration - Deployment mode detection overrides (OOBE / session / process)
Quick start
- Extract and copy the contents to a new package folder
- Stage installation media under
Files\X64,Files\X86, orFiles\All - Edit the Package Configuration region of
Invoke-AppDeployToolkit.ps1
powershell.exe -ExecutionPolicy Bypass -NoProfile -NoLogo -File ".\Invoke-AppDeployToolkit.ps1" -DeploymentType 'Install' -DeployMode 'Silent'Notes
- Keep the package path well under 260 characters; the bundled assemblies add roughly 90 characters to the package root
- Full documentation lives in the repository under
docs/andTemplates/
Downloads