Rocket Reader

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 14547
Wine: 1.4

Retours d'expérience

Description

Rocket Reader improves reading skills.

Code source

#!/bin/bash
# Date : (2010-03-27 12-00)
# Last revision : (2010-10-25 18-39)
# Wine version used : 1.1.43
# Distribution used to test : Fedora 12, Snow Leopard
# Author : NSLW, Tinou
# Licence : Retail
# Depend : ImageMagick

# Changelog
# [Quentin PÂRIS] (2012-05-12)
#        - Update for PlayOnLinux 4

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Rocket Reader"
PREFIX="RocketReader"
WINEVERSION="1.4"

POL_SetupWindow_Init

POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Rocket Reader" "http://www.rocketreader.com/" "Quentin PÂRIS" "$PREFIX"


POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
POL_Call POL_Install_LunaTheme

#downloading Rocket Reader
cd "$WINEPREFIX/drive_c"
POL_Download "ftp://rocketreader.com/rocketreaderv83.exe"

#installing Rocket Reader
POL_Wine_WaitBefore "$TITLE"
POL_Wine "rocketreaderv83.exe"

#creating shortcut for Rocket Reader
POL_Shortcut "RocketReader.exe"  "$TITLE"
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com