imv(stb) 1

Full internal name:com.googlecode.stb-imv.STBIMV
Project site:https://github.com/nothings/stb-imv/
Screen shots:
Download: Download imv(stb) 1

https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/stb-imv/stb_imv-1.0.zip

VirusTotal results
Change log:n/a
Description:

WARNING: there will be no new versions of this package. The development was stopped.

image viewer

License:GPLv2
Version:1
SHA-1 or SHA-256:d7f45b8d1ab9765baf2d122d3afcfa7f5dc2456d
Type:zip
Dependencies:
    Tags:
    Text files:
    .Npackd\Uninstall.bat:
    set KEY=com.googlecode.stb-imv.STBIMV-1
    reg delete HKLM\SOFTWARE\Classes\Applications\%KEY% /f
    for %%g in (bmp dib gif rle ico jpg jpeg png tif wbmp wmf emf) do reg delete HKLM\SOFTWARE\Classes\.%%g\OpenWithList\%key% /f
    verify
    
    .Npackd\Install.bat:
    for /f "delims=" %%x in ('dir /b stb*') do set name=%%x
    cd "%name%" 
    for /f "delims=" %%a in ('dir /b') do (
    move "%%a" ..
    )
    cd ..
    rmdir "%name%"
    if %errorlevel% neq 0 exit %errorlevel%
    
    set KEY=com.googlecode.stb-imv.STBIMV-1
    reg add HKLM\SOFTWARE\Classes\Applications\%KEY%\shell\open /v FriendlyAppName /d "imv(stb) (1)" /f
    
    set c=\"%CD%\imv.exe\" \"%%1\"
    reg add HKLM\SOFTWARE\Classes\Applications\%KEY%\shell\open\command /d "%c%" /f
    for %%g in (bmp dib gif rle ico jpg jpeg png tif wbmp wmf emf) do reg add HKLM\SOFTWARE\Classes\.%%g\OpenWithList\%key% /f
    verify
    
    Last modified:Sat May 15 09:34:58 UTC 2021
    Last modified by:tim.lebedk...
    Created:Mon Aug 29 19:08:52 UTC 2016
    Created by:tim.lebedk...
    Automated tests:2 of 2 installations succeeded, 2 of 2 removals succeeded