/build/static/layout/Breadcrumb_cap_w.png

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 2.9k  |  Created: 04/26/2018 by: andycorps

Average Rating: 0
Sage has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Not Determined
0
Note

Sage 50accounts 23 (duplicated my tip from version 22, as I now know how to add a version)

Here's my sciprt for installing Sage 50accounts version 23. Which fortunately comes with a lot of .MSI's and I only had to create 2 custom .MSI's using AppDeploy Repackager to Update and Apply a licence. Which were both pretty straightforward to do.
Only tricky bit really was the AutoUpdate service preventing this being unnattended. To get round this, the script stops the AutoUpdate service and kills the AutoUpdateClient. Hope this is a help to someone.

:install
 msiexec /i "%~dp0Install\Sage 50 Accounts v23.msi" /qb-
 NET STOP "Sage AutoUpdate Manager Service"
 NET STOP "Sage AutoUpdate Manager Service v2"
 taskkill /IM AutoUpdateClient* /F
 msiexec /i "%~dp0Install\Sage 50 Accounts Service v23.msi" /qb-
 msiexec /i "%~dp0ODBC Install\64Bit\Setup.msi" /qb-
 msiexec /i "%~dp0Server-Side Reporting\Sage.Central.ReportDesigner.SSR.Installer.msi" /qb-
 msiexec /i "%~dp0Support\ExcelIntReportingInstaller.msi" /qb-
:update
 msiexec /i "%~dp0USW\Sage Application Patcher.msi" /qb-
:licence
 msiexec /i "%~dp0USW\Sage 50 Accounts licence.msi" /qb-
:exit
 timeout /t 10
After you've deployed it, you'll probably have 30days to activate it on each client its been deployed to.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Sage

Version

23

Questions & Answers (0)

Questions & Answers related to Sage UK Sage

Blogs (0)

Blog posts related to Sage UK Sage

Reviews (0)

Reviews related to Sage UK Sage

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ