Zeal now has a native portable package for Windows. This project is obsolete.
#ZealPortable A PortableApps Launcher for Zeal (for Windows platform)
#####SETUP
- Prebuilt launcher package is available in the [Releases]
(https://github.com/SammaySarkar/ZealPortable/releases) section.
Download a launcher release from there (preferebly the latest one). - Extract the downloaded archive to get a
ZealPortable
folder. - Extract Zeal Windows program files into
ZealPortable\App\Zeal\
- Zipped archives of cutting-edge Zeal versions are available as CI builds
- The official MSI installer can also be extracted without installing:
- Open a command prompt and run this command:
%WINDIR%\system32\msiexec.exe /a "p:\ath\to\Zeal.msi" TARGETDIR="P:ath\to\Extract\"
- Zeal program files will be extracted to
TARGETDIR\PFiles\Zeal\
- Open a command prompt and run this command:
- You can also compile from source.
- Now the
ZealPortable
folder contains a portable Zeal installation. Move this folder to desired location. - See Notes section below for important info on docset installation.
The latest version of the launcher usually supports the latest public release and the latest stable CI build of Zeal.
#####BUILDING
- Set correct path to [PortableApps Launcher Generator]
(http://portableapps.com/apps/development/portableapps.com_launcher)
executable in
%LAUNCHERGEN%
inbuild.bat
- Execute
build.bat
. The PortableApps Launcher will be built in.\ZealPortable\
- Now follow SETUP procedures described above.
#####NOTES
- Docsets are stored in
ZealPortable\Doc\
. The path may be changed for one session, but it will revert back on next app start. - While ZealPortable is running,
dash:
anddash-plugin:
URL protocols are associated with the portable instance. After quitting, regular local system associations (if any) are restored.
Happy [portable] doc-grokking!