https://github.com/apppackagingguy/pstollkitwrappertemplate
Custom packaging template based on PSAppDeployToolkit 3.9.3
https://github.com/apppackagingguy/pstollkitwrappertemplate
Last synced: 10 months ago
JSON representation
Custom packaging template based on PSAppDeployToolkit 3.9.3
- Host: GitHub
- URL: https://github.com/apppackagingguy/pstollkitwrappertemplate
- Owner: AppPackagingGuy
- Created: 2024-11-04T11:40:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T08:23:28.000Z (over 1 year ago)
- Last Synced: 2025-01-29T19:12:06.899Z (over 1 year ago)
- Language: PowerShell
- Size: 244 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hi,
This is my custom modification of the PSAppDeployToolkit, which is used for daily packaging tasks.
What was changed:
1. The template has been minimized:
- the "Deploy-Application.exe" file has been replaced with the "install.cmd" and "uninstall.cmd" files
- Banners and Logos were removed
- the "Files" folder has been renamed to "Source"
- the "SupportFiles" folder has been removed
- added "Help.cmd" in the "AppDeployToolkit" folder to start the help console if the powershell is blocked
- The "Repair" section has been removed.
3. Language set to English.
4. Set the msi parameters according to the global standards.
ALLUSERS=1 ARPNOREMOVE=1 ARPNOMODIFY=1 ARPNOREPAIR=1 ReinstallModeText=oms MSIDISABLERMRESTART=0 MSIRMSHUTDOWN=2
MSIRESTARTMANAGERCONTROL=0 ISCHECKFORPRODUCTUPDATES=0 REBOOT=ReallySuppress /QN
6. Toast notifications are disabled.
7. Log path set to "${Env:ProgramData}\InstalledSoftwarePackages\LOGS".
8. Added the creation of a package detection key in 'HKLM:\SOFTWARE\InstalledSoftwarePackages' during package installation and its removal during uninstallation.
9. Updated examples in the Help console.
10. The "Show-InstallationWelcome" function automatically displays a message about installation or uninstallation based on the deployment type.
11. Added AppLogo.ico to set the Intune or SCCM Application Icon during the packge import.