How you can manage to view and edit all Advanced APPV package settings from commandline using Tweakappv
Backstory: If you work with APPV you probably used the ability to connect several APPV packages with a Connection Group (CG). We all know it’s time consuming when there is conflicting advanced COM and isolation settings between packages already produced since they all need the same settings to work in a CG. First you have to open all packages, and then you have to see what’s different before you can make the same adjustment to all the needed packages, it takes time and it easy to forget something. What we wanted to do: So I have been working on an idea of developing a small in-house PowerShell tool based on the fine work and ideas of Advanced Installers “ tweakappv ”with a colleague. Tweakappv works basically like a small APPV api, so if you can crack the commands and syntax you can basically edit everything in one or more packages without doing manual editing. What we managed to do: Using a lot of time on trial and error we did manage to ch...