Watchtower library

Informations

Creator Wiadmości
wblake0000 Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 62390
Wine: System

Feedbacks

Description

Watchtower Library is a Bible study aid research tool published by the Watch Tower Bible and Tract Society of Pennsylvania.

Appdb.winehq.org (test reports with Wine only).

Screenshots

MiniatureMiniatureMiniature

Source code

#!/bin/bash
# Date : 2014-01-25 13-47
# Last revision : 2014-01-25 13-47
# Wine version used : 1.7.11
# Distribution used to test : MAC OSX 10.9.1
# Author : William Blake
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

# Variable
TITLE="Watchtower Library"
PUBLISHER="Watchtower Bible and Tract Society of PA"
PREFIX="Watchtower"
URL="http://www.jw.org"
AUTHOR="William Blake"
DONE="FALSE"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"

# Initialization
POL_SetupWindow_Init
POL_SetupWindow_SetID 1959
POL_Debug_Init

# Presentation
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$URL" "$AUTHOR" "$PREFIX"

# Create Prefix
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

# Select Installation Method
POL_SetupWindow_InstallMethod "CD,LOCAL"
if [ "$INSTALL_METHOD" = "CD" ]
then
   POL_SetupWindow_cdrom
   POL_SetupWindow_check_cdrom "rs_data/PUBS"
   POL_Wine start /unix "$CDROM/Setup.exe"
elif [ "$INSTALL_METHOD" = "LOCAL" ]
then
   while [ "$DONE" = "FALSE" ]
   do
      POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" "" "Windows Executables (*.exe)|*.exe;*.EXE"
      # Verify a the Setup.exe was selected and not another .exe
      if [ ${APP_ANSWER:(-9)} = "Setup.exe" ]
      then
         DONE="TRUE"
      else
         POL_SetupWindow_message "$(eval_gettext 'Setup.exe was not selected, Please select the setup file to run {Setup.exe}')" "$(eval_gettext 'File Selection Error')"
      fi
   done
   POL_Wine start /unix "$APP_ANSWER"
fi

# Wait for Installation to Exit
POL_Wine_WaitExit

POL_SetupWindow_wait "$(eval_gettext 'Please wait while $TITLE is installed')" "Installation in progress"

# Create Shortcuts
POL_Shortcut "wtlibrary.exe" "$TITLE"

# Remove .lnk created on the desktop by wine installation application
rm ~/Desktop/Watchtower*.lnk

# Close and Exit
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Wiadmości
marlin Monday 17 December 2018 at 20:36
marlin Anonymous

Wiadmości

Is it possible to install in other languages in addition to English? I often use English, Portuguese and Spanish. Thanks for any input.

Marlin

Odpowiedzi

jlpshga Wednesday 24 May 2017 at 14:04
jlpshga Anonymous

Wiadmości

When I selected the link to install, I received error message that destination could not be reached.

Odpowiedzi

Cycu2345 Friday 27 January 2017 at 22:00
Cycu2345 Anonymous

Wiadmości

Watchtower library 2015

You must use version 2.0-rc5-staging and simulation system Windows 7.

Used on the system Debian 8.7

Odpowiedzi