<< Click to Display Table of Contents >> Navigation: Technical specs and installation > Intellek Live Launch MSI |
Intellek Live Launch MSI prior version - v5.80 available September 21, 2021
Intellek Live Launch MSI current version - v6.0 available June 8, 2022
Intellek Live Launch MSI current version - v6.1 available July 1, 2022
Intellek Live Launch MSI current version - v6.2 available January 26, 2023
Update: Upgrade to .Net 6.0, removal of Splash Screen.
Intellek Live Launch MSI current version - v6.3 available May 4, 2023
❑Download the Intellek Live Launch MSI. (or copy to your browser: https://www2.tutorpro.com/tang_support/webUpdate/Updater/intellek-live-launch-setup.msi)
Best Practice We recommend uninstalling older versions before installing the latest version of the Intellek Live Launch MSI. |
❑Install the new MSI on the machines of all Deliver Managers.
Best Practice: Deploy the Intellek Live Launch MSI to all users who will be receiving the Deliver Client if you will be offering any content provided by Intellek or authored in Intellek Create in your content store.
Installation OptionsMSI update check option Optionally, choose to have the MSI automatically check for MSI updates.
MSEdgeWebview2 optionOptionally, install MSEdgeWebview2 (required) via the interface. MSI Rollout – MSIEXECTo rollout the MSI using MSIEXEC via group policy you can use the following example lines: Full installationmsiexec.exe /package "\\path-to-msi\intellek-live-launch-setup.msi" /quiet Non auto update checkmsiexec.exe /package "\\path-to-msi\intellek-live-launch-setup.msi" AUTO_UPDATE="False" /quiet
Non install of MSEdgeWebview2 msiexec.exe /package "\\path-to-msi\intellek-live-launch-setup.msi" INSTALL_MSEDGEWV2="" /quiet
Both turned off msiexec.exe /package "\\path-to-msi\intellek-live-launch-setup.msi" AUTO_UPDATE="False" INSTALL_MSEDGEWV2="" /quiet
Live Launch CallsIntellek Live Launch MSI calls the following places when running: Update check here: www2.tutorpro.com/tang_support/webupdate/tp_ws_webupdate.asmx Data is retrieved from here: https://tp-atlas-api-01.azurewebsites.net/ Images are obtained from here: https://tpatlasblob01.blob.core.windows.net/
Registry updates – URL ProtocolIn addition to the installation of the appropriate files, registry entries are made in the following location: Computer\HKEY_CLASSES_ROOT\tutorpro-live-content This registry entry contains the following information: URL Protocol: Indicates that this registry entry is to be looked at when the link in the web page is clicked. The link is as follows: Intellek-live-content: Shell\Open\Command provides the link to the installed program on the user’s computer in Program Files (x86) as stated above. On runningThe process is as follows: 1.The user clicks on a link in the LMS that presents them with a Live Launch web page. 2.The Live Launch button contains the link "tutorpro-live-content:" followed by the information that has always been there indicating the location of the web page itself that contains the assessment which is commented out at the bottom of the HTML document. Open one up and take a look. 3.Clicking the link instructs the browser to inquire upon the registry entry as mentioned above. The registry entry contains the information about the location of the EXE to run. 4.Intellek.Live.Launch.exe is executed with the info in the HTML passed to it as a parameter. 5.Launch.exe passes the command line parameter to the Intellek Create application. 6.The Intellek Create application runs the Live Content. |