InnoSetup 5.5.6
| Full internal name: | innosetup |
| Project site: | http://www.jrsoftware.org/isinfo.php |
| Screen shots: | |
| Download: | Download InnoSetup 5.5.6 http://files.jrsoftware.org/ispack/ispack-5.5.6-unicode.exe VirusTotal results |
| Change log: | n/a |
| Description: | installer builder.
|
| License: | Freeware |
| Version: | 5.5.6 |
| SHA-1 or SHA-256: | 3db3324a4c12e07e2b71ce4219a7cc0269e55e85 |
| Type: | one file |
| Dependencies: | |
| Tags: | |
| Text files: | .Npackd\Install.bat: for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
"%setup%" /SP- /VERYSILENT /SUPPRESSMSGBOXES /NOCANCEL /NORESTART /DIR="%CD%" /SAVEINF="%CD%\.Npackd\InnoSetupInfo.ini" /LOG="%CD%\.Npackd\InnoSetupInstall.log" && del /f /q "%setup%"
set err=%errorlevel%
type .Npackd\InnoSetupInstall.log
if %err% neq 0 exit %err%
.Npackd\Uninstall.bat: unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG="%CD%\.Npackd\InnoSetupUninstall.log" set err=%errorlevel% type .Npackd\InnoSetupUninstall.log if %err% neq 0 exit %err% |
| Last modified: | Sat May 15 08:54:02 UTC 2021 |
| Last modified by: | tim.lebedk... |
| Created: | Tue Jul 28 17:47:16 UTC 2015 |
| Created by: | tim.lebedk... |
| Automated tests: | 2 of 2 installations succeeded, 2 of 2 removals succeeded |