Changes between Version 2 and Version 3 of Ticket #804
- Timestamp:
- 09/20/23 09:24:23 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #804 – Description
v2 v3 11 11 We deploy QGIS LTR to a small number of users using Intune as our Application deployment method, this is deployed using a PowerShell script (originally sourced from: https://gist.github.com/Guts/6303dc5eb941eb24be3e27609cd46985), my slightly modified script is as follows: 12 12 13 {{{ 13 {{{#!sh 14 14 "Begin: $ENV:PROCESSOR_ARCHITECTURE" >> "C:\Windows\Temp\Test.txt" 15 15 If ($ENV:PROCESSOR_ARCHITEW6432 -eq "AMD64") {