EagleSoft | BackupAddict

Knowledge Base



EagleSoft

we run a standalone job in TS each night before backup of Eaglesoft starts. NOT part of backup, just separate TS .bat file. Looks like this (edit depending on your circumstances)

Tool to schedule the job to re-register the xceedzip.dll file

:: after Patterson/Eaglesoft does an update.

:: 32-bit - uncomment the next 2 lines of code
::cd /d c:\windows\system32
::regsvr32 /s "c:\program files\common files\rbs\xceedzip.dll"

:: 64-bit - uncomment the next 2 lines of code
::c:\cd /d c:\windows\syswow64
::regsvr32 /s "c:\program files (x86)\common files\rbs\xceedzip.dll"

:: 32-bit - Paste the line below into admin command prompt to schedule weekly job - edit params before using
REM schtasks /create /RU "NT Authority\System" /SC DAILY /ST 17:00 /TN rb-pre-RegXceedzip /TR "\"C:\Program Files\Remote Backup\pre-RegXceedzipDLL.bat"\" /RL highest

:: 64-bit - \Paste the line below into admin command prompt to schedule daily job - edit params before using
REM schtasks /create /RU "NT Authority\System" /SC DAILY /ST 17:00 /TN rb-pre-RegXceedzip /TR "\"C:\Program Files (x86)\Remote Backup\pre-RegXceedzipDLL.bat"\" /RL highest

Please rate this article to help us improve our Knowledge Base.

2 0