A community where customers and the community can provide feedback to make a better product for everyone! For more details on how we prioritize request, please see:
Code-Sign PowerShell Scripts, DLL and EXE Files in PSAppDeployToolkit (PSADT)
This week at MMS Miami, we had multiple people ask if we could code-sign PowerShell, DLL, and EXE files used in the PSADT. The primary reason this is important is for an easy way to approve the files to run when using Microsoft AppLocker and produ...
Hello PSADT Team, first of all, a big thank you for your great work.I use the PSADT for almost every application and I love it!!! I miss a function to get information from the users. I was thinking of a function similar to "Show-InstallationPrompt...
We currently have a custom webhook that we built to send alerts to a Teams channel when an application fails to install. This allows our service desk to search for failed installs and reach out to the user. Would be nice to see this functionality ...
Certain packages may require a reboot during installation, and it would be great to have a way to resume these, as discussed in the 6 Dec 2023 webinar. The package should continue running in the system context. This would make the packaging proces...
Option to define $app* variables based on EXE/MSI properties
Allow the ability to set the $appVendor, $appName, $appVersion, $installtitle, $installname, and log file naming variables based on properties of the EXE or MSI installers. I can get the information from the files themselves, but must do so prior ...
It would be nice do dynamically check disk space prior to executing MSI installations by using Standard MSI Actions (FileCosting). Attached is a sample script. This would avoid that the installation aborts with return code 1603 and such errors cou...