As you might have seen from my previous SCCM Query Creator project, I wanted to have a simple way to have a list from a text file, which I then outputted in a list view, and then, when I select the name, I would read from an internal embedded text […]
C#
3 posts
One tricky part of updating an application is that you might run into the situation that the user doesn’t have admin rights. For example, I have two users on my machine, my user which is of course the administrator, and another user without admin rights. If the other user is […]
For a while i had some issues in a infrastructure of many users installing per-user MSI’s. Problem is, when the same application is packaged and deployed in the infrastructure, this is done to be a per-machine installation and, it doesn’t update/remove the per-user MSI because you are executing the […]