Read180 Enterprise Edition 1.4 uses InstallAnywhere command line switches. These did not work for the suite install, but do work on the individual client installs for Read180, SRC, SRI, rSkills and ReadAbout.
"install.exe -i silent" for a silent installation
"install.exe -r" will create an answer file called installer.properties
Running a silent install from the same location as installer.properties will cause the response file to be used automatically.
Regarding Read180 Enterprise Edition 1.4, I was not able to automate the Suite installation, I had to do each client individually.
Also, the silent installations didn't cooperate with an UNC path and needed a local mapping when run from a server. Manual installs worked fine.
So here's what I did:
-Run each client installer with the "install.exe -r" switch to generate the installer.properties file. The default file creation location is in the same directory as the install.exe.
-Opened the installer.properties file and added "INSTALLER_UI=silent" which substitutes for the "install.exe -i silent" (this was just a personal preference)
-For the Read180 client, I also added "MEDIA_SERVER=C:\\ScholasticEEMedia\\Read180Media" to the installer.properties file. This eliminates the need to manually enter the media server location later via the Read180 preferences application. (We dump all the media locally...)
Script 1
@ECHO OFF
REM MAPPING DRIVES
echo Deleting Read180 installation drive I:
NET USE I: /DELETE
echo remapping Read 180 installation drive I:
NET USE I: \\SeverName\ShareName\Installers\read180\read180Client
echo Installing Read180
REM BROKEN I:\READ180_Suite\Windows\install.exe -i silent
I:\READ180_Client\Windows\install.exe -i silent
ECHO installing rskills
I:\rSkills_Client\Windows\install.exe -i silent
echo installing src client
I:\SRC_Client\Windows\install.exe -i silent
ECHO installing sri client
I:\SRI_Client\Windows\install.exe -i silent
echo end installation process
Echo unmapping Read180 installation drive I:
NET USE I: /DELETE
Script 2
REM We have permissios issues after installation so we need to run cacls to clear that up
REM you will need a text file u:\yes.txt that contains the single character y.
@echo off
NET USE U: /DELETE
NET USE u: \\SeverName\ShareName\Installers\read180\read180Client
ECHO this will fail if not copied and executed locally
cd "C:\Program Files\"
@echo on
cacls "Scholastic Enterprise" /T /G "Domain Users":F < U:\yes.txt
NET USE U: /DELETE
Script 3
NET USE R: /DELETE
net use u: /delete
net use I: /delete
NET USE I: \\SeverName\ShareName\Installers\read180\read180Client\READ180_Client
copy I:\concfg.xml "C:\Program Files\Scholastic Enterprise\READ180"
NET USE I: /DELETE
NET USE R: \\SeverName\READ180Media
Questions & Answers related to Scholastic Read180 Enterprise Edition
Blogs (0)
Blog posts related to Scholastic Read180 Enterprise Edition
Links (0)
Links related to Scholastic Read180 Enterprise Edition
Reviews (0)
Reviews related to Scholastic Read180 Enterprise Edition
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ