Good morning (or night),
Yesterday i downloaded the 3.7.0 version of PSAppDeployToolKit, ive been running 3.6.8 for a long time, cause there seem to be some nice fixes etc.
I test it out with a simple MSI application, that i know works in 3.6.8 with the same cmd.
I Remove the Zero-config and show progress.
This is the cmd;
“Execute-MSI -Action Install -Path “***********.msi” -Parameters ‘/QN’”
And then i do as i Always do when i try out new packege (in 3.6.8), open powershell as admin, type :"./Deploy-application.exe install"
NOTHING happens, nada, zip, zero…
I dont even get any logs under c:\windows\logs\software
I see in the taskmanager that the deploy-appilcation.exe is there, but it gets “stuck” and nothing more happens.
If i run the example: “powershell.exe -Command “& { & ‘.\Deploy-Application.ps1’ -DeployMode ‘Silent’; Exit $LastExitCode }””
It work just fine…
What has changen? hahha
Anyone that have experianced the same problem?