Deploy-SR-Silently
Last Update: 1/13/2021
Note: Origin provides a Group Folder tool to distribute files, by which you can set up a Group Leader for publishing a patch to members of the group. Please refer to this page for details.
If you have a multi-seats package and want to deploy a Service Release silently,
<path>\<patch file> /S
For example, if the patch is saved on c:\773d-725c-sr0tosr1.exe, then your script would run:
c:\773d-725c-sr0tosr1.exe /S
As long as Origin has been run at least once on the target computer, the patch program will locate the Origin folder to patch.
[Variables] %AppFolder%=<path to Origin program folder>
For example:
[Variables] %AppFolder%=C:\Program Files\OriginLab\Origin 85\
To specify this initialization file when running the patch silently, your script would need to include this syntax:
<path>\<patch file> "/S:<path and initialization file name>"
c:\773d-725c-sr0tosr1.exe "/S:c:\silentPatch.ini"
If the Program Files area may be in a different location on different computers, then you can use the %ProgramFilesFolder% notation in your initialization file, as follows:
[Variables] %AppFolder%=%ProgramFilesFolder%\OriginLab\Origin 85\
Keywords:patch, update, SR, upgrade, Silent Patching