(Difference between revisions)
|
|
Line 1: |
Line 1: |
| [[de:Installation]] | | [[de:Installation]] |
| | | |
- | == Prerequisite: SimpleVBUnit ==
| + | AccUnit uses the Access add-in AccUnitLoader. Only this access add-in needs to be installed. |
| | | |
- | AccUnit builds on SimplyVBUnit, a unit testing library and framework for VB6.
| + | Installation procedure see [https://github.com/AccessCodeLib/AccUnit/wiki/How-to:-Install-AccUnit GitHub wiki]. |
- | | + | |
- | '''IMPORTANT'''
| + | |
- | | + | |
- | AccUnit ''requires'' version 3 of SimplyVBUnit which is not available anymore on the [http://sourceforge.net/projects/simplyvbunit/ project's site].
| + | |
- | | + | |
- | Thus, use this setup file for SimplyVBUnit 3.0: ''[http://accunit.access-codelib.net/download/SimplyVBUnitSetup.zip SimplyVBUnitSetup.zip]''.
| + | |
- | | + | |
- | == AccUnit Setup ==
| + | |
- | | + | |
- | Download the setup for AccUnit here: [http://accunit.access-codelib.net/download/AccUnitSetup.zip AccUnitSetup.zip]
| + | |
- |
| + | |
- | Start you installation with ''Setup.exe''. The setup attempts to install the Visual C++ 2010 Runtime. If you encounter problems while that part of the setup (typically because there is already a newer version of the C++ Runtime on your machine), start the installation with ''AccUnitSetup.msi''.
| + | |
Current revision as of 17:28, 9 August 2023
AccUnit uses the Access add-in AccUnitLoader. Only this access add-in needs to be installed.
Installation procedure see GitHub wiki.