<< 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 Intellek Live Launch MSI current version - v6.4 available June 4, 2024 Intellek Live Launch MSI current version - v6.5.6 available November 18, 2024 Update 1: .Net 8 update from .Net 6 (now out of support) for Intellek Create Live Content Update 2: Updater.exe now digitally signed in C:\Program Files (x86)\Intellek\Intellek Live Launch Intellek Live Launch MSI current version - v6.5.7.2 available March 5, 2025 Applocker is blocking Launch – Launch will no longer dynamically generate and execute a batch file. |
❑Download the Intellek Live Launch MSI. (or copy to your browser: https://www2.tutorpro.com/tang_support/webUpdate/Updater/intellek-live-launch-setup.msi) ❑Install the new MSI on the machines of all Deliver Managers.
|
MSI update check optionOptionally, 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
Roaming profile optional command line value New optional command line value to delete roaming profile data on uninstall of the MSI. Defaults to true (deletes data). New parameter = APPDATA_DELETE="False" or APPDATA_DELETE="True", or not added at all.
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/
Anti Virus and FirewallsIn order to make sure that Deliver operates correctly, and along with the web addresses mentioned above, you will need to confirm with your IT department that the following files are whitelisted: Intellek Deliver Assembly ListIntellek Deliver QuickSearch.deps.json Intellek Deliver QuickSearch.dll Intellek Deliver QuickSearch.exe Intellek Deliver QuickSearch.runtimeconfig.json Intellek.Deliver.Common.dll Intellek Deliver Client.exe.config Intellek Deliver Client.exe Intellek Deliver Launch.exe.config Intellek Deliver Launch.exe Intellek Deliver Manager.exe.config Intellek Deliver Manager.exe Light Blue Favicon.png.ico AddinBase.dll DevComponents.DotNetBar2.dll Intellek.Deliver.Business.dll Intellek.Deliver.Data.dll Intellek.Deliver.DataEntity.dll Intellek.Live.Core.dll Intellek.Live.Core.XmlSerializers.dll Intellek.Utilities.Common.dll Intellek.Utilities.Messaging.dll Intellek.Utilities.WinControls.dll Intellek.Utilities.WinUpdater.dll Intellek.Utilities.WinUpdater.XmlSerializers.dll MetroFramework.dll MetroUIMenu.dll Shared.dll TheLearningCore.dll TutorPro.Athena.Data.Comms.dll TutorPro.Live.CoreC.dll TutorPro.Live.CoreC2.dll TutorPro.Live.Reporting.dll
Registry updates – URL ProtocolIn addition to the installation of the appropriate files, registry entries are made in the following location: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Classes\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 an Intellek Create Live Content link in the Deliver Client. 2.Clicking the link instructs the operating system to inquire upon the registry entry as mentioned above. The registry entry contains the information about the location of the EXE to run. 3.Intellek.Live.Launch.exe is executed with the info from the Create website passed to it as a parameter. 4.Launch.exe passes the command line parameter to the Intellek Create application. 5.The Intellek Create application runs the Live Content. |