• Welcome to Support Forum: Get Support for Patch My PC Products and Services.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Matthias Veelaert

#1
It was indeed added after the app was created. How would I do that. Just unassign the app and also uncheck the app, republisjh delete it in intune and then republish it again to intune?
#3
Hi,
I have written a powershell script for the ShareX app so I can choose where the app installs to. To do this I had to create a new folder in the registry and an extra key/value in this folder. Locally when I run this script it works perfectly, it creates the folder and key/value pair and then when I download the ShareX app via the company portal, it downloads to this place. Now I added the script as a pre-install script in PatchMyPC so that whoever decides to download the app, gets it installed to this path. However that is not the case. It installs to the default path again and no registry key/value pair is created on my machine.

The script I wrote is this:
New-Item -Path "HKLM:\Software\ShareX"
Set-ItemProperty -Path "HKLM:\Software\ShareX" -Name "PersonalPath" -Type "string" -Value "C:\ShareX"

Any ideas why this won't work?

Kind regards!
#4
Will do! The application is called Logitech unifying.
#5
If I want to request a new application to be added to the catalog, can I do it here or do I have to go through ideas page?
#7
Hi,

I have a quick question. Is it possible to release an application using waved releases?
For example, release the Citrix Workspace app to a test environment(so a group of users) and then automatically release this app 14 days later to the acceptance environment?

Thanks in advance!
#9
Hi,

we use the Belgian Eid Viewer software. The latest version as of yet is 5.1.2 but the application doesn't get updated to this one. We are on 5.0.2 as of this moment. Is this an issue on our side or is the latest update not yet on patchmypc?

Thanks!
#10
Indeed its similar but I thought maybe this question might have given a different result seeing as maybe it was more of a general question now :P Thanks though for all your help already. I will indeed look into that script.
To execute the script, the PC on which patchmypc would execute it, should have executionpolicy bypass right? Or am I wrong about that? Thanks though :)
#11
Hi,
I am looking for an option to be able to uninstall/remove an application before uninstalling another one but both have to be uninstalled automatically. The second fails to uninstall unless the first one is uninstalled before.

Kind regards!!
#12
Where would I find out if its a user-based application? Also the script wont execute even though the script itself works. Do you perhaps have an idea why the script wont execute when citrix is being uninstalled? I have stopped querying win32 though :)
#13
Do the scripts get executed as admin when they get added to scripts in patchmypc?
#14
Alright, thanks I'll definitely look into it :) Thank you
#15
Hi there,
I have just started at Lineas and they work with patchmypc so im learning as I go along. Now there is a product called citrix which you support. We're trying to go back from the 2202 workspace release to the 19.12 workspace ltsr version but before we can delete workspace 2202, we have to delete Citrix HDX. Then we install the other citrix workspace and then reinstall HDX. Now I have written a line to first delete HDX in a script but It looks like it doesn't want to execute. I have added this script to pre/post scripts but I don' know if I am doing something wrong. The line I have written can be found in the attachments. Am I doing it right or am I missing something?

Kind regards!