Skip to content

Commit

Permalink
Update DevCDRAgent.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rzander authored Sep 18, 2019
1 parent 63c8cee commit 23ce5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Win10_Sources/sources/$OEM$/$$/Temp/DevCDRAgent.json
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@
"Architecture": "X64",
"PSUninstall": "$proc = (Start-Process -FilePath \"msiexec.exe\" -ArgumentList \"/x {CC1B3F35-4E56-403D-B7DB-345160BEC87D} /qb! REBOOT=REALLYSUPPRESS\" -Wait -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode",
"PSDetection": "[System.Version](Get-Item \"$($env:ProgramFiles)\\DevCDRAgentCore\\DevCDRAgentCore.exe\").VersionInfo.FileVersion -ge [System.Version]\"1.0.0.16\"",
"PSInstall": "$proc = (Start-Process -FilePath \"msiexec.exe\" -ArgumentList \"/i `\"DevCDRAgentCore.msi`\" /qn ALLUSERS=2 ENDPOINT=https://itnetxdevcdr.azurewebsites.net/chat REBOOT=REALLYSUPPRESS\" -Wait -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode",
"PSInstall": "$proc = (Start-Process -FilePath \"msiexec.exe\" -ArgumentList \"/i `\"DevCDRAgentCore.msi`\" /qn ALLUSERS=2 ENDPOINT=https://devcdr.azurewebsites.net/chat REBOOT=REALLYSUPPRESS\" -Wait -PassThru);$proc.WaitForExit();$ExitCode = $proc.ExitCode",
"PSPreReq": "[Environment]::Is64BitProcess",
"PSPreInstall": "",
"PSPostInstall": "",
Expand All @@ -1271,4 +1271,4 @@
],
"SWId": 0,
"IconURL": ""
}
}

0 comments on commit 23ce5db

Please sign in to comment.