-
Notifications
You must be signed in to change notification settings - Fork 4
How‐to: Install AccUnit
Josef Pötzl edited this page Oct 25, 2024
·
5 revisions
- Download the Access add-in AccUnitLoader and the VBS install script from access-add-in folder or from last release into the same folder.
- Start AccUnitLoader_Install.vbs and follow the instructions of the script
- Open Access and install the Access add-in with the Add-In Manager (Ribbon: Database Tools -> Add-Ins -> Add-In Manager)
- Open the add-in and extract AccUnit dll files (button "Export dll files from add-in")
- (optional but recommended) Set reference to AccUnit.tlb
- Insert AccUnit factory module in your application
Video: Installation steps
- Download the Excel add-in AccUnitLoader and the VBS install script from excel-add-in folder or from last release into the same folder.
- Start AccUnitLoader_Install.vbs and follow the instructions of the script
- Open Excel and install the Access add-in with the Add-In Manager (Ribbon: Developer -> Excel Add-Ins -> Install add-in file from %appdata%\Microsoft\Add-Ins or File -> Options -> Add-ins -> Excel Add-ins)
- Select new ribbon tab AccUnit and open Configuration
- (optional) select target folder for AccUnit dll files
- Extract AccUnit dll files (button "Export dll files to directory")
- (optional but recommended) Set reference to AccUnit.tlb
- Insert AccUnit factory module in your application
- The folder
%appdata%\Microsoft\AddIns
must be set as a trusted location - Start AccUnit TestSuite from immediate window requires .NET Framework 3.5
- AccUnit VBE Add-In requires .NET Framework 4.8