sage accpac office automation when multiple versions
SUMMARY
MORE INFORMATION
Default Value: {00024500-0000-0000-C000-
HKEY_CLASSES_ROOT\CLSID\{
By following the registry keys from the PROGID to the CLSID, COM can learn where the Excel executable file is installed and start it for Automation.
When you have multiple versions of Office installed and you use Automation to one of the Office servers, the version that loads is governed by these settings in the registry. For the most part, the rule is that the last version that was installed is the version that loads with Automation; however, Word exhibits behavior that differs from the other Office applications. The different behaviors for each of the Office Automation servers are described in the following sections.
Access, Excel, and PowerPoint versions 97, 2000, 2002, 2003, and 2007
Access, Excel, and PowerPoint modify these registry keys during Office setup. When you automate one of these applications, the version that is loaded is the version that was last installed.
Word 97
Word 97 modifies these registry keys during Office setup. When you automate Word, if either Word 2000 or Word 2002 are installed, Word 97 loads only if it was the last version installed.
Word 2000, 2002, 2003, and 2007
Word 2000, 2002, 2003 and 2007 modify these registry keys during Office setup and each time Word starts. When you automate Word, the version that is loaded is the version that was last started by the user or the version that was last installed.
Additional Notes
A common perception for Office Automation when you have multiple versions of Office installed on a system is that you can dictate which version loads by using a specific version-dependent PROGID (for example, that “Excel.Application.9” loads Excel 2000, “Excel.Application.10” loads Excel 2002 and “Excel.Application.11” loads Office Excel 2003). However, this is not correct. Excel 2000 and later versions of Excel share the same CLSID, so the version that loads with these PROGIDs depends solely on which version was last installed.
For testing purposes, developers can force a specific version of an Office application to register by using the /regserver switch on the command line. For example, to force an Excel version to register without running setup, you can use a command line that resembles the following:
"c:\program files\microsoft office\office\excel.exe" /regserver
Although you can implement this switch for testing and development purposes, it is not recommended that you rely on this switch in production scenarios.
For additional information about running multiple Office versions, or side-by-side Office installations, click the following article number to view the article in the Microsoft Knowledge Base:
Step by step;
1. Install Windows 7 64bit
2. Install ACCCPAC Software
3. Install MS Office 2013 32bit
4. Install MS Office 2003 32bit
Note: ACCPAC HKEY_CLASSES_ROOT For verify…HKEY_CLASSES_ROOT\Wow6432Node\
Before;
C:\PROGRA~2\MICROS~1\Office15\
After; installed MS Office 2003
C:\PROGRA~2\MICROS~1\OFFICE11\
——————————
; To restart windows and then test GL > Financial Reporter > Statement Designer
——————————
Note: “error 429/problem in running financial reporter addin”
ACCPAC by performing the following steps.
Open Excel.
Select Add-Ins from the Tools menu.
Click the Browse button and browse to the General Ledger program directory. For example, if version 5.5 of Sage
Accpac ERP is installed, the accpacfrXXX.xla file will be located in the [accpac]\GL55A folder (where [accpac] is the directory where Sage Accpac ERP is installed. By default, this directory is C:\Program Files\Sage Software\Sage Accpac.)
Once in the proper directory, select accpacfr550.xla and click OK.
Select the checkbox beside the entry in the Add-Ins window for the file added in the previous
step and click OK to close the Add-Ins window.
Leave a Reply