Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SafeGuard Enterprise: How to update to SafeGuard Enterprise 5.50

I wanted to point out this KBA to everyone that is upgrading to SGN 5.50 from SGN 5.40.

While the same information is provided in the /docs folder of the downloadable software ZIP files, the PDF attached to the KBA is a quick read. It will give you the details you need to get upgraded from SGN 5.40 and a couple tips to help it go smoothly. :smileyvery-happy:

:2638


This thread was automatically locked due to age.
Parents
  • Hi ssij,

    I actually like that last script a lot!

    ECHO Removing CP/DX components of the v5.40 client...
    start /wait msiexec /package SGNClient540.msi /passive /norestart REMOVE=ConfigurationProtection,SecureDataExchange /log c:\tmp\SGN540DXCP.log

    ECHO Removing SafeGuard 5.40 Configuration Protection module...
    START /wait msiexec.exe /uninstall SGN_CP_PortProtectorClient.msi /passive /norestart /log c:\tmp\SGN540CPUninst.log

    <reboot here>

    ECHO Installing SafeGuard 5.50 PreInstall file...
    start /wait msiexec.exe /package SGxClientPreinstall.msi /passive /norestart /log c:\tmp\SGN550PreInst.log

    ECHO Upgrading SafeGuard 5.40 Enterprise Client to v5.50...
    start /wait msiexec.exe /package SGNClient550.msi /passive /norestart ADDLOCAL=ALL /log c:\tmp\SGN550ClientUpg.log

    ECHO Installing SafeGuard Port Protector Client...
    start /wait msiexec.exe /package SGN_CP_Client.msi /passive /norestart /log c:\tmp\SGN550CPClient.log

    I'm a bit confused on why you need to also remove SecureDataExchange and then rebooting? Have you tried the upgrade script leaving SecureDataExchange installed and not rebooting?

    Thanks for that awesome level of detail and clarity! Nicely done!

    :2852
Reply
  • Hi ssij,

    I actually like that last script a lot!

    ECHO Removing CP/DX components of the v5.40 client...
    start /wait msiexec /package SGNClient540.msi /passive /norestart REMOVE=ConfigurationProtection,SecureDataExchange /log c:\tmp\SGN540DXCP.log

    ECHO Removing SafeGuard 5.40 Configuration Protection module...
    START /wait msiexec.exe /uninstall SGN_CP_PortProtectorClient.msi /passive /norestart /log c:\tmp\SGN540CPUninst.log

    <reboot here>

    ECHO Installing SafeGuard 5.50 PreInstall file...
    start /wait msiexec.exe /package SGxClientPreinstall.msi /passive /norestart /log c:\tmp\SGN550PreInst.log

    ECHO Upgrading SafeGuard 5.40 Enterprise Client to v5.50...
    start /wait msiexec.exe /package SGNClient550.msi /passive /norestart ADDLOCAL=ALL /log c:\tmp\SGN550ClientUpg.log

    ECHO Installing SafeGuard Port Protector Client...
    start /wait msiexec.exe /package SGN_CP_Client.msi /passive /norestart /log c:\tmp\SGN550CPClient.log

    I'm a bit confused on why you need to also remove SecureDataExchange and then rebooting? Have you tried the upgrade script leaving SecureDataExchange installed and not rebooting?

    Thanks for that awesome level of detail and clarity! Nicely done!

    :2852
Children
No Data