Closed kenchan0130 closed 1 month ago
If you configure the package to use the PSAppDeployToolkit, you will get an error that the file does not exist when you distribute the application.
The reason for this is that the PSAppDeployToolkit is not included when packaging the intunewin file.
Connect-MSIntuneGraph $params = @{ Path = "E:\projects\packagefactory\packages" Application = "AdobeAcrobatReaderDC" Type = "App" WorkingPath = "E:\projects\packagefactory\output" Import = $true } .\New-Win32Package.ps1 @params
Description
If you configure the package to use the PSAppDeployToolkit, you will get an error that the file does not exist when you distribute the application.
The reason for this is that the PSAppDeployToolkit is not included when packaging the intunewin file.
Reproduce