/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.6k  |  Created: 08/16/2016 by: rileyz

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
Windows Installer (MSI)
Average Package Difficulty Rating
Rated 0 / 5 (Not Rated) based on 0 ratings
Most Commonly Reported Deployment Method
Repackaged (to a setup.msi)
0
Script

Sage 50accounts 23 (I don't know how to add a new version to ITNinja's database)

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.
Oly 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
Setup Information:
Setup Type: Windows Installer (MSI)
Deployment Method Used: Repackaged (to a setup.msi)
Deployment Difficulty: unspecified
Platform(s): Windows
  • Click here http://www.itninja.com/software/sage-uk/sage-1/22-31/windows#tips and then search for "Add Version" on the page. You should be able to add a new version. - nagendrasingh 6 years ago
  • Hi, thanks for this i've been having real problems with Sage 50 Accounts v23. Can I ask how you made the update & licence msi's? - MichaelArmstrong 5 years ago
    • I used the good old appdeploy repackager from: http://www.itninja.com/community/dell-kace-appdeploy-repackager
      to record changes and create custom .msi files. - andycorps 5 years ago
  • One thing to note, is that once deployed out, you will probably need to ensure that the software is started and activated on first use within 30days. - andycorps 5 years ago
  • Ok I have created a licence msi using appdeploy repackager but struggling with the update. What did you use as the exe to kick off the update? Thanks - MichaelArmstrong 5 years ago
    • Anything will do, notepad.exe, cmd.exe... something simple that doesn't make changes. - andycorps 5 years ago
  • Sorry i'm probably being a bit dumb here! What I mean is I can't find what to run to start the update process. For the licence I just opened Sage, entered the licence then stopped monitoring.
    I did try keep monitoring going and let Sage do the autoupdate but appdeploy just doesn't finish comparing changes and I left it over an hour. - MichaelArmstrong 5 years ago
    • Ah right. Try capturing changes made of:
      "c:\Program Files (x86)\Sage\Accounts\Sage50AutoUpdater.exe" - andycorps 5 years ago
  • hmm yeah that's what I had presumed but that exe doesn't seem to do anything, even running as admin - MichaelArmstrong 5 years ago
  • Ok well i managed to grab the update exe from the temp files when running the auto update and used that to create my own msi.
    Finally it's all working, massive thanks for your help and script :-) - MichaelArmstrong 5 years ago

Inventory Records (1)

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

Versions

Sage

Version

22

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