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 aleks316.exe (3.0M)
System Administrators
An MSI Windows Installer is also available for download:
download aleks316.msi (3.9M)
To run the MSI in quiet mode:
1. Download the aleks316.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\aleks316.msi /quiet /LV C:\downloads\install.log
|