Changes between Version 2 and Version 3 of Ticket #804


Ignore:
Timestamp:
Sep 20, 2023, 9:24:23 AM (10 months ago)
Author:
ascottwwf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #804 – Description

    v2 v3  
    1111We 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:
    1212
    13 {{{
     13{{{#!sh
    1414"Begin: $ENV:PROCESSOR_ARCHITECTURE" >> "C:\Windows\Temp\Test.txt"
    1515If ($ENV:PROCESSOR_ARCHITEW6432 -eq "AMD64") {