|
Manual Installation of the ALEKS plug-in on Windows
To manually download and install the plug-in:
- Ensure that your computer and browser meet the minimum requirements.
- Download the setup program (below).
- Run the setup program and follow the instructions.
- Restart your browser.
download aleks312.exe
(3.0M)
System Administrators
An MSI Windows Installer is
also available for download:
download
aleks312.msi (3.9M) To run the MSI in quiet mode:
1. Download the aleks312.msi file.
2. Run the command
CALL MSIEXEC.exe /I [path_to_msi_file] /quiet /LV [path_to_install_log]
The parameter /LV is optional and will output information regarding the installation into the log file specified by [path_to_install_log]
Example:
CALL MSIEXEC.exe /I C:\downloads\aleks312.msi /quiet /LV C:\downloads\install.log
|