Kaleb Luedtke
Kaleb Luedtke
Try adding `-e` at the end to use an exact match `winget upgrade --id Microsoft.Powershell -e`
> > Try adding `-e` at the end to use an exact match `winget upgrade --id Microsoft.Powershell -e` > > does not help unfortunately ´´´ PS C:\Users\pascal.odermatt> winget upgrade --id...
There are many times that publishers do use the same installer for x86 and x64, relying on the installer itself to perform the appropriate steps for the architecture, so warning...
Is there a reason for having the icon moved to the front?
I think this would probably be better as a separate file, so that it can be downloaded and run directly or called using `Invoke-WebRequest`. Including large blocks of script in...
I guess this is a question of usage. The referenced application is a GUI application, so because of #2711 it's required to use `start 'Camunda Modeler'` at the moment. However,...
> I don't see the issue with the spaces? In PS you can simply do `& "Camunda Modeler"`. I think in cmd you just need to quote it (and actually,...
> I don't think this is an issue with winget, anyways. If the executable has spaces in its name, that is also the case when you install it outside of...
> I'm using --force because otherwise it refuses to uninstall due to the package being supposedly modified, which is not the case. I even get this straight away after installing...
Out of curiosity, can you post the contents of your settings file? It can be opened with `winget settings`? Also, can you provide the log file from `winget upgrade --verbose-logs`?