/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6k  |  Created: 09/08/2009

Average Rating: 0
JAWS has 3 inventory records, 0 Questions, 0 Blogs and 1 links. Please help add to this by sharing more!

Deployment Tips (3)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Command Line

Freedom Scientific is delivering a details overview about the Command Line Parameters in theis FAQs

http://www.freedomscientific.com/fs_support/BulletinView.asp?QC=1118

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
This is how I went about installing the new jaws 10.x it is the same way I install 9.x
**************************
@Echo off

REM Install of JAWS 10
if not exist "C:\temp\JAWS\" mkdir C:\temp\JAWS\"

JAWS\Setup\setup.exe /ReplaceSettings %CD%\customsettings.ini

if exist "C:\temp\Jaws\JAWS.log" (
REM Register environment variable for license server
setx LSFORCEHOST wntli**** -m >> "C:\temp\jaws\%computername%-Jaws10-Installbat.log"

REM Setup active setup
xcopy /e /y ActiveSetup "%programfiles%\Freedom Scientific\ActiveSetup\" >> "C:\temp\jaws\%computername%-Jaws10-Installbat.log"

reg add "HKLM\Software\Microsoft\Active Setup\Installed Components\Jaws 10.0" /ve /d "Configuring JAWS 10.0" /f >> "C:\temp\jaws\%computername%-Jaws10-Installbat.log"
reg add "HKLM\Software\Microsoft\Active Setup\Installed Components\Jaws 10.0" /v StubPath /d "%programfiles%\Freedom Scientific\ActiveSetup\ActiveSetup.bat" /f >> "C:\temp\jaws\%computername%-Jaws10-Installbat.log"
reg add "HKLM\Software\Microsoft\Active Setup\Installed Components\Jaws 10.0" /v Version /d 1.0 /f >> "C:\temp\jaws\%computername%-Jaws10-Installbat.log"
)
Rem Upload Logs
if not exist "\\winsmsdp2\logs$\Accessibility\Jaws\10.0\%computername%\" mkdir "\\winsmsdp2\logs$\Accessibility\Jaws\10.0\%computername%\"
if exist "C:\temp\Jaws\%computername%-Jaws90-Installbat.log" copy /Y "C:\temp\Jaws\%computername%-Jaws10-Installbat.log" "\\winsmsdp2\logs$\Accessibility\Jaws\10.0\%computername%\%computername%-Jaws10-Installbat.log"
if exist "C:\temp\Jaws\JAWS.log" copy /Y "C:\temp\Jaws\JAWS.log" "\\winsmsdp2\logs$\Accessibility\Jaws\9.0\%computername%\%computername%-Jaws10-JAWS.log"
if exist "C:\temp\Jaws\vcredist.log" copy /Y "C:\temp\Jaws\vcredist.log" "\\winsmsdp2\logs$\Accessibility\Jaws\10.0\%computername%\%computername%-Jaws10-vcredist.log"
if exist "C:\temp\Jaws\SentinelSystemDriver.log" copy /Y "C:\temp\Jaws\SentinelSystemDriver.log" "\\winsmsdp2\logs$\Accessibility\Jaws\10.0\%computername%\%computername%-Jaws10-SentinelSystemDriver.log"

exit %jawsret%


For the *.ini you can use this formate and this is good for a silent install.
***********************************************
[Default]
PreInstall = InstMsiSilent|vcredistSilent|EloquenceSilent|RuntimeJAWSSilent|FSBrailleSilent|FSDomSrvSilent|FSVideoInterceptSilent|UtilitiesSilent|SentinelSystemDriverSilent|FsElevationSilent
MainInstall = JAWSSilent
ReqPermission = Admin

[InstMsiSilent]
Name = InstMsi
File = InstMsi.exe
Arguments = /quiet /norestart
Reboot = ImmediateForce
RebootCodes = 3010

[vcredistSilent]
Name = vcredist
File = vcredist.exe
Arguments = /q:a /c:"msiexec /i vcredist.msi /qn /lev C:\temp\JAWS\vcredist.log"

[EloquenceSilent]
Name = Eloquence
File = msiexec.exe
Arguments = /qn /i Eloquence.msi REBOOT=ReallySuppress
CheckExistence = File|2|$(ProgramFiles)\Freedom Scientific\Shared\Eloquence\6.1\eci.dll

[RuntimeJAWSSilent]
Name = Runtime JAWS
File = msiexec.exe
Arguments = /qn /i RuntimeJAWS.msi REBOOT=ReallySuppress
RebootCodes = 3010
CheckExistence = File|2|$(ProgramFiles)\Freedom Scientific\Runtime JAWS\9.0\jfw.exe

[FSBrailleSilent]
Name = FSBraille
File = msiexec.exe
Arguments = /qn /i FSBraille.msi REBOOT=ReallySuppress
CheckExistence = File|2|$(ProgramFiles)\Freedom Scientific\Shared\Braille\10.12\FsBraille.dll

[FSDomSrvSilent]
Name = FSDomSrv
File = msiexec.exe
Arguments = /qn /i FSDomSrv.msi REBOOT=ReallySuppress
CheckExistence = File|2|$(ProgramFiles)\Freedom Scientific\Shared\FsDomSrv\10.12\FsDomSrv.dll

[FSVideoInterceptSilent]
Name = FSVideoIntercept
File = msiexec.exe
Arguments = /qn /i FSVideoIntercept.msi REBOOT=ReallySuppress
CheckExistence = File|2|$(System32)\jawsvid.dll

[UtilitiesSilent]
Name = Utilities
File = msiexec.exe
Arguments = /qn /i Utilities.msi REBOOT=ReallySuppress
CheckExistence = File|2|$(ProgramFiles)\Freedom Scientific\Utilities\DriverUtility.exe

[SentinelSystemDriverSilent]
Name = Sentinel System Driver
File = RainbowSSD5.39.2.exe
Arguments = /v" /qn REBOOT=ReallySuppress /lev C:\temp\JAWS\SentinelSystemDriver.log" /s
CheckExistence = RegKey|0|HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{791CAF6C-90A3-11D4-8306-00D0B72E1DB9}

[FsElevationSilent]
Name = FsElevation
File = msiexec.exe
Arguments = /qn /i FsElevation.msi REBOOT=ReallySuppress
CheckExistence = File|2|$(ProgramFiles)\Freedom Scientific\Shared\FsElevation\1.0\FsElevation.dll

[JAWSSilent]
Name = JAWS
File = msiexec.exe
Arguments = /i JAWS.msi /qn REBOOT=ReallySuppress /lev C:\temp\JAWS\JAWS.log
AddSourceDir = yes
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Command Line
"E:\jaws\setup\setup.exe /morehelp" - setup package command-line options

"E:\jaws\setup\setup.exe /type silent" - silent install
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (3)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

JAWS

Version

10.0.1142.400

Uninstall String

C:\Program Files\Freedom Scientific Installation Information\356DE2A8-01EB-464e-9C33-0EEA3F923001-000\UninstallJAWS.exe

Questions & Answers (0)

Questions & Answers related to Freedom Scientific JAWS

Blogs (0)

Blog posts related to Freedom Scientific JAWS

Reviews (0)

Reviews related to Freedom Scientific JAWS

 
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