powershell_check_for_updates
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
powershell_check_for_updates [2016/11/21 02:11] – stephen | powershell_check_for_updates [2017/02/07 21:27] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
<code powershell> | <code powershell> | ||
#requires -version 3.0 | #requires -version 3.0 | ||
- | + | ||
#### Check for updates | #### Check for updates | ||
- | #### Version 1.34 | + | #### Version 1.36 |
- | #### Last updated | + | #### Last updated |
#### The canonical version of this script is at http:// | #### The canonical version of this script is at http:// | ||
Line 190: | Line 190: | ||
{ | { | ||
CheckCurrentVersionNumber ' | CheckCurrentVersionNumber ' | ||
- | 'href=" | + | '> |
$appsToCheck[' | $appsToCheck[' | ||
} | } | ||
Line 226: | Line 226: | ||
{ | { | ||
CheckCurrentVersionNumber ' | CheckCurrentVersionNumber ' | ||
- | '> | + | '> |
$appsToCheck[' | $appsToCheck[' | ||
} | } | ||
Line 358: | Line 358: | ||
{ | { | ||
CheckLocalFile ' | CheckLocalFile ' | ||
- | '> | + | '\>\s*VirtualBox\s*(?< |
$appsToCheck[' | $appsToCheck[' | ||
'; | '; | ||
Line 370: | Line 370: | ||
' | ' | ||
{ | { | ||
- | CheckLocalFile ' | + | CheckLocalFile ' |
- | '>\s*VeraCrypt version | + | '>Latest Stable Release - (?< |
$appsToCheck[' | $appsToCheck[' | ||
} | } | ||
Line 379: | Line 379: | ||
' | ' | ||
$appsToCheck[' | $appsToCheck[' | ||
+ | } | ||
+ | ' | ||
+ | { | ||
+ | CheckLocalFile ' | ||
+ | ' | ||
+ | $appsToCheck[' | ||
+ | '; | ||
} | } | ||
default | default |
powershell_check_for_updates.1479694271.txt.gz · Last modified: 2017/01/01 19:51 (external edit)