Then maybe it’s something specific to your MSI or system. I’m not sure. I am able to get the functionality to work just fine. If there is a problem, then I’ll need more details from you so that I can reproduce the problem.
Hi,
I have the same issue
And I can’t figured out why
It’s working with the command :
Execute-MSI -Action Install -Path ‘MyMSI’
but it’s not so sexy as automatic
I can confirm this is not working with 3.6.8 as well.
I downloaded the the latest version, placed the latest 7-Zip MSI in the Files folder. Executed .\Deploy-Application.exe from an admin powershell window and nothing happens. There were no logs created. Let me know if you want me to test anything else.
I didn’t think I even opened the Deploy-Application.ps1 file when I did my test last night but I must of added the $appName variable .
I found in AppDeployToolkitMain.ps1 that it only executes the zero config msi code if the $appName is not filled in. You can see it for yourself at line 10086.
If the default Deploy-Application.ps1 hasn’t been modified, check for MSI / MST and modify the install accordingly