StExBar 64 bit 1.8.4
| Full internal name: | com.googlecode.stexbar.StExBar64 |
| Project site: | https://tools.stefankueng.com/StExBar.html |
| Screen shots: | |
| Download: | Download StExBar 64 bit 1.8.4 https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/stexbar/StExBar64-1.8.4.msi VirusTotal results |
| Change log: | n/a |
| Description: | Windows Explorer extensions |
| License: | GPLv2 |
| Version: | 1.8.4 |
| SHA-1 or SHA-256: | deebb476d4275acba829c13a804faea18c9cd175 |
| Type: | one file |
| Dependencies: | |
| Tags: | |
| Text files: | .Npackd\Install.bat: for /f %%x in ('dir /b *.msi') do set setup=%%x
copy "%setup%" .Npackd
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /i "%setup%" TARGETDIR="%CD%" ALLUSERS=1
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%
.Npackd\Uninstall.bat: copy .Npackd\*.msi .
for /f %%x in ('dir /b *.msi') do set setup=%%x
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /x "%setup%"
set err=%errorlevel%
type .Npackd\MSI.log
rem 3010=restart required
if %err% equ 3010 exit /b 0
if %err% neq 0 exit /b %err%
|
| Last modified: | Sat May 15 09:34:59 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 |