Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| faq:script-to-check-hippoedit-version [2017/03/30 17:54] – created admin | faq:script-to-check-hippoedit-version [2018/04/13 14:45] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PowerShell script for checking HippoEDIT version ====== | ====== PowerShell script for checking HippoEDIT version ====== | ||
| - | <file hippo_version_checker.ps1> | + | If you for some reason do not want to use built-in HippoEDIT version checking, and you want to have your own schedule for checks, you can use the PowerShell script below to do so. Just create new Task in Windows Task Scheduler and call the script from there. |
| + | |||
| + | < | ||
| <# | <# | ||
| The script compares installed HippoEDIT version with the latest published on HippoEDIT web site. | The script compares installed HippoEDIT version with the latest published on HippoEDIT web site. | ||
| - | If installed version is older, the information written into Windows Log and a small information popup appears. | + | If installed version is older, the information |
| TODO: | TODO: | ||
| - | - add check box, do not remind about this version | + | - add a checkbox, do not remind about this version |
| #> | #> | ||
| Line 41: | Line 43: | ||
| # Comparison and dumping in windows log | # Comparison and dumping in windows log | ||
| - | # Creating of the log is only necessary once on same PC, so the command " | + | # Creating of the log is only necessary once on the same PC, so the command " |
| # For proper operation of the script following command shall be once executed | # For proper operation of the script following command shall be once executed | ||
| New-EventLog -LogName Application -Source " | New-EventLog -LogName Application -Source " | ||