Last Update: 11/18/2024
There is a conflict between Origin's MSI installer and Microsoft KB3072630 (https://support.microsoft.com/en-us/kb/3072630) that was pushed out on July 15th, 2015. On a computer with KB3072630 installed, if you use the MSI installer to install Origin, when you try to run Origin, Notepad will open with a message "License file missing or incorrect."
If there is another PC with Origin installed successfully, copy OLicense.lic file from the installed Origin folder there and paste it to the Origin folder on the problematic PC and see if the problem can be fixed.
If the above doesn't work or you don't have a PC with Origin installed successfully, please use the following instructions to resolve this problem.
If you use a script or .BAT file for your installation, you can add "reg add" lines to the script before and after the "call" line. Here is an example:
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer" /v "RemappedElevatedProxiesPolicy" /t REG_DWORD /d 1 /f
call msiexec.exe /i "Origin2016Sr0Setup32and64Bit.msi" /passive TRANSFORMS="Origin2016mst.Mst" INSTALLDIR="C:\Program Files\Originlab\Origin 2016\" USERNAME="Test User" COMPANYNAME="Test" PIDKEY="G9374-8099-7111111"
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer" /v "RemappedElevatedProxiesPolicy" /t REG_DWORD /d 0 /f
If you use the InstallShield Setup installer instead of the MSI installer and you also see the "License file missing or incorrect" message when you start Origin, please contact us.
Keywords:License file missing, MSI