Freedom Scientific JAWS
This is my batch files I made for installation and uninstallation of 18.0:install_jaws.cmd:: Turn echo off and clear command prompt window.@echo offcls :: set program=Program Nameset program=J… Read More
To silently uninstall I found the following online:Silent Uninstall If you are a network administrator and need to uninstall JAWS silently, do the following: 1.. Press WINDOWS Key+R. 2.. C… Read More
Found when running the EXE with the /? flag added to it:/?The Freedom Scientific setup package is a tool used to install or uninstall multiple components, including the main product. The follo… Read More
For those who need to silently uninstall JAWS /Type silent - Uninstalls JAWS. /Type silentRemoveShared - Uninstalls JAWS and removes all shared components. be aware, that for uninstal… Read More
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 Read More
Although it is possible to run a command line install via the settings.ini file against the manufacturers exe this may not provide the control you need by deploying individual extracted msi's. … Read More
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\J… Read More
Heres the wise script I used to silently install Jaws 9.0 (I delete 2 shortcuts that we think users shouldn't have access to) Also this does not take into account the activation item: Check i… Read More
Jaws 9.0 installer provides help files with the following switches. <executeable> /? and <executeable> /morehelp extractable ini file provided can be a huge help as well. Read More
Extract the .ini file: c:\package.exe /ExtractSettings "c:\FS setup\OldSettings.ini" Read More