wikidPad 2.2.0.1

Full internal name:net.sourceforge.wikidpad.WikidPad
Project site:http://wikidpad.sourceforge.net
Screen shots:
Download: Download wikidPad 2.2.0.1

https://sourceforge.net/projects/wikidpad/files/wikidpad/2.2/2.2/WikidPad-2.2.exe

VirusTotal results
Change log:n/a
Description:

Wiki-like notebook for storing your thoughts, ideas, todo lists, contacts, or anything else

License:BSD license
Version:2.2.0.1
SHA-1 or SHA-256:9378bcf7d51ad298e4fdcc95ce0ea92a6f6cab3a
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"
set err=%errorlevel%
type .Npackd\InnoSetupInstall.log
if %err% neq 0 exit %err%    
.Npackd\Uninstall.bat:
start "Confirm uninstall" cscript //Nologo //E:JScript //T:300 //U .Npackd\ConfirmUninstall.js

unins000.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /LOG="%CD%\.Npackd\InnoSetupUninstall.log"
set err=%errorlevel%
type .Npackd\InnoSetupUninstall.log
if %err% neq 0 exit %err%
.Npackd\ConfirmUninstall.js:
try {
    var fs = new ActiveXObject("Scripting.FileSystemObject");
    var sh = WScript.CreateObject("WScript.Shell");
    var lib = eval(fs.OpenTextFile(
         sh.ExpandEnvironmentStrings("%NIH%") + "\\Lib.js", 1).ReadAll());
    lib.installerHelper = sh.ExpandEnvironmentStrings("%NIH%");

    lib.sendKeysToWindow("Uninstall", "y");
} catch (e) {
    WScript.Echo(e.name + ": " + e.message);
    WScript.Echo(e.number + ": " + e.description);
    WScript.Quit(1);
}
Last modified:Sat May 15 08:55:53 UTC 2021
Last modified by:tim.lebedk...
Created:Tue Mar 29 11:01:11 UTC 2016
Created by:tim.lebedk...
Automated tests:58 of 64 installations succeeded, 53 of 57 removals succeeded