MSI
WinGet
NormCap
dynobo · 0.5.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
msiexec /i NormCap-0.5.0-x86_64-Windows.msi /quiet /norestart
Intune Detection Rule
MSI Rule
Rule type
MSI information
Product code
{26A91E05-B40B-44B3-A434-A31ECF16939D}
Product version operator
Greater than or equal to
Product version
0.5.0
MSI Properties
Product Code
{26A91E05-B40B-44B3-A434-A31ECF16939D}
File Identity
Filename
NormCap-0.5.0-x86_64-Windows.msi
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
dynobo.NormCap
Version
0.5.0
Description
OCR-powered screenshot tool to capture text instead of images.
License
GPL-3.0
↗
Homepage
https://dynobo.github.io/normcap
Installer URL
https://github.com/dynobo/normcap/releases/download/v0.5.0/NormCap-0.5.0-x86_64-Windows.msi
Upgrade Behavior
install(Install over existing)
Release Notes
- All: Add Swedish localization. Thanks, @eson57! (#599)
- All: Fix issue where introduction window was still visible on the screen capture UI. (#536 comment)
- All: Fix missing line breaks in "raw"-mode (#502 comment)
- All: Improve line breaks for paragraphs detected in "parse"-mode (#502)
- All: Add verification of top level domains to reduce false positive URL detections in "parse"-mode.
- All: Add cleansing of some UTF-8 chars in "parse"-mode, e.g. „ and “ will be replaced by ". (You can st…