FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 8506efd9 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

origin: use correct location for USE_SERVER.lic

https://www.originlab.com/doc/License/Multi-userDeployment

lic file needs to in \programdata\originlab\license rather than
a path that includes the origin version number
parent e470932e
No related branches found
No related tags found
1 merge request!7Origin2020
...@@ -23,8 +23,9 @@ ...@@ -23,8 +23,9 @@
But we keep uninstall.iss in the commonual %WPKGSOFTWARE% because it effectively just says "delete everything" --> But we keep uninstall.iss in the commonual %WPKGSOFTWARE% because it effectively just says "delete everything" -->
<install cmd='%WPKGSOFTWARE%\origin\%year%\setup.exe /s /f1"%origin_install_iss%" /f2"%WPKGLOGDIR%\origin%short_vers%_install.log"' /> <install cmd='%WPKGSOFTWARE%\origin\%year%\setup.exe /s /f1"%origin_install_iss%" /f2"%WPKGLOGDIR%\origin%short_vers%_install.log"' />
<install cmd='cmd /c if not exist "%allusersprofile%\originlab\%short_vers%\license\" mkdir "%allusersprofile%\originlab\%short_vers%\license\"' /> <!-- https://www.originlab.com/doc/License/Multi-userDeployment -->
<install cmd='cmd /c copy /y "%origin_network_licensefile%" "%allusersprofile%\originlab\%short_vers%\license\" '> <install cmd='cmd /c if not exist "%allusersprofile%\originlab\license\" mkdir "%allusersprofile%\originlab\license\"' />
<install cmd='cmd /c copy /y "%origin_network_licensefile%" "%allusersprofile%\originlab\license\" '>
<condition> <condition>
<check type="file" condition="exists" path="%origin_network_licensefile%" /> <check type="file" condition="exists" path="%origin_network_licensefile%" />
</condition> </condition>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment