Git Product home page Git Product logo

Comments (10)

BluejacketScott avatar BluejacketScott commented on August 17, 2024

I concur with @mcdon-ron . I installed vb6 fresh along with all sp's and am running it as admin. Using the setup script from sourceforge did indeed create the files in C:\Program Files (x86)\SimplyVBUnit 5.0 but it didn't copy the two necessary files to the C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template\Projects directory. Manually copying them did work.

from simplyvbunit.

kellyethridge avatar kellyethridge commented on August 17, 2024

Hello,

Trying to track this thing down. I attempt to pull the Visual Basic 6 directory from the Registry. It seems to be hit or miss. I've extended to look at other Registry locations I'd expected a directory to be found.

In this fix I first check for an entry of TemplatesDirectory in HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 registry location. If that fails I then check for ProductDir in HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic. If I find that I just append "Templates" to the path.

Could either of you check registry locations HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 and HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic and let me know if you find either of the corresponding keys?

Thanks for any help.

from simplyvbunit.

BluejacketScott avatar BluejacketScott commented on August 17, 2024

Hi Kelly
I looked at HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 and found this key:
TemplatesDirectory: C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template
which at first blush seems right except the path ends with Template, whereas it seems we need it to be Template\Projects

And at HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic I found:
ProductDir: C:\Program Files (x86)\Microsoft Visual Studio\VB98
which, again, is very close but not quite on target

Noting that neither key shows the full path to the correct target location: C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template\Projects

from simplyvbunit.

kellyethridge avatar kellyethridge commented on August 17, 2024

Thanks for checking. I do complete the path to which ever registry entry is found, 'Projects' for the first and 'Template\Projects' for the second. So it seems the install should have been able to build the correct path from the TemplatesDirectory key. So I don't know what happened.

I've added a wizard page during install that allows the user to select the Projects folder already pre-filled with whatever I was able to find from the registry. But, it seems your install should have worked anyway.

Could you uninstall SimplyVBUnit including the files you added to Projects templates and then try re-installing using the command simplyvbunitsetup-5.0.4.exe /LOG="c:\SimplyVBUnitInstall.log" and send the log? Maybe some light can be shed on what's going on since I'm unable to reproduce the issue. The usual works-on-my-machine situation.

from simplyvbunit.

BluejacketScott avatar BluejacketScott commented on August 17, 2024

Sure, glad to lean in. So here's what I did:
Control panel -> Uninstalled SimplyVBUnit
File Explorer -> Manually deleted C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template\Projects"frmTestRunner.frm" and "SimplyVBUnit Project.vbp"
Verified that SimplyVBUnit directory gone from C:\Program Files (x86)\

Started VB6 as Admin and verified that project templates no longer listed
Redownloaded SimplyVBUnitSetup vn 5.0.4 from here and ran the cli setup as you requested.
Noticed that the two renegade files were INDEED put in C:\Program Files (x86)\Microsoft Visual Studio\VB98\Template\Projects this time
Started VB6 as admin and verified that project templates are again available

It appears that it only fails on a completely virgin computer. If it would be helpful, I'm willing to purge my system again, crush my user profile and reinstall to verify if it's related to a user profile issue. Let me know what you'd like me to check - I'm ready to help....

Results:
See attached log file
SimplyVBUnitInstall.log

from simplyvbunit.

BluejacketScott avatar BluejacketScott commented on August 17, 2024

Any luck or is there anything I can do to assist/test?

from simplyvbunit.

kellyethridge avatar kellyethridge commented on August 17, 2024

I don't really know where to try. If you're correct that it fails to copy the files on a virgin computer, then maybe running the installer as Admin will make a difference. What you've shown is that the installer is correctly discovering the location of the project templates folder and at least attempting to copy them. There's not much more I can really do. If the admin privilege solves the issue then I think I can make the installer run with elevated permissions required.

from simplyvbunit.

BluejacketScott avatar BluejacketScott commented on August 17, 2024

from simplyvbunit.

mcdon-ron avatar mcdon-ron commented on August 17, 2024

If they'd still help, attaching what I have for HKEY_CURRENT_USER\Software\Microsoft\Visual Basic\6.0 as vb6-keys-1.txt and HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\VisualStudio\6.0\Setup\Microsoft Visual Basic as vb6-keys-2.txt
vb6-keys-1.txt
vb6-keys-2.txt

from simplyvbunit.

RecoX avatar RecoX commented on August 17, 2024

It happened the same to me, installed and then can't see the templated


2024-08-02 12:03:38.126   Log opened. (Time zone: UTC+12:00)
2024-08-02 12:03:38.126   Setup version: Inno Setup version 5.5.9 (a)
2024-08-02 12:03:38.126   Original Setup EXE: C:\Users\Lucas Recoaro\Downloads\SimplyVBUnitSetup-5.0.4.exe
2024-08-02 12:03:38.126   Setup command line: /SL5="$2506C4,685303,57856,C:\Users\Lucas Recoaro\Downloads\SimplyVBUnitSetup-5.0.4.exe" /SPAWNWND=$6126A /NOTIFYWND=$530D08 /LOG=c:\SimplyVBUnitInstall.log
2024-08-02 12:03:38.126   Windows version: 10.0.19045  (NT platform: Yes)
2024-08-02 12:03:38.126   64-bit Windows: Yes
2024-08-02 12:03:38.126   Processor architecture: x64
2024-08-02 12:03:38.126   User privileges: Administrative
2024-08-02 12:03:38.128   64-bit install mode: No
2024-08-02 12:03:38.130   Created temporary directory: C:\Users\LUCASR~1\AppData\Local\Temp\is-ATGA9.tmp
2024-08-02 12:03:39.471   Starting the installation process.
2024-08-02 12:03:39.474   Directory for uninstall files: C:\Program Files (x86)\SimplyVBUnit 5.0
2024-08-02 12:03:39.485   Will append to existing uninstall log: C:\Program Files (x86)\SimplyVBUnit 5.0\unins000.dat
2024-08-02 12:03:39.487   -- File entry --
2024-08-02 12:03:39.487   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\unins000.exe
2024-08-02 12:03:39.489   Time stamp of our file: 2024-08-02 12:03:37.977
2024-08-02 12:03:39.489   Dest file exists.
2024-08-02 12:03:39.489   Time stamp of existing file: 2024-08-02 12:02:05.950
2024-08-02 12:03:39.489   Version of our file: 51.52.0.0
2024-08-02 12:03:39.489   Version of existing file: 51.52.0.0
2024-08-02 12:03:39.489   Installing the file.
2024-08-02 12:03:39.494   Uninstaller requires administrator: Yes
2024-08-02 12:03:39.494   Leaving temporary file in place for now.
2024-08-02 12:03:39.494   -- File entry --
2024-08-02 12:03:39.494   Dest filename: C:\windows\system32\SimplyVBUnit.Framework.dll
2024-08-02 12:03:39.495   Time stamp of our file: 2019-07-20 19:33:16.000
2024-08-02 12:03:39.495   Dest file exists.
2024-08-02 12:03:39.495   Time stamp of existing file: 2019-07-20 19:33:16.000
2024-08-02 12:03:39.495   Version of our file: 5.0.0.4
2024-08-02 12:03:39.496   Version of existing file: 5.0.0.4
2024-08-02 12:03:39.496   Same version. Skipping.
2024-08-02 12:03:39.496   Will register the file (a DLL/OCX) later.
2024-08-02 12:03:39.496   -- File entry --
2024-08-02 12:03:39.496   Dest filename: C:\windows\system32\SimplyVBUnit.Component.ocx
2024-08-02 12:03:39.497   Time stamp of our file: 2019-07-20 19:33:52.000
2024-08-02 12:03:39.497   Dest file exists.
2024-08-02 12:03:39.497   Time stamp of existing file: 2019-07-20 19:33:52.000
2024-08-02 12:03:39.497   Version of our file: 5.0.0.4
2024-08-02 12:03:39.497   Version of existing file: 5.0.0.4
2024-08-02 12:03:39.497   Same version. Skipping.
2024-08-02 12:03:39.497   Will register the file (a DLL/OCX) later.
2024-08-02 12:03:39.497   -- File entry --
2024-08-02 12:03:39.498   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Binary\Compatibility\SimplyVBUnit.Framework.cmp
2024-08-02 12:03:39.498   Time stamp of our file: 2017-12-03 10:22:32.000
2024-08-02 12:03:39.498   Dest file exists.
2024-08-02 12:03:39.498   Time stamp of existing file: 2017-12-03 10:22:32.000
2024-08-02 12:03:39.498   Version of our file: 5.0.0.0
2024-08-02 12:03:39.552   Version of existing file: 5.0.0.0
2024-08-02 12:03:39.552   Same version. Skipping.
2024-08-02 12:03:39.553   -- File entry --
2024-08-02 12:03:39.553   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Binary\Compatibility\SimplyVBUnit.Component.cmp
2024-08-02 12:03:39.554   Time stamp of our file: 2017-12-03 10:23:10.000
2024-08-02 12:03:39.554   Dest file exists.
2024-08-02 12:03:39.554   Time stamp of existing file: 2017-12-03 10:23:10.000
2024-08-02 12:03:39.554   Version of our file: 5.0.0.0
2024-08-02 12:03:39.612   Version of existing file: 5.0.0.0
2024-08-02 12:03:39.612   Same version. Skipping.
2024-08-02 12:03:39.613   -- File entry --
2024-08-02 12:03:39.614   Dest filename: C:\windows\system32\SimplyVBUnitType.tlb
2024-08-02 12:03:39.614   Time stamp of our file: 2019-07-20 12:27:38.000
2024-08-02 12:03:39.614   Dest file exists.
2024-08-02 12:03:39.614   Time stamp of existing file: 2019-07-20 12:27:38.000
2024-08-02 12:03:39.614   Version of our file: (none)
2024-08-02 12:03:39.616   Version of existing file: (none)
2024-08-02 12:03:39.616   Installing the file.
2024-08-02 12:03:39.651   Successfully installed the file.
2024-08-02 12:03:39.651   Will register the file (a type library) later.
2024-08-02 12:03:39.651   -- File entry --
2024-08-02 12:03:39.651   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\TypeLibrary\SimplyVBUnitType.odl
2024-08-02 12:03:39.651   Time stamp of our file: 2019-07-20 12:27:30.000
2024-08-02 12:03:39.651   Dest file exists.
2024-08-02 12:03:39.652   Time stamp of existing file: 2019-07-20 12:27:30.000
2024-08-02 12:03:39.652   Version of our file: (none)
2024-08-02 12:03:39.660   Version of existing file: (none)
2024-08-02 12:03:39.660   Installing the file.
2024-08-02 12:03:39.661   Successfully installed the file.
2024-08-02 12:03:39.661   -- File entry --
2024-08-02 12:03:39.662   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\TypeLibrary\BuildSimplyVBUnitType.bat
2024-08-02 12:03:39.662   Time stamp of our file: 2019-07-20 06:33:52.000
2024-08-02 12:03:39.662   Dest file exists.
2024-08-02 12:03:39.662   Time stamp of existing file: 2019-07-20 06:33:52.000
2024-08-02 12:03:39.662   Version of our file: (none)
2024-08-02 12:03:39.664   Version of existing file: (none)
2024-08-02 12:03:39.664   Installing the file.
2024-08-02 12:03:39.665   Successfully installed the file.
2024-08-02 12:03:39.665   -- File entry --
2024-08-02 12:03:39.665   Dest filename: C:\Projects\frmTestRunner.frm
2024-08-02 12:03:39.666   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.666   Dest file exists.
2024-08-02 12:03:39.666   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.666   Version of our file: (none)
2024-08-02 12:03:39.666   Version of existing file: (none)
2024-08-02 12:03:39.666   Installing the file.
2024-08-02 12:03:39.667   Successfully installed the file.
2024-08-02 12:03:39.667   -- File entry --
2024-08-02 12:03:39.668   Dest filename: C:\Projects\SimplyVBUnit Project.vbp
2024-08-02 12:03:39.668   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.668   Dest file exists.
2024-08-02 12:03:39.668   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.668   Version of our file: (none)
2024-08-02 12:03:39.668   Version of existing file: (none)
2024-08-02 12:03:39.669   Installing the file.
2024-08-02 12:03:39.669   Successfully installed the file.
2024-08-02 12:03:39.669   -- File entry --
2024-08-02 12:03:39.670   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Component.Solution.vbg
2024-08-02 12:03:39.670   Time stamp of our file: 2019-07-20 14:17:40.000
2024-08-02 12:03:39.670   Dest file exists.
2024-08-02 12:03:39.670   Time stamp of existing file: 2019-07-20 14:17:40.000
2024-08-02 12:03:39.670   Version of our file: (none)
2024-08-02 12:03:39.671   Version of existing file: (none)
2024-08-02 12:03:39.671   Installing the file.
2024-08-02 12:03:39.672   Successfully installed the file.
2024-08-02 12:03:39.672   -- File entry --
2024-08-02 12:03:39.672   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Component.Tests.vbp
2024-08-02 12:03:39.672   Time stamp of our file: 2019-07-20 19:33:56.000
2024-08-02 12:03:39.672   Dest file exists.
2024-08-02 12:03:39.672   Time stamp of existing file: 2019-07-20 19:33:56.000
2024-08-02 12:03:39.672   Version of our file: (none)
2024-08-02 12:03:39.673   Version of existing file: (none)
2024-08-02 12:03:39.673   Installing the file.
2024-08-02 12:03:39.674   Successfully installed the file.
2024-08-02 12:03:39.674   -- File entry --
2024-08-02 12:03:39.674   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Component.vbp
2024-08-02 12:03:39.675   Time stamp of our file: 2019-07-20 13:25:20.000
2024-08-02 12:03:39.675   Dest file exists.
2024-08-02 12:03:39.675   Time stamp of existing file: 2019-07-20 13:25:20.000
2024-08-02 12:03:39.675   Version of our file: (none)
2024-08-02 12:03:39.680   Version of existing file: (none)
2024-08-02 12:03:39.680   Installing the file.
2024-08-02 12:03:39.682   Successfully installed the file.
2024-08-02 12:03:39.682   -- File entry --
2024-08-02 12:03:39.682   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Fakes.vbp
2024-08-02 12:03:39.682   Time stamp of our file: 2019-07-20 19:33:20.000
2024-08-02 12:03:39.682   Dest file exists.
2024-08-02 12:03:39.682   Time stamp of existing file: 2019-07-20 19:33:20.000
2024-08-02 12:03:39.682   Version of our file: (none)
2024-08-02 12:03:39.683   Version of existing file: (none)
2024-08-02 12:03:39.683   Installing the file.
2024-08-02 12:03:39.684   Successfully installed the file.
2024-08-02 12:03:39.684   -- File entry --
2024-08-02 12:03:39.685   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Framework.Solution.vbg
2024-08-02 12:03:39.685   Time stamp of our file: 2019-07-20 22:53:30.000
2024-08-02 12:03:39.685   Dest file exists.
2024-08-02 12:03:39.685   Time stamp of existing file: 2019-07-20 22:53:30.000
2024-08-02 12:03:39.685   Version of our file: (none)
2024-08-02 12:03:39.686   Version of existing file: (none)
2024-08-02 12:03:39.686   Installing the file.
2024-08-02 12:03:39.686   Successfully installed the file.
2024-08-02 12:03:39.687   -- File entry --
2024-08-02 12:03:39.687   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Framework.Tests.vbp
2024-08-02 12:03:39.687   Time stamp of our file: 2019-07-20 19:33:20.000
2024-08-02 12:03:39.687   Dest file exists.
2024-08-02 12:03:39.687   Time stamp of existing file: 2019-07-20 19:33:20.000
2024-08-02 12:03:39.687   Version of our file: (none)
2024-08-02 12:03:39.693   Version of existing file: (none)
2024-08-02 12:03:39.693   Installing the file.
2024-08-02 12:03:39.695   Successfully installed the file.
2024-08-02 12:03:39.695   -- File entry --
2024-08-02 12:03:39.695   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\SimplyVBUnit.Framework.vbp
2024-08-02 12:03:39.696   Time stamp of our file: 2019-07-20 13:24:22.000
2024-08-02 12:03:39.696   Dest file exists.
2024-08-02 12:03:39.696   Time stamp of existing file: 2019-07-20 13:24:22.000
2024-08-02 12:03:39.696   Version of our file: (none)
2024-08-02 12:03:39.701   Version of existing file: (none)
2024-08-02 12:03:39.701   Installing the file.
2024-08-02 12:03:39.702   Successfully installed the file.
2024-08-02 12:03:39.703   -- File entry --
2024-08-02 12:03:39.703   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\Anchor.cls
2024-08-02 12:03:39.703   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.703   Dest file exists.
2024-08-02 12:03:39.703   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.703   Version of our file: (none)
2024-08-02 12:03:39.715   Version of existing file: (none)
2024-08-02 12:03:39.715   Installing the file.
2024-08-02 12:03:39.717   Successfully installed the file.
2024-08-02 12:03:39.717   -- File entry --
2024-08-02 12:03:39.718   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\AppInfo.cls
2024-08-02 12:03:39.718   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.718   Dest file exists.
2024-08-02 12:03:39.718   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.718   Version of our file: (none)
2024-08-02 12:03:39.725   Version of existing file: (none)
2024-08-02 12:03:39.725   Installing the file.
2024-08-02 12:03:39.726   Successfully installed the file.
2024-08-02 12:03:39.727   -- File entry --
2024-08-02 12:03:39.728   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\CategoryListController.cls
2024-08-02 12:03:39.728   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.728   Dest file exists.
2024-08-02 12:03:39.728   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.728   Version of our file: (none)
2024-08-02 12:03:39.729   Version of existing file: (none)
2024-08-02 12:03:39.729   Installing the file.
2024-08-02 12:03:39.730   Successfully installed the file.
2024-08-02 12:03:39.731   -- File entry --
2024-08-02 12:03:39.731   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\Configuration.cls
2024-08-02 12:03:39.732   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.732   Dest file exists.
2024-08-02 12:03:39.732   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.732   Version of our file: (none)
2024-08-02 12:03:39.733   Version of existing file: (none)
2024-08-02 12:03:39.733   Installing the file.
2024-08-02 12:03:39.734   Successfully installed the file.
2024-08-02 12:03:39.734   -- File entry --
2024-08-02 12:03:39.734   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\ctlSimplyVBUnitUI.ctx
2024-08-02 12:03:39.735   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.735   Dest file exists.
2024-08-02 12:03:39.735   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.735   Version of our file: (none)
2024-08-02 12:03:39.736   Version of existing file: (none)
2024-08-02 12:03:39.736   Installing the file.
2024-08-02 12:03:39.737   Successfully installed the file.
2024-08-02 12:03:39.737   -- File entry --
2024-08-02 12:03:39.737   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\FailureOutputController.cls
2024-08-02 12:03:39.738   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.738   Dest file exists.
2024-08-02 12:03:39.738   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.738   Version of our file: (none)
2024-08-02 12:03:39.739   Version of existing file: (none)
2024-08-02 12:03:39.739   Installing the file.
2024-08-02 12:03:39.740   Successfully installed the file.
2024-08-02 12:03:39.740   -- File entry --
2024-08-02 12:03:39.740   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\frmOptions.frm
2024-08-02 12:03:39.741   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.741   Dest file exists.
2024-08-02 12:03:39.741   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.741   Version of our file: (none)
2024-08-02 12:03:39.748   Version of existing file: (none)
2024-08-02 12:03:39.748   Installing the file.
2024-08-02 12:03:39.749   Successfully installed the file.
2024-08-02 12:03:39.750   -- File entry --
2024-08-02 12:03:39.750   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\frmOptions.frx
2024-08-02 12:03:39.750   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.750   Dest file exists.
2024-08-02 12:03:39.750   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.750   Version of our file: (none)
2024-08-02 12:03:39.754   Version of existing file: (none)
2024-08-02 12:03:39.754   Installing the file.
2024-08-02 12:03:39.755   Successfully installed the file.
2024-08-02 12:03:39.755   -- File entry --
2024-08-02 12:03:39.755   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\frmResultDetails.frm
2024-08-02 12:03:39.755   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.755   Dest file exists.
2024-08-02 12:03:39.755   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.755   Version of our file: (none)
2024-08-02 12:03:39.765   Version of existing file: (none)
2024-08-02 12:03:39.765   Installing the file.
2024-08-02 12:03:39.765   Successfully installed the file.
2024-08-02 12:03:39.766   -- File entry --
2024-08-02 12:03:39.766   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\ISuperClass.cls
2024-08-02 12:03:39.766   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.766   Dest file exists.
2024-08-02 12:03:39.766   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.766   Version of our file: (none)
2024-08-02 12:03:39.773   Version of existing file: (none)
2024-08-02 12:03:39.773   Installing the file.
2024-08-02 12:03:39.774   Successfully installed the file.
2024-08-02 12:03:39.774   -- File entry --
2024-08-02 12:03:39.774   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\modStaticClasses.bas
2024-08-02 12:03:39.774   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.774   Dest file exists.
2024-08-02 12:03:39.774   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.774   Version of our file: (none)
2024-08-02 12:03:39.776   Version of existing file: (none)
2024-08-02 12:03:39.776   Installing the file.
2024-08-02 12:03:39.776   Successfully installed the file.
2024-08-02 12:03:39.776   -- File entry --
2024-08-02 12:03:39.777   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\modWin32API.bas
2024-08-02 12:03:39.777   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.777   Dest file exists.
2024-08-02 12:03:39.777   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.777   Version of our file: (none)
2024-08-02 12:03:39.778   Version of existing file: (none)
2024-08-02 12:03:39.778   Installing the file.
2024-08-02 12:03:39.779   Successfully installed the file.
2024-08-02 12:03:39.779   -- File entry --
2024-08-02 12:03:39.779   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\SimplyVBUnitUIRunner.ctx
2024-08-02 12:03:39.780   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.780   Dest file exists.
2024-08-02 12:03:39.780   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.780   Version of our file: (none)
2024-08-02 12:03:39.780   Version of existing file: (none)
2024-08-02 12:03:39.780   Installing the file.
2024-08-02 12:03:39.781   Successfully installed the file.
2024-08-02 12:03:39.781   -- File entry --
2024-08-02 12:03:39.782   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\StatusBarController.cls
2024-08-02 12:03:39.782   Time stamp of our file: 2019-06-09 14:46:08.000
2024-08-02 12:03:39.782   Dest file exists.
2024-08-02 12:03:39.782   Time stamp of existing file: 2019-06-09 14:46:08.000
2024-08-02 12:03:39.782   Version of our file: (none)
2024-08-02 12:03:39.784   Version of existing file: (none)
2024-08-02 12:03:39.784   Installing the file.
2024-08-02 12:03:39.784   Successfully installed the file.
2024-08-02 12:03:39.785   -- File entry --
2024-08-02 12:03:39.785   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\SuperClass.cls
2024-08-02 12:03:39.785   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.785   Dest file exists.
2024-08-02 12:03:39.785   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.785   Version of our file: (none)
2024-08-02 12:03:39.794   Version of existing file: (none)
2024-08-02 12:03:39.794   Installing the file.
2024-08-02 12:03:39.795   Successfully installed the file.
2024-08-02 12:03:39.795   -- File entry --
2024-08-02 12:03:39.796   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\TestProgressController.cls
2024-08-02 12:03:39.796   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.796   Dest file exists.
2024-08-02 12:03:39.796   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.796   Version of our file: (none)
2024-08-02 12:03:39.803   Version of existing file: (none)
2024-08-02 12:03:39.803   Installing the file.
2024-08-02 12:03:39.804   Successfully installed the file.
2024-08-02 12:03:39.804   -- File entry --
2024-08-02 12:03:39.804   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\TestResultCollector.cls
2024-08-02 12:03:39.804   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.804   Dest file exists.
2024-08-02 12:03:39.804   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.804   Version of our file: (none)
2024-08-02 12:03:39.811   Version of existing file: (none)
2024-08-02 12:03:39.811   Installing the file.
2024-08-02 12:03:39.812   Successfully installed the file.
2024-08-02 12:03:39.813   -- File entry --
2024-08-02 12:03:39.813   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\TestTreeController.cls
2024-08-02 12:03:39.813   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.813   Dest file exists.
2024-08-02 12:03:39.813   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.813   Version of our file: (none)
2024-08-02 12:03:39.814   Version of existing file: (none)
2024-08-02 12:03:39.814   Installing the file.
2024-08-02 12:03:39.815   Successfully installed the file.
2024-08-02 12:03:39.815   -- File entry --
2024-08-02 12:03:39.816   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\UIConstructors.cls
2024-08-02 12:03:39.816   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.816   Dest file exists.
2024-08-02 12:03:39.816   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.816   Version of our file: (none)
2024-08-02 12:03:39.817   Version of existing file: (none)
2024-08-02 12:03:39.817   Installing the file.
2024-08-02 12:03:39.818   Successfully installed the file.
2024-08-02 12:03:39.818   -- File entry --
2024-08-02 12:03:39.818   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\UIListBox.ctl
2024-08-02 12:03:39.818   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.818   Dest file exists.
2024-08-02 12:03:39.818   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.818   Version of our file: (none)
2024-08-02 12:03:39.819   Version of existing file: (none)
2024-08-02 12:03:39.820   Installing the file.
2024-08-02 12:03:39.821   Successfully installed the file.
2024-08-02 12:03:39.821   -- File entry --
2024-08-02 12:03:39.822   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\UIRunner.ctl
2024-08-02 12:03:39.822   Time stamp of our file: 2019-06-09 14:53:32.000
2024-08-02 12:03:39.822   Dest file exists.
2024-08-02 12:03:39.822   Time stamp of existing file: 2019-06-09 14:53:32.000
2024-08-02 12:03:39.822   Version of our file: (none)
2024-08-02 12:03:39.831   Version of existing file: (none)
2024-08-02 12:03:39.831   Installing the file.
2024-08-02 12:03:39.833   Successfully installed the file.
2024-08-02 12:03:39.833   -- File entry --
2024-08-02 12:03:39.834   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\UIRunner.ctx
2024-08-02 12:03:39.835   Time stamp of our file: 2019-06-09 14:53:32.000
2024-08-02 12:03:39.835   Dest file exists.
2024-08-02 12:03:39.835   Time stamp of existing file: 2019-06-09 14:53:32.000
2024-08-02 12:03:39.835   Version of our file: (none)
2024-08-02 12:03:39.836   Version of existing file: (none)
2024-08-02 12:03:39.836   Installing the file.
2024-08-02 12:03:39.837   Successfully installed the file.
2024-08-02 12:03:39.837   -- File entry --
2024-08-02 12:03:39.838   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\UISetting.cls
2024-08-02 12:03:39.838   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.838   Dest file exists.
2024-08-02 12:03:39.838   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.838   Version of our file: (none)
2024-08-02 12:03:39.839   Version of existing file: (none)
2024-08-02 12:03:39.839   Installing the file.
2024-08-02 12:03:39.840   Successfully installed the file.
2024-08-02 12:03:39.840   -- File entry --
2024-08-02 12:03:39.840   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Component\UIStaticClasses.cls
2024-08-02 12:03:39.841   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.841   Dest file exists.
2024-08-02 12:03:39.841   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.841   Version of our file: (none)
2024-08-02 12:03:39.842   Version of existing file: (none)
2024-08-02 12:03:39.842   Installing the file.
2024-08-02 12:03:39.843   Successfully installed the file.
2024-08-02 12:03:39.843   -- File entry --
2024-08-02 12:03:39.843   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\DebugListener.cls
2024-08-02 12:03:39.843   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.843   Dest file exists.
2024-08-02 12:03:39.844   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.844   Version of our file: (none)
2024-08-02 12:03:39.844   Version of existing file: (none)
2024-08-02 12:03:39.844   Installing the file.
2024-08-02 12:03:39.845   Successfully installed the file.
2024-08-02 12:03:39.845   -- File entry --
2024-08-02 12:03:39.846   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\FakeFixture.cls
2024-08-02 12:03:39.846   Time stamp of our file: 2017-12-03 10:16:40.000
2024-08-02 12:03:39.846   Dest file exists.
2024-08-02 12:03:39.846   Time stamp of existing file: 2017-12-03 10:16:40.000
2024-08-02 12:03:39.846   Version of our file: (none)
2024-08-02 12:03:39.847   Version of existing file: (none)
2024-08-02 12:03:39.847   Installing the file.
2024-08-02 12:03:39.848   Successfully installed the file.
2024-08-02 12:03:39.848   -- File entry --
2024-08-02 12:03:39.848   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\FakeTest.cls
2024-08-02 12:03:39.848   Time stamp of our file: 2017-12-03 10:04:56.000
2024-08-02 12:03:39.848   Dest file exists.
2024-08-02 12:03:39.848   Time stamp of existing file: 2017-12-03 10:04:56.000
2024-08-02 12:03:39.848   Version of our file: (none)
2024-08-02 12:03:39.855   Version of existing file: (none)
2024-08-02 12:03:39.855   Installing the file.
2024-08-02 12:03:39.856   Successfully installed the file.
2024-08-02 12:03:39.856   -- File entry --
2024-08-02 12:03:39.856   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\FixtureWithMoreTests.cls
2024-08-02 12:03:39.857   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.857   Dest file exists.
2024-08-02 12:03:39.857   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.857   Version of our file: (none)
2024-08-02 12:03:39.858   Version of existing file: (none)
2024-08-02 12:03:39.858   Installing the file.
2024-08-02 12:03:39.859   Successfully installed the file.
2024-08-02 12:03:39.859   -- File entry --
2024-08-02 12:03:39.859   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\FixtureWithNoTests.cls
2024-08-02 12:03:39.859   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.859   Dest file exists.
2024-08-02 12:03:39.859   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.859   Version of our file: (none)
2024-08-02 12:03:39.864   Version of existing file: (none)
2024-08-02 12:03:39.864   Installing the file.
2024-08-02 12:03:39.864   Successfully installed the file.
2024-08-02 12:03:39.865   -- File entry --
2024-08-02 12:03:39.865   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\FixtureWithTestCases.cls
2024-08-02 12:03:39.865   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.865   Dest file exists.
2024-08-02 12:03:39.865   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.865   Version of our file: (none)
2024-08-02 12:03:39.872   Version of existing file: (none)
2024-08-02 12:03:39.872   Installing the file.
2024-08-02 12:03:39.873   Successfully installed the file.
2024-08-02 12:03:39.873   -- File entry --
2024-08-02 12:03:39.874   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\FixtureWithTests.cls
2024-08-02 12:03:39.875   Time stamp of our file: 2017-12-03 10:16:58.000
2024-08-02 12:03:39.875   Dest file exists.
2024-08-02 12:03:39.875   Time stamp of existing file: 2017-12-03 10:16:58.000
2024-08-02 12:03:39.875   Version of our file: (none)
2024-08-02 12:03:39.876   Version of existing file: (none)
2024-08-02 12:03:39.876   Installing the file.
2024-08-02 12:03:39.877   Successfully installed the file.
2024-08-02 12:03:39.877   -- File entry --
2024-08-02 12:03:39.877   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\frmSample.frm
2024-08-02 12:03:39.877   Time stamp of our file: 2017-12-03 10:16:32.000
2024-08-02 12:03:39.877   Dest file exists.
2024-08-02 12:03:39.877   Time stamp of existing file: 2017-12-03 10:16:32.000
2024-08-02 12:03:39.877   Version of our file: (none)
2024-08-02 12:03:39.878   Version of existing file: (none)
2024-08-02 12:03:39.878   Installing the file.
2024-08-02 12:03:39.879   Successfully installed the file.
2024-08-02 12:03:39.879   -- File entry --
2024-08-02 12:03:39.880   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\frmSample.log
2024-08-02 12:03:39.880   Time stamp of our file: 2017-12-03 10:15:20.000
2024-08-02 12:03:39.880   Dest file exists.
2024-08-02 12:03:39.880   Time stamp of existing file: 2017-12-03 10:15:20.000
2024-08-02 12:03:39.880   Version of our file: (none)
2024-08-02 12:03:39.881   Version of existing file: (none)
2024-08-02 12:03:39.881   Installing the file.
2024-08-02 12:03:39.882   Successfully installed the file.
2024-08-02 12:03:39.882   -- File entry --
2024-08-02 12:03:39.882   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\frmTreeView.frm
2024-08-02 12:03:39.883   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.883   Dest file exists.
2024-08-02 12:03:39.883   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.883   Version of our file: (none)
2024-08-02 12:03:39.888   Version of existing file: (none)
2024-08-02 12:03:39.888   Installing the file.
2024-08-02 12:03:39.888   Successfully installed the file.
2024-08-02 12:03:39.889   -- File entry --
2024-08-02 12:03:39.889   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\frmTreeView.frx
2024-08-02 12:03:39.889   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.889   Dest file exists.
2024-08-02 12:03:39.889   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.889   Version of our file: (none)
2024-08-02 12:03:39.891   Version of existing file: (none)
2024-08-02 12:03:39.891   Installing the file.
2024-08-02 12:03:39.892   Successfully installed the file.
2024-08-02 12:03:39.893   -- File entry --
2024-08-02 12:03:39.894   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\MockFixture.cls
2024-08-02 12:03:39.894   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.894   Dest file exists.
2024-08-02 12:03:39.894   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.894   Version of our file: (none)
2024-08-02 12:03:39.895   Version of existing file: (none)
2024-08-02 12:03:39.895   Installing the file.
2024-08-02 12:03:39.896   Successfully installed the file.
2024-08-02 12:03:39.897   -- File entry --
2024-08-02 12:03:39.897   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\modMain.bas
2024-08-02 12:03:39.897   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.897   Dest file exists.
2024-08-02 12:03:39.897   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.897   Version of our file: (none)
2024-08-02 12:03:39.898   Version of existing file: (none)
2024-08-02 12:03:39.898   Installing the file.
2024-08-02 12:03:39.899   Successfully installed the file.
2024-08-02 12:03:39.899   -- File entry --
2024-08-02 12:03:39.900   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\TestConfiguration.cls
2024-08-02 12:03:39.900   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.900   Dest file exists.
2024-08-02 12:03:39.900   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.900   Version of our file: (none)
2024-08-02 12:03:39.901   Version of existing file: (none)
2024-08-02 12:03:39.901   Installing the file.
2024-08-02 12:03:39.902   Successfully installed the file.
2024-08-02 12:03:39.902   -- File entry --
2024-08-02 12:03:39.903   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\TestTreeViewController.cls
2024-08-02 12:03:39.903   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.903   Dest file exists.
2024-08-02 12:03:39.903   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.903   Version of our file: (none)
2024-08-02 12:03:39.905   Version of existing file: (none)
2024-08-02 12:03:39.905   Installing the file.
2024-08-02 12:03:39.906   Successfully installed the file.
2024-08-02 12:03:39.906   -- File entry --
2024-08-02 12:03:39.906   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\TestTreeViewNavigation.cls
2024-08-02 12:03:39.906   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.906   Dest file exists.
2024-08-02 12:03:39.906   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.907   Version of our file: (none)
2024-08-02 12:03:39.914   Version of existing file: (none)
2024-08-02 12:03:39.914   Installing the file.
2024-08-02 12:03:39.915   Successfully installed the file.
2024-08-02 12:03:39.915   -- File entry --
2024-08-02 12:03:39.915   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\TestTreeViewRunningTests.cls
2024-08-02 12:03:39.916   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.916   Dest file exists.
2024-08-02 12:03:39.916   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.916   Version of our file: (none)
2024-08-02 12:03:39.923   Version of existing file: (none)
2024-08-02 12:03:39.923   Installing the file.
2024-08-02 12:03:39.925   Successfully installed the file.
2024-08-02 12:03:39.925   -- File entry --
2024-08-02 12:03:39.925   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\ComponentTests\TreeNodePathConstraint.cls
2024-08-02 12:03:39.926   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.926   Dest file exists.
2024-08-02 12:03:39.926   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.926   Version of our file: (none)
2024-08-02 12:03:39.927   Version of existing file: (none)
2024-08-02 12:03:39.927   Installing the file.
2024-08-02 12:03:39.928   Successfully installed the file.
2024-08-02 12:03:39.928   -- File entry --
2024-08-02 12:03:39.928   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\CallError.cls
2024-08-02 12:03:39.928   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.928   Dest file exists.
2024-08-02 12:03:39.928   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.928   Version of our file: (none)
2024-08-02 12:03:39.929   Version of existing file: (none)
2024-08-02 12:03:39.929   Installing the file.
2024-08-02 12:03:39.930   Successfully installed the file.
2024-08-02 12:03:39.930   -- File entry --
2024-08-02 12:03:39.930   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\CallTrace.cls
2024-08-02 12:03:39.931   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.931   Dest file exists.
2024-08-02 12:03:39.931   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.931   Version of our file: (none)
2024-08-02 12:03:39.932   Version of existing file: (none)
2024-08-02 12:03:39.932   Installing the file.
2024-08-02 12:03:39.932   Successfully installed the file.
2024-08-02 12:03:39.932   -- File entry --
2024-08-02 12:03:39.933   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\ClassEventMonitor.cls
2024-08-02 12:03:39.933   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.933   Dest file exists.
2024-08-02 12:03:39.933   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.933   Version of our file: (none)
2024-08-02 12:03:39.938   Version of existing file: (none)
2024-08-02 12:03:39.938   Installing the file.
2024-08-02 12:03:39.940   Successfully installed the file.
2024-08-02 12:03:39.940   -- File entry --
2024-08-02 12:03:39.940   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\CollectionProxy.cls
2024-08-02 12:03:39.940   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.940   Dest file exists.
2024-08-02 12:03:39.941   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.941   Version of our file: (none)
2024-08-02 12:03:39.942   Version of existing file: (none)
2024-08-02 12:03:39.942   Installing the file.
2024-08-02 12:03:39.943   Successfully installed the file.
2024-08-02 12:03:39.943   -- File entry --
2024-08-02 12:03:39.944   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1Property.cls
2024-08-02 12:03:39.944   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.944   Dest file exists.
2024-08-02 12:03:39.944   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.944   Version of our file: (none)
2024-08-02 12:03:39.948   Version of existing file: (none)
2024-08-02 12:03:39.948   Installing the file.
2024-08-02 12:03:39.949   Successfully installed the file.
2024-08-02 12:03:39.949   -- File entry --
2024-08-02 12:03:39.950   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1Test.cls
2024-08-02 12:03:39.950   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.950   Dest file exists.
2024-08-02 12:03:39.950   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.950   Version of our file: (none)
2024-08-02 12:03:39.955   Version of existing file: (none)
2024-08-02 12:03:39.955   Installing the file.
2024-08-02 12:03:39.956   Successfully installed the file.
2024-08-02 12:03:39.956   -- File entry --
2024-08-02 12:03:39.957   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1TestWithArgsNoSource.cls
2024-08-02 12:03:39.958   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.958   Dest file exists.
2024-08-02 12:03:39.958   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.958   Version of our file: (none)
2024-08-02 12:03:39.959   Version of existing file: (none)
2024-08-02 12:03:39.959   Installing the file.
2024-08-02 12:03:39.960   Successfully installed the file.
2024-08-02 12:03:39.960   -- File entry --
2024-08-02 12:03:39.961   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1TestWithFixtureSetup.cls
2024-08-02 12:03:39.961   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.961   Dest file exists.
2024-08-02 12:03:39.961   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.961   Version of our file: (none)
2024-08-02 12:03:39.962   Version of existing file: (none)
2024-08-02 12:03:39.962   Installing the file.
2024-08-02 12:03:39.964   Successfully installed the file.
2024-08-02 12:03:39.964   -- File entry --
2024-08-02 12:03:39.964   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1TestWithFixtureTeardown.cls
2024-08-02 12:03:39.964   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.964   Dest file exists.
2024-08-02 12:03:39.964   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.964   Version of our file: (none)
2024-08-02 12:03:39.970   Version of existing file: (none)
2024-08-02 12:03:39.970   Installing the file.
2024-08-02 12:03:39.971   Successfully installed the file.
2024-08-02 12:03:39.971   -- File entry --
2024-08-02 12:03:39.972   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1TestWithSetup.cls
2024-08-02 12:03:39.972   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.972   Dest file exists.
2024-08-02 12:03:39.972   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.972   Version of our file: (none)
2024-08-02 12:03:39.973   Version of existing file: (none)
2024-08-02 12:03:39.973   Installing the file.
2024-08-02 12:03:39.974   Successfully installed the file.
2024-08-02 12:03:39.975   -- File entry --
2024-08-02 12:03:39.975   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake1TestWithTeardown.cls
2024-08-02 12:03:39.975   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.975   Dest file exists.
2024-08-02 12:03:39.975   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.975   Version of our file: (none)
2024-08-02 12:03:39.976   Version of existing file: (none)
2024-08-02 12:03:39.976   Installing the file.
2024-08-02 12:03:39.977   Successfully installed the file.
2024-08-02 12:03:39.977   -- File entry --
2024-08-02 12:03:39.978   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake2Tests.cls
2024-08-02 12:03:39.978   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.978   Dest file exists.
2024-08-02 12:03:39.978   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.978   Version of our file: (none)
2024-08-02 12:03:39.979   Version of existing file: (none)
2024-08-02 12:03:39.979   Installing the file.
2024-08-02 12:03:39.979   Successfully installed the file.
2024-08-02 12:03:39.980   -- File entry --
2024-08-02 12:03:39.980   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Fake4TestsInDescendingOrder.cls
2024-08-02 12:03:39.980   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.980   Dest file exists.
2024-08-02 12:03:39.980   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.980   Version of our file: (none)
2024-08-02 12:03:39.981   Version of existing file: (none)
2024-08-02 12:03:39.981   Installing the file.
2024-08-02 12:03:39.982   Successfully installed the file.
2024-08-02 12:03:39.982   -- File entry --
2024-08-02 12:03:39.982   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeCategorizedTests.cls
2024-08-02 12:03:39.982   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.982   Dest file exists.
2024-08-02 12:03:39.982   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.982   Version of our file: (none)
2024-08-02 12:03:39.984   Version of existing file: (none)
2024-08-02 12:03:39.984   Installing the file.
2024-08-02 12:03:39.985   Successfully installed the file.
2024-08-02 12:03:39.985   -- File entry --
2024-08-02 12:03:39.986   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeEmpty.cls
2024-08-02 12:03:39.986   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.986   Dest file exists.
2024-08-02 12:03:39.986   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.986   Version of our file: (none)
2024-08-02 12:03:39.989   Version of existing file: (none)
2024-08-02 12:03:39.989   Installing the file.
2024-08-02 12:03:39.990   Successfully installed the file.
2024-08-02 12:03:39.990   -- File entry --
2024-08-02 12:03:39.991   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeNonPersistable.cls
2024-08-02 12:03:39.991   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.991   Dest file exists.
2024-08-02 12:03:39.991   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.991   Version of our file: (none)
2024-08-02 12:03:39.992   Version of existing file: (none)
2024-08-02 12:03:39.992   Installing the file.
2024-08-02 12:03:39.993   Successfully installed the file.
2024-08-02 12:03:39.993   -- File entry --
2024-08-02 12:03:39.994   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakePersistable.cls
2024-08-02 12:03:39.994   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.994   Dest file exists.
2024-08-02 12:03:39.994   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.994   Version of our file: (none)
2024-08-02 12:03:39.994   Version of existing file: (none)
2024-08-02 12:03:39.995   Installing the file.
2024-08-02 12:03:39.995   Successfully installed the file.
2024-08-02 12:03:39.995   -- File entry --
2024-08-02 12:03:39.996   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeTest.cls
2024-08-02 12:03:39.996   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.996   Dest file exists.
2024-08-02 12:03:39.996   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:39.996   Version of our file: (none)
2024-08-02 12:03:40.002   Version of existing file: (none)
2024-08-02 12:03:40.002   Installing the file.
2024-08-02 12:03:40.004   Successfully installed the file.
2024-08-02 12:03:40.004   -- File entry --
2024-08-02 12:03:40.004   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeTestContext.cls
2024-08-02 12:03:40.005   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.005   Dest file exists.
2024-08-02 12:03:40.005   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.005   Version of our file: (none)
2024-08-02 12:03:40.010   Version of existing file: (none)
2024-08-02 12:03:40.010   Installing the file.
2024-08-02 12:03:40.011   Successfully installed the file.
2024-08-02 12:03:40.011   -- File entry --
2024-08-02 12:03:40.011   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeTextWriter.cls
2024-08-02 12:03:40.012   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.012   Dest file exists.
2024-08-02 12:03:40.012   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.012   Version of our file: (none)
2024-08-02 12:03:40.013   Version of existing file: (none)
2024-08-02 12:03:40.013   Installing the file.
2024-08-02 12:03:40.014   Successfully installed the file.
2024-08-02 12:03:40.014   -- File entry --
2024-08-02 12:03:40.014   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeTypes.cls
2024-08-02 12:03:40.014   Time stamp of our file: 2019-07-20 22:38:02.000
2024-08-02 12:03:40.014   Dest file exists.
2024-08-02 12:03:40.014   Time stamp of existing file: 2019-07-20 22:38:02.000
2024-08-02 12:03:40.014   Version of our file: (none)
2024-08-02 12:03:40.015   Version of existing file: (none)
2024-08-02 12:03:40.015   Installing the file.
2024-08-02 12:03:40.016   Successfully installed the file.
2024-08-02 12:03:40.016   -- File entry --
2024-08-02 12:03:40.017   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\FakeWithNonDiplayableArgs.cls
2024-08-02 12:03:40.017   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.017   Dest file exists.
2024-08-02 12:03:40.017   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.017   Version of our file: (none)
2024-08-02 12:03:40.022   Version of existing file: (none)
2024-08-02 12:03:40.022   Installing the file.
2024-08-02 12:03:40.023   Successfully installed the file.
2024-08-02 12:03:40.023   -- File entry --
2024-08-02 12:03:40.024   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1Test.cls
2024-08-02 12:03:40.024   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.024   Dest file exists.
2024-08-02 12:03:40.024   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.024   Version of our file: (none)
2024-08-02 12:03:40.025   Version of existing file: (none)
2024-08-02 12:03:40.025   Installing the file.
2024-08-02 12:03:40.026   Successfully installed the file.
2024-08-02 12:03:40.026   -- File entry --
2024-08-02 12:03:40.027   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1TestCaseSource.cls
2024-08-02 12:03:40.027   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.027   Dest file exists.
2024-08-02 12:03:40.027   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.027   Version of our file: (none)
2024-08-02 12:03:40.028   Version of existing file: (none)
2024-08-02 12:03:40.028   Installing the file.
2024-08-02 12:03:40.029   Successfully installed the file.
2024-08-02 12:03:40.029   -- File entry --
2024-08-02 12:03:40.029   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1TestCaseSourceExpect.cls
2024-08-02 12:03:40.029   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.029   Dest file exists.
2024-08-02 12:03:40.029   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.029   Version of our file: (none)
2024-08-02 12:03:40.036   Version of existing file: (none)
2024-08-02 12:03:40.036   Installing the file.
2024-08-02 12:03:40.036   Successfully installed the file.
2024-08-02 12:03:40.037   -- File entry --
2024-08-02 12:03:40.037   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1TestWith2Categories.cls
2024-08-02 12:03:40.037   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.037   Dest file exists.
2024-08-02 12:03:40.037   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.037   Version of our file: (none)
2024-08-02 12:03:40.039   Version of existing file: (none)
2024-08-02 12:03:40.039   Installing the file.
2024-08-02 12:03:40.040   Successfully installed the file.
2024-08-02 12:03:40.040   -- File entry --
2024-08-02 12:03:40.040   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1TestWithCategory.cls
2024-08-02 12:03:40.040   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.040   Dest file exists.
2024-08-02 12:03:40.040   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.040   Version of our file: (none)
2024-08-02 12:03:40.047   Version of existing file: (none)
2024-08-02 12:03:40.047   Installing the file.
2024-08-02 12:03:40.047   Successfully installed the file.
2024-08-02 12:03:40.048   -- File entry --
2024-08-02 12:03:40.048   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1TestWithSetupTeardown.cls
2024-08-02 12:03:40.048   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.048   Dest file exists.
2024-08-02 12:03:40.048   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.048   Version of our file: (none)
2024-08-02 12:03:40.054   Version of existing file: (none)
2024-08-02 12:03:40.054   Installing the file.
2024-08-02 12:03:40.054   Successfully installed the file.
2024-08-02 12:03:40.054   -- File entry --
2024-08-02 12:03:40.055   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock1TestWithTeardown.cls
2024-08-02 12:03:40.055   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.055   Dest file exists.
2024-08-02 12:03:40.055   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.055   Version of our file: (none)
2024-08-02 12:03:40.056   Version of existing file: (none)
2024-08-02 12:03:40.056   Installing the file.
2024-08-02 12:03:40.057   Successfully installed the file.
2024-08-02 12:03:40.057   -- File entry --
2024-08-02 12:03:40.058   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestCaseSource.cls
2024-08-02 12:03:40.058   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.058   Dest file exists.
2024-08-02 12:03:40.058   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.058   Version of our file: (none)
2024-08-02 12:03:40.064   Version of existing file: (none)
2024-08-02 12:03:40.064   Installing the file.
2024-08-02 12:03:40.065   Successfully installed the file.
2024-08-02 12:03:40.065   -- File entry --
2024-08-02 12:03:40.065   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestCaseSourceFullContext.cls
2024-08-02 12:03:40.065   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.065   Dest file exists.
2024-08-02 12:03:40.065   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.065   Version of our file: (none)
2024-08-02 12:03:40.066   Version of existing file: (none)
2024-08-02 12:03:40.067   Installing the file.
2024-08-02 12:03:40.067   Successfully installed the file.
2024-08-02 12:03:40.068   -- File entry --
2024-08-02 12:03:40.068   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestsWithFixtureSetup.cls
2024-08-02 12:03:40.068   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.068   Dest file exists.
2024-08-02 12:03:40.068   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.068   Version of our file: (none)
2024-08-02 12:03:40.069   Version of existing file: (none)
2024-08-02 12:03:40.069   Installing the file.
2024-08-02 12:03:40.070   Successfully installed the file.
2024-08-02 12:03:40.070   -- File entry --
2024-08-02 12:03:40.070   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestsWithFixtureTeardown.cls
2024-08-02 12:03:40.071   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.071   Dest file exists.
2024-08-02 12:03:40.071   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.071   Version of our file: (none)
2024-08-02 12:03:40.077   Version of existing file: (none)
2024-08-02 12:03:40.077   Installing the file.
2024-08-02 12:03:40.078   Successfully installed the file.
2024-08-02 12:03:40.078   -- File entry --
2024-08-02 12:03:40.079   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestsWithFullContext.cls
2024-08-02 12:03:40.079   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.079   Dest file exists.
2024-08-02 12:03:40.079   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.079   Version of our file: (none)
2024-08-02 12:03:40.080   Version of existing file: (none)
2024-08-02 12:03:40.080   Installing the file.
2024-08-02 12:03:40.081   Successfully installed the file.
2024-08-02 12:03:40.081   -- File entry --
2024-08-02 12:03:40.082   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestsWithSetup.cls
2024-08-02 12:03:40.082   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.082   Dest file exists.
2024-08-02 12:03:40.082   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.082   Version of our file: (none)
2024-08-02 12:03:40.083   Version of existing file: (none)
2024-08-02 12:03:40.083   Installing the file.
2024-08-02 12:03:40.083   Successfully installed the file.
2024-08-02 12:03:40.084   -- File entry --
2024-08-02 12:03:40.084   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock2TestsWithTeardown.cls
2024-08-02 12:03:40.084   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.084   Dest file exists.
2024-08-02 12:03:40.084   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.084   Version of our file: (none)
2024-08-02 12:03:40.085   Version of existing file: (none)
2024-08-02 12:03:40.085   Installing the file.
2024-08-02 12:03:40.086   Successfully installed the file.
2024-08-02 12:03:40.086   -- File entry --
2024-08-02 12:03:40.086   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Mock3TestsWithWriters.cls
2024-08-02 12:03:40.086   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.086   Dest file exists.
2024-08-02 12:03:40.086   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.086   Version of our file: (none)
2024-08-02 12:03:40.092   Version of existing file: (none)
2024-08-02 12:03:40.092   Installing the file.
2024-08-02 12:03:40.093   Successfully installed the file.
2024-08-02 12:03:40.093   -- File entry --
2024-08-02 12:03:40.094   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\MockConstraint.cls
2024-08-02 12:03:40.094   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.094   Dest file exists.
2024-08-02 12:03:40.094   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.094   Version of our file: (none)
2024-08-02 12:03:40.095   Version of existing file: (none)
2024-08-02 12:03:40.095   Installing the file.
2024-08-02 12:03:40.096   Successfully installed the file.
2024-08-02 12:03:40.096   -- File entry --
2024-08-02 12:03:40.097   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\MockEventListener.cls
2024-08-02 12:03:40.097   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.097   Dest file exists.
2024-08-02 12:03:40.097   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.097   Version of our file: (none)
2024-08-02 12:03:40.098   Version of existing file: (none)
2024-08-02 12:03:40.098   Installing the file.
2024-08-02 12:03:40.099   Successfully installed the file.
2024-08-02 12:03:40.099   -- File entry --
2024-08-02 12:03:40.100   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\MockITestFixture.cls
2024-08-02 12:03:40.100   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.100   Dest file exists.
2024-08-02 12:03:40.100   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.100   Version of our file: (none)
2024-08-02 12:03:40.101   Version of existing file: (none)
2024-08-02 12:03:40.101   Installing the file.
2024-08-02 12:03:40.102   Successfully installed the file.
2024-08-02 12:03:40.102   -- File entry --
2024-08-02 12:03:40.102   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\OddEvenEqualityComparer.cls
2024-08-02 12:03:40.103   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.103   Dest file exists.
2024-08-02 12:03:40.103   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.103   Version of our file: (none)
2024-08-02 12:03:40.104   Version of existing file: (none)
2024-08-02 12:03:40.104   Installing the file.
2024-08-02 12:03:40.104   Successfully installed the file.
2024-08-02 12:03:40.104   -- File entry --
2024-08-02 12:03:40.105   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Stub1Test.cls
2024-08-02 12:03:40.105   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.105   Dest file exists.
2024-08-02 12:03:40.105   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.105   Version of our file: (none)
2024-08-02 12:03:40.106   Version of existing file: (none)
2024-08-02 12:03:40.106   Installing the file.
2024-08-02 12:03:40.107   Successfully installed the file.
2024-08-02 12:03:40.107   -- File entry --
2024-08-02 12:03:40.108   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Stub1TestCaseSourceThrows.cls
2024-08-02 12:03:40.108   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.108   Dest file exists.
2024-08-02 12:03:40.108   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.108   Version of our file: (none)
2024-08-02 12:03:40.109   Version of existing file: (none)
2024-08-02 12:03:40.109   Installing the file.
2024-08-02 12:03:40.110   Successfully installed the file.
2024-08-02 12:03:40.110   -- File entry --
2024-08-02 12:03:40.110   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Stub1TestCaseSourceWithFixtureSetup.cls
2024-08-02 12:03:40.110   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.110   Dest file exists.
2024-08-02 12:03:40.110   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.110   Version of our file: (none)
2024-08-02 12:03:40.111   Version of existing file: (none)
2024-08-02 12:03:40.111   Installing the file.
2024-08-02 12:03:40.112   Successfully installed the file.
2024-08-02 12:03:40.112   -- File entry --
2024-08-02 12:03:40.112   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Stub1TestThrows.cls
2024-08-02 12:03:40.113   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.113   Dest file exists.
2024-08-02 12:03:40.113   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.113   Version of our file: (none)
2024-08-02 12:03:40.118   Version of existing file: (none)
2024-08-02 12:03:40.118   Installing the file.
2024-08-02 12:03:40.119   Successfully installed the file.
2024-08-02 12:03:40.119   -- File entry --
2024-08-02 12:03:40.120   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Stub1TestWithFullContext.cls
2024-08-02 12:03:40.120   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.120   Dest file exists.
2024-08-02 12:03:40.120   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.120   Version of our file: (none)
2024-08-02 12:03:40.126   Version of existing file: (none)
2024-08-02 12:03:40.126   Installing the file.
2024-08-02 12:03:40.127   Successfully installed the file.
2024-08-02 12:03:40.127   -- File entry --
2024-08-02 12:03:40.127   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\Stub2TestsWithFullAsserts.cls
2024-08-02 12:03:40.127   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.127   Dest file exists.
2024-08-02 12:03:40.127   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.127   Version of our file: (none)
2024-08-02 12:03:40.135   Version of existing file: (none)
2024-08-02 12:03:40.135   Installing the file.
2024-08-02 12:03:40.135   Successfully installed the file.
2024-08-02 12:03:40.136   -- File entry --
2024-08-02 12:03:40.136   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\StubConstraint.cls
2024-08-02 12:03:40.136   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.136   Dest file exists.
2024-08-02 12:03:40.136   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.136   Version of our file: (none)
2024-08-02 12:03:40.137   Version of existing file: (none)
2024-08-02 12:03:40.137   Installing the file.
2024-08-02 12:03:40.138   Successfully installed the file.
2024-08-02 12:03:40.138   -- File entry --
2024-08-02 12:03:40.139   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\StubFilter.cls
2024-08-02 12:03:40.139   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.139   Dest file exists.
2024-08-02 12:03:40.139   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.139   Version of our file: (none)
2024-08-02 12:03:40.145   Version of existing file: (none)
2024-08-02 12:03:40.145   Installing the file.
2024-08-02 12:03:40.146   Successfully installed the file.
2024-08-02 12:03:40.146   -- File entry --
2024-08-02 12:03:40.146   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Fakes\StubTest.cls
2024-08-02 12:03:40.147   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.147   Dest file exists.
2024-08-02 12:03:40.147   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.147   Version of our file: (none)
2024-08-02 12:03:40.148   Version of existing file: (none)
2024-08-02 12:03:40.148   Installing the file.
2024-08-02 12:03:40.149   Successfully installed the file.
2024-08-02 12:03:40.149   -- File entry --
2024-08-02 12:03:40.149   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\AllItemsConstraint.cls
2024-08-02 12:03:40.149   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.149   Dest file exists.
2024-08-02 12:03:40.149   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.149   Version of our file: (none)
2024-08-02 12:03:40.156   Version of existing file: (none)
2024-08-02 12:03:40.156   Installing the file.
2024-08-02 12:03:40.158   Successfully installed the file.
2024-08-02 12:03:40.158   -- File entry --
2024-08-02 12:03:40.158   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\AllItemsOperator.cls
2024-08-02 12:03:40.158   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.158   Dest file exists.
2024-08-02 12:03:40.158   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.158   Version of our file: (none)
2024-08-02 12:03:40.164   Version of existing file: (none)
2024-08-02 12:03:40.165   Installing the file.
2024-08-02 12:03:40.165   Successfully installed the file.
2024-08-02 12:03:40.165   -- File entry --
2024-08-02 12:03:40.166   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\AndConstraint.cls
2024-08-02 12:03:40.166   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.166   Dest file exists.
2024-08-02 12:03:40.166   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.166   Version of our file: (none)
2024-08-02 12:03:40.167   Version of existing file: (none)
2024-08-02 12:03:40.167   Installing the file.
2024-08-02 12:03:40.168   Successfully installed the file.
2024-08-02 12:03:40.169   -- File entry --
2024-08-02 12:03:40.169   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\AndFilter.cls
2024-08-02 12:03:40.169   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.169   Dest file exists.
2024-08-02 12:03:40.169   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.169   Version of our file: (none)
2024-08-02 12:03:40.170   Version of existing file: (none)
2024-08-02 12:03:40.170   Installing the file.
2024-08-02 12:03:40.171   Successfully installed the file.
2024-08-02 12:03:40.171   -- File entry --
2024-08-02 12:03:40.172   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\AndOperator.cls
2024-08-02 12:03:40.172   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.172   Dest file exists.
2024-08-02 12:03:40.172   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.172   Version of our file: (none)
2024-08-02 12:03:40.179   Version of existing file: (none)
2024-08-02 12:03:40.179   Installing the file.
2024-08-02 12:03:40.180   Successfully installed the file.
2024-08-02 12:03:40.180   -- File entry --
2024-08-02 12:03:40.180   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ArgOnlyTestMethod.cls
2024-08-02 12:03:40.180   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.180   Dest file exists.
2024-08-02 12:03:40.180   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.180   Version of our file: (none)
2024-08-02 12:03:40.181   Version of existing file: (none)
2024-08-02 12:03:40.182   Installing the file.
2024-08-02 12:03:40.182   Successfully installed the file.
2024-08-02 12:03:40.183   -- File entry --
2024-08-02 12:03:40.183   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ArgWithReturnTestMethod.cls
2024-08-02 12:03:40.183   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.183   Dest file exists.
2024-08-02 12:03:40.183   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.183   Version of our file: (none)
2024-08-02 12:03:40.184   Version of existing file: (none)
2024-08-02 12:03:40.184   Installing the file.
2024-08-02 12:03:40.185   Successfully installed the file.
2024-08-02 12:03:40.185   -- File entry --
2024-08-02 12:03:40.186   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ArrayEnumerator.cls
2024-08-02 12:03:40.186   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.186   Dest file exists.
2024-08-02 12:03:40.186   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.186   Version of our file: (none)
2024-08-02 12:03:40.187   Version of existing file: (none)
2024-08-02 12:03:40.187   Installing the file.
2024-08-02 12:03:40.188   Successfully installed the file.
2024-08-02 12:03:40.188   -- File entry --
2024-08-02 12:03:40.188   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\Assertions.cls
2024-08-02 12:03:40.188   Time stamp of our file: 2019-06-06 07:45:42.000
2024-08-02 12:03:40.188   Dest file exists.
2024-08-02 12:03:40.188   Time stamp of existing file: 2019-06-06 07:45:42.000
2024-08-02 12:03:40.188   Version of our file: (none)
2024-08-02 12:03:40.197   Version of existing file: (none)
2024-08-02 12:03:40.197   Installing the file.
2024-08-02 12:03:40.198   Successfully installed the file.
2024-08-02 12:03:40.198   -- File entry --
2024-08-02 12:03:40.198   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\Categorization.cls
2024-08-02 12:03:40.199   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.199   Dest file exists.
2024-08-02 12:03:40.199   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.199   Version of our file: (none)
2024-08-02 12:03:40.200   Version of existing file: (none)
2024-08-02 12:03:40.200   Installing the file.
2024-08-02 12:03:40.201   Successfully installed the file.
2024-08-02 12:03:40.201   -- File entry --
2024-08-02 12:03:40.201   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\CategoryCollector.cls
2024-08-02 12:03:40.201   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.201   Dest file exists.
2024-08-02 12:03:40.201   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.201   Version of our file: (none)
2024-08-02 12:03:40.202   Version of existing file: (none)
2024-08-02 12:03:40.202   Installing the file.
2024-08-02 12:03:40.203   Successfully installed the file.
2024-08-02 12:03:40.203   -- File entry --
2024-08-02 12:03:40.204   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\CategoryFilter.cls
2024-08-02 12:03:40.204   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.204   Dest file exists.
2024-08-02 12:03:40.204   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.204   Version of our file: (none)
2024-08-02 12:03:40.211   Version of existing file: (none)
2024-08-02 12:03:40.211   Installing the file.
2024-08-02 12:03:40.212   Successfully installed the file.
2024-08-02 12:03:40.212   -- File entry --
2024-08-02 12:03:40.213   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\CategoryStore.cls
2024-08-02 12:03:40.213   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.213   Dest file exists.
2024-08-02 12:03:40.213   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.213   Version of our file: (none)
2024-08-02 12:03:40.220   Version of existing file: (none)
2024-08-02 12:03:40.220   Installing the file.
2024-08-02 12:03:40.221   Successfully installed the file.
2024-08-02 12:03:40.221   -- File entry --
2024-08-02 12:03:40.222   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\CollectionContainsConstraint.cls
2024-08-02 12:03:40.222   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.222   Dest file exists.
2024-08-02 12:03:40.222   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.222   Version of our file: (none)
2024-08-02 12:03:40.231   Version of existing file: (none)
2024-08-02 12:03:40.231   Installing the file.
2024-08-02 12:03:40.232   Successfully installed the file.
2024-08-02 12:03:40.232   -- File entry --
2024-08-02 12:03:40.233   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ComparerFactory.cls
2024-08-02 12:03:40.233   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.233   Dest file exists.
2024-08-02 12:03:40.233   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.233   Version of our file: (none)
2024-08-02 12:03:40.240   Version of existing file: (none)
2024-08-02 12:03:40.240   Installing the file.
2024-08-02 12:03:40.241   Successfully installed the file.
2024-08-02 12:03:40.241   -- File entry --
2024-08-02 12:03:40.241   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ComparisonConstraint.cls
2024-08-02 12:03:40.242   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.242   Dest file exists.
2024-08-02 12:03:40.242   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.242   Version of our file: (none)
2024-08-02 12:03:40.243   Version of existing file: (none)
2024-08-02 12:03:40.243   Installing the file.
2024-08-02 12:03:40.245   Successfully installed the file.
2024-08-02 12:03:40.245   -- File entry --
2024-08-02 12:03:40.245   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ConstraintBuilder.cls
2024-08-02 12:03:40.245   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.246   Dest file exists.
2024-08-02 12:03:40.246   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.246   Version of our file: (none)
2024-08-02 12:03:40.246   Version of existing file: (none)
2024-08-02 12:03:40.246   Installing the file.
2024-08-02 12:03:40.247   Successfully installed the file.
2024-08-02 12:03:40.247   -- File entry --
2024-08-02 12:03:40.248   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ConstraintExpression.cls
2024-08-02 12:03:40.248   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.248   Dest file exists.
2024-08-02 12:03:40.248   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.248   Version of our file: (none)
2024-08-02 12:03:40.257   Version of existing file: (none)
2024-08-02 12:03:40.257   Installing the file.
2024-08-02 12:03:40.258   Successfully installed the file.
2024-08-02 12:03:40.258   -- File entry --
2024-08-02 12:03:40.259   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ConstraintProxy.cls
2024-08-02 12:03:40.259   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.259   Dest file exists.
2024-08-02 12:03:40.259   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.259   Version of our file: (none)
2024-08-02 12:03:40.260   Version of existing file: (none)
2024-08-02 12:03:40.261   Installing the file.
2024-08-02 12:03:40.261   Successfully installed the file.
2024-08-02 12:03:40.262   -- File entry --
2024-08-02 12:03:40.262   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ConstraintStack.cls
2024-08-02 12:03:40.262   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.262   Dest file exists.
2024-08-02 12:03:40.262   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.262   Version of our file: (none)
2024-08-02 12:03:40.269   Version of existing file: (none)
2024-08-02 12:03:40.269   Installing the file.
2024-08-02 12:03:40.270   Successfully installed the file.
2024-08-02 12:03:40.270   -- File entry --
2024-08-02 12:03:40.270   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ContextMethods.cls
2024-08-02 12:03:40.270   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.270   Dest file exists.
2024-08-02 12:03:40.270   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.270   Version of our file: (none)
2024-08-02 12:03:40.272   Version of existing file: (none)
2024-08-02 12:03:40.272   Installing the file.
2024-08-02 12:03:40.273   Successfully installed the file.
2024-08-02 12:03:40.273   -- File entry --
2024-08-02 12:03:40.273   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\DateComparer.cls
2024-08-02 12:03:40.273   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.273   Dest file exists.
2024-08-02 12:03:40.273   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.273   Version of our file: (none)
2024-08-02 12:03:40.274   Version of existing file: (none)
2024-08-02 12:03:40.274   Installing the file.
2024-08-02 12:03:40.275   Successfully installed the file.
2024-08-02 12:03:40.276   -- File entry --
2024-08-02 12:03:40.276   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\DefaultComparer.cls
2024-08-02 12:03:40.276   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.276   Dest file exists.
2024-08-02 12:03:40.276   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.276   Version of our file: (none)
2024-08-02 12:03:40.277   Version of existing file: (none)
2024-08-02 12:03:40.277   Installing the file.
2024-08-02 12:03:40.278   Successfully installed the file.
2024-08-02 12:03:40.278   -- File entry --
2024-08-02 12:03:40.278   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EmptyConstraint.cls
2024-08-02 12:03:40.279   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.279   Dest file exists.
2024-08-02 12:03:40.279   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.279   Version of our file: (none)
2024-08-02 12:03:40.286   Version of existing file: (none)
2024-08-02 12:03:40.286   Installing the file.
2024-08-02 12:03:40.287   Successfully installed the file.
2024-08-02 12:03:40.287   -- File entry --
2024-08-02 12:03:40.288   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EmptyFilter.cls
2024-08-02 12:03:40.288   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.288   Dest file exists.
2024-08-02 12:03:40.288   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.288   Version of our file: (none)
2024-08-02 12:03:40.290   Version of existing file: (none)
2024-08-02 12:03:40.290   Installing the file.
2024-08-02 12:03:40.291   Successfully installed the file.
2024-08-02 12:03:40.291   -- File entry --
2024-08-02 12:03:40.291   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EndsWithConstraint.cls
2024-08-02 12:03:40.292   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.292   Dest file exists.
2024-08-02 12:03:40.292   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.292   Version of our file: (none)
2024-08-02 12:03:40.300   Version of existing file: (none)
2024-08-02 12:03:40.300   Installing the file.
2024-08-02 12:03:40.301   Successfully installed the file.
2024-08-02 12:03:40.301   -- File entry --
2024-08-02 12:03:40.302   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EnumVariantEnumerator.cls
2024-08-02 12:03:40.302   Time stamp of our file: 2019-06-15 13:57:40.000
2024-08-02 12:03:40.302   Dest file exists.
2024-08-02 12:03:40.302   Time stamp of existing file: 2019-06-15 13:57:40.000
2024-08-02 12:03:40.302   Version of our file: (none)
2024-08-02 12:03:40.303   Version of existing file: (none)
2024-08-02 12:03:40.303   Installing the file.
2024-08-02 12:03:40.304   Successfully installed the file.
2024-08-02 12:03:40.304   -- File entry --
2024-08-02 12:03:40.304   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EqualConstraint.cls
2024-08-02 12:03:40.305   Time stamp of our file: 2019-07-20 19:03:32.000
2024-08-02 12:03:40.305   Dest file exists.
2024-08-02 12:03:40.305   Time stamp of existing file: 2019-07-20 19:03:32.000
2024-08-02 12:03:40.305   Version of our file: (none)
2024-08-02 12:03:40.314   Version of existing file: (none)
2024-08-02 12:03:40.314   Installing the file.
2024-08-02 12:03:40.315   Successfully installed the file.
2024-08-02 12:03:40.315   -- File entry --
2024-08-02 12:03:40.315   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EqualityComparer.cls
2024-08-02 12:03:40.315   Time stamp of our file: 2019-07-20 22:37:32.000
2024-08-02 12:03:40.315   Dest file exists.
2024-08-02 12:03:40.316   Time stamp of existing file: 2019-07-20 22:37:32.000
2024-08-02 12:03:40.316   Version of our file: (none)
2024-08-02 12:03:40.325   Version of existing file: (none)
2024-08-02 12:03:40.325   Installing the file.
2024-08-02 12:03:40.326   Successfully installed the file.
2024-08-02 12:03:40.326   -- File entry --
2024-08-02 12:03:40.327   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EquivalentConstraint.cls
2024-08-02 12:03:40.327   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.327   Dest file exists.
2024-08-02 12:03:40.327   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.327   Version of our file: (none)
2024-08-02 12:03:40.335   Version of existing file: (none)
2024-08-02 12:03:40.335   Installing the file.
2024-08-02 12:03:40.336   Successfully installed the file.
2024-08-02 12:03:40.336   -- File entry --
2024-08-02 12:03:40.336   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ErrorHelper.cls
2024-08-02 12:03:40.337   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.337   Dest file exists.
2024-08-02 12:03:40.337   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.337   Version of our file: (none)
2024-08-02 12:03:40.338   Version of existing file: (none)
2024-08-02 12:03:40.338   Installing the file.
2024-08-02 12:03:40.339   Successfully installed the file.
2024-08-02 12:03:40.339   -- File entry --
2024-08-02 12:03:40.339   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ErrorInfo.cls
2024-08-02 12:03:40.340   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.340   Dest file exists.
2024-08-02 12:03:40.340   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.340   Version of our file: (none)
2024-08-02 12:03:40.341   Version of existing file: (none)
2024-08-02 12:03:40.341   Installing the file.
2024-08-02 12:03:40.342   Successfully installed the file.
2024-08-02 12:03:40.342   -- File entry --
2024-08-02 12:03:40.344   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ErrorInfoStatic.cls
2024-08-02 12:03:40.344   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.344   Dest file exists.
2024-08-02 12:03:40.344   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.344   Version of our file: (none)
2024-08-02 12:03:40.345   Version of existing file: (none)
2024-08-02 12:03:40.345   Installing the file.
2024-08-02 12:03:40.346   Successfully installed the file.
2024-08-02 12:03:40.346   -- File entry --
2024-08-02 12:03:40.347   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\EventCastListener.cls
2024-08-02 12:03:40.347   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.347   Dest file exists.
2024-08-02 12:03:40.347   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.347   Version of our file: (none)
2024-08-02 12:03:40.354   Version of existing file: (none)
2024-08-02 12:03:40.354   Installing the file.
2024-08-02 12:03:40.355   Successfully installed the file.
2024-08-02 12:03:40.355   -- File entry --
2024-08-02 12:03:40.356   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\FailurePoint.cls
2024-08-02 12:03:40.356   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.356   Dest file exists.
2024-08-02 12:03:40.356   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.356   Version of our file: (none)
2024-08-02 12:03:40.358   Version of existing file: (none)
2024-08-02 12:03:40.358   Installing the file.
2024-08-02 12:03:40.359   Successfully installed the file.
2024-08-02 12:03:40.359   -- File entry --
2024-08-02 12:03:40.359   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\FullNameFilter.cls
2024-08-02 12:03:40.359   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.359   Dest file exists.
2024-08-02 12:03:40.360   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.360   Version of our file: (none)
2024-08-02 12:03:40.360   Version of existing file: (none)
2024-08-02 12:03:40.360   Installing the file.
2024-08-02 12:03:40.361   Successfully installed the file.
2024-08-02 12:03:40.362   -- File entry --
2024-08-02 12:03:40.362   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\GlobalSettings.cls
2024-08-02 12:03:40.362   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.362   Dest file exists.
2024-08-02 12:03:40.362   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.362   Version of our file: (none)
2024-08-02 12:03:40.368   Version of existing file: (none)
2024-08-02 12:03:40.369   Installing the file.
2024-08-02 12:03:40.369   Successfully installed the file.
2024-08-02 12:03:40.370   -- File entry --
2024-08-02 12:03:40.370   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\HasStatic.cls
2024-08-02 12:03:40.370   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.370   Dest file exists.
2024-08-02 12:03:40.370   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.370   Version of our file: (none)
2024-08-02 12:03:40.372   Version of existing file: (none)
2024-08-02 12:03:40.372   Installing the file.
2024-08-02 12:03:40.372   Successfully installed the file.
2024-08-02 12:03:40.373   -- File entry --
2024-08-02 12:03:40.373   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ICategorizable.cls
2024-08-02 12:03:40.373   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.373   Dest file exists.
2024-08-02 12:03:40.373   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.373   Version of our file: (none)
2024-08-02 12:03:40.374   Version of existing file: (none)
2024-08-02 12:03:40.374   Installing the file.
2024-08-02 12:03:40.375   Successfully installed the file.
2024-08-02 12:03:40.375   -- File entry --
2024-08-02 12:03:40.375   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\IConstraint.cls
2024-08-02 12:03:40.376   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.376   Dest file exists.
2024-08-02 12:03:40.376   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.376   Version of our file: (none)
2024-08-02 12:03:40.376   Version of existing file: (none)
2024-08-02 12:03:40.377   Installing the file.
2024-08-02 12:03:40.377   Successfully installed the file.
2024-08-02 12:03:40.377   -- File entry --
2024-08-02 12:03:40.378   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\IEnumerator.cls
2024-08-02 12:03:40.378   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.378   Dest file exists.
2024-08-02 12:03:40.378   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.378   Version of our file: (none)
2024-08-02 12:03:40.385   Version of existing file: (none)
2024-08-02 12:03:40.385   Installing the file.
2024-08-02 12:03:40.387   Successfully installed the file.
2024-08-02 12:03:40.387   -- File entry --
2024-08-02 12:03:40.387   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\IEventListener.cls
2024-08-02 12:03:40.387   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.387   Dest file exists.
2024-08-02 12:03:40.387   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.387   Version of our file: (none)
2024-08-02 12:03:40.389   Version of existing file: (none)
2024-08-02 12:03:40.389   Installing the file.
2024-08-02 12:03:40.390   Successfully installed the file.
2024-08-02 12:03:40.390   -- File entry --
2024-08-02 12:03:40.390   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\IOperator.cls
2024-08-02 12:03:40.390   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.390   Dest file exists.
2024-08-02 12:03:40.391   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.391   Version of our file: (none)
2024-08-02 12:03:40.392   Version of existing file: (none)
2024-08-02 12:03:40.392   Installing the file.
2024-08-02 12:03:40.392   Successfully installed the file.
2024-08-02 12:03:40.393   -- File entry --
2024-08-02 12:03:40.393   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\IResolvable.cls
2024-08-02 12:03:40.393   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.393   Dest file exists.
2024-08-02 12:03:40.393   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.393   Version of our file: (none)
2024-08-02 12:03:40.394   Version of existing file: (none)
2024-08-02 12:03:40.394   Installing the file.
2024-08-02 12:03:40.395   Successfully installed the file.
2024-08-02 12:03:40.395   -- File entry --
2024-08-02 12:03:40.395   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITest.cls
2024-08-02 12:03:40.396   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.396   Dest file exists.
2024-08-02 12:03:40.396   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.396   Version of our file: (none)
2024-08-02 12:03:40.402   Version of existing file: (none)
2024-08-02 12:03:40.402   Installing the file.
2024-08-02 12:03:40.403   Successfully installed the file.
2024-08-02 12:03:40.403   -- File entry --
2024-08-02 12:03:40.404   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITestCaseSource.cls
2024-08-02 12:03:40.404   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.404   Dest file exists.
2024-08-02 12:03:40.404   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.404   Version of our file: (none)
2024-08-02 12:03:40.405   Version of existing file: (none)
2024-08-02 12:03:40.405   Installing the file.
2024-08-02 12:03:40.406   Successfully installed the file.
2024-08-02 12:03:40.406   -- File entry --
2024-08-02 12:03:40.407   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITestComparer.cls
2024-08-02 12:03:40.407   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.407   Dest file exists.
2024-08-02 12:03:40.407   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.407   Version of our file: (none)
2024-08-02 12:03:40.408   Version of existing file: (none)
2024-08-02 12:03:40.408   Installing the file.
2024-08-02 12:03:40.409   Successfully installed the file.
2024-08-02 12:03:40.409   -- File entry --
2024-08-02 12:03:40.409   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITestFilter.cls
2024-08-02 12:03:40.409   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.409   Dest file exists.
2024-08-02 12:03:40.409   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.409   Version of our file: (none)
2024-08-02 12:03:40.410   Version of existing file: (none)
2024-08-02 12:03:40.410   Installing the file.
2024-08-02 12:03:40.411   Successfully installed the file.
2024-08-02 12:03:40.411   -- File entry --
2024-08-02 12:03:40.411   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITestFixture.cls
2024-08-02 12:03:40.412   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.412   Dest file exists.
2024-08-02 12:03:40.412   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.412   Version of our file: (none)
2024-08-02 12:03:40.413   Version of existing file: (none)
2024-08-02 12:03:40.413   Installing the file.
2024-08-02 12:03:40.413   Successfully installed the file.
2024-08-02 12:03:40.414   -- File entry --
2024-08-02 12:03:40.414   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITestMethod.cls
2024-08-02 12:03:40.414   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.414   Dest file exists.
2024-08-02 12:03:40.414   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.414   Version of our file: (none)
2024-08-02 12:03:40.415   Version of existing file: (none)
2024-08-02 12:03:40.415   Installing the file.
2024-08-02 12:03:40.416   Successfully installed the file.
2024-08-02 12:03:40.416   -- File entry --
2024-08-02 12:03:40.416   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITestRunner.cls
2024-08-02 12:03:40.416   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.416   Dest file exists.
2024-08-02 12:03:40.416   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.416   Version of our file: (none)
2024-08-02 12:03:40.417   Version of existing file: (none)
2024-08-02 12:03:40.417   Installing the file.
2024-08-02 12:03:40.418   Successfully installed the file.
2024-08-02 12:03:40.418   -- File entry --
2024-08-02 12:03:40.419   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ITextWriter.cls
2024-08-02 12:03:40.419   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.419   Dest file exists.
2024-08-02 12:03:40.419   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.419   Version of our file: (none)
2024-08-02 12:03:40.420   Version of existing file: (none)
2024-08-02 12:03:40.420   Installing the file.
2024-08-02 12:03:40.420   Successfully installed the file.
2024-08-02 12:03:40.420   -- File entry --
2024-08-02 12:03:40.421   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\IzStatic.cls
2024-08-02 12:03:40.421   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.421   Dest file exists.
2024-08-02 12:03:40.421   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.421   Version of our file: (none)
2024-08-02 12:03:40.422   Version of existing file: (none)
2024-08-02 12:03:40.422   Installing the file.
2024-08-02 12:03:40.423   Successfully installed the file.
2024-08-02 12:03:40.423   -- File entry --
2024-08-02 12:03:40.423   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\LateBoundTestMethod.cls
2024-08-02 12:03:40.424   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.424   Dest file exists.
2024-08-02 12:03:40.424   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.424   Version of our file: (none)
2024-08-02 12:03:40.424   Version of existing file: (none)
2024-08-02 12:03:40.424   Installing the file.
2024-08-02 12:03:40.425   Successfully installed the file.
2024-08-02 12:03:40.425   -- File entry --
2024-08-02 12:03:40.426   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\LeftParenOperator.cls
2024-08-02 12:03:40.426   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.426   Dest file exists.
2024-08-02 12:03:40.426   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.426   Version of our file: (none)
2024-08-02 12:03:40.427   Version of existing file: (none)
2024-08-02 12:03:40.427   Installing the file.
2024-08-02 12:03:40.428   Successfully installed the file.
2024-08-02 12:03:40.428   -- File entry --
2024-08-02 12:03:40.428   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\MemberQuery.cls
2024-08-02 12:03:40.428   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.428   Dest file exists.
2024-08-02 12:03:40.428   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.428   Version of our file: (none)
2024-08-02 12:03:40.429   Version of existing file: (none)
2024-08-02 12:03:40.429   Installing the file.
2024-08-02 12:03:40.430   Successfully installed the file.
2024-08-02 12:03:40.430   -- File entry --
2024-08-02 12:03:40.431   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modArray.bas
2024-08-02 12:03:40.431   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.431   Dest file exists.
2024-08-02 12:03:40.431   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.431   Version of our file: (none)
2024-08-02 12:03:40.432   Version of existing file: (none)
2024-08-02 12:03:40.432   Installing the file.
2024-08-02 12:03:40.433   Successfully installed the file.
2024-08-02 12:03:40.433   -- File entry --
2024-08-02 12:03:40.433   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modConstraint.bas
2024-08-02 12:03:40.433   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.433   Dest file exists.
2024-08-02 12:03:40.433   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.433   Version of our file: (none)
2024-08-02 12:03:40.434   Version of existing file: (none)
2024-08-02 12:03:40.434   Installing the file.
2024-08-02 12:03:40.435   Successfully installed the file.
2024-08-02 12:03:40.435   -- File entry --
2024-08-02 12:03:40.436   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modEnumerable.bas
2024-08-02 12:03:40.436   Time stamp of our file: 2019-06-15 13:57:20.000
2024-08-02 12:03:40.436   Dest file exists.
2024-08-02 12:03:40.436   Time stamp of existing file: 2019-06-15 13:57:20.000
2024-08-02 12:03:40.436   Version of our file: (none)
2024-08-02 12:03:40.437   Version of existing file: (none)
2024-08-02 12:03:40.437   Installing the file.
2024-08-02 12:03:40.438   Successfully installed the file.
2024-08-02 12:03:40.438   -- File entry --
2024-08-02 12:03:40.438   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modFunctions.bas
2024-08-02 12:03:40.438   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.438   Dest file exists.
2024-08-02 12:03:40.438   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.438   Version of our file: (none)
2024-08-02 12:03:40.446   Version of existing file: (none)
2024-08-02 12:03:40.446   Installing the file.
2024-08-02 12:03:40.447   Successfully installed the file.
2024-08-02 12:03:40.447   -- File entry --
2024-08-02 12:03:40.447   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modIEnumerator.bas
2024-08-02 12:03:40.447   Time stamp of our file: 2019-06-08 13:40:52.000
2024-08-02 12:03:40.447   Dest file exists.
2024-08-02 12:03:40.447   Time stamp of existing file: 2019-06-08 13:40:52.000
2024-08-02 12:03:40.447   Version of our file: (none)
2024-08-02 12:03:40.456   Version of existing file: (none)
2024-08-02 12:03:40.456   Installing the file.
2024-08-02 12:03:40.458   Successfully installed the file.
2024-08-02 12:03:40.458   -- File entry --
2024-08-02 12:03:40.459   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modNumerics.bas
2024-08-02 12:03:40.459   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.459   Dest file exists.
2024-08-02 12:03:40.459   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.459   Version of our file: (none)
2024-08-02 12:03:40.467   Version of existing file: (none)
2024-08-02 12:03:40.467   Installing the file.
2024-08-02 12:03:40.468   Successfully installed the file.
2024-08-02 12:03:40.468   -- File entry --
2024-08-02 12:03:40.470   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modStatics.bas
2024-08-02 12:03:40.470   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.470   Dest file exists.
2024-08-02 12:03:40.470   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.470   Version of our file: (none)
2024-08-02 12:03:40.471   Version of existing file: (none)
2024-08-02 12:03:40.471   Installing the file.
2024-08-02 12:03:40.472   Successfully installed the file.
2024-08-02 12:03:40.472   -- File entry --
2024-08-02 12:03:40.473   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\modStrings.bas
2024-08-02 12:03:40.473   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.473   Dest file exists.
2024-08-02 12:03:40.473   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.473   Version of our file: (none)
2024-08-02 12:03:40.474   Version of existing file: (none)
2024-08-02 12:03:40.474   Installing the file.
2024-08-02 12:03:40.475   Successfully installed the file.
2024-08-02 12:03:40.475   -- File entry --
2024-08-02 12:03:40.476   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\MsgUtils.cls
2024-08-02 12:03:40.476   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.476   Dest file exists.
2024-08-02 12:03:40.476   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.476   Version of our file: (none)
2024-08-02 12:03:40.484   Version of existing file: (none)
2024-08-02 12:03:40.484   Installing the file.
2024-08-02 12:03:40.486   Successfully installed the file.
2024-08-02 12:03:40.486   -- File entry --
2024-08-02 12:03:40.486   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\MultiCastListener.cls
2024-08-02 12:03:40.486   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.486   Dest file exists.
2024-08-02 12:03:40.486   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.486   Version of our file: (none)
2024-08-02 12:03:40.495   Version of existing file: (none)
2024-08-02 12:03:40.495   Installing the file.
2024-08-02 12:03:40.496   Successfully installed the file.
2024-08-02 12:03:40.496   -- File entry --
2024-08-02 12:03:40.497   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NoItemsConstraint.cls
2024-08-02 12:03:40.497   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.497   Dest file exists.
2024-08-02 12:03:40.497   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.497   Version of our file: (none)
2024-08-02 12:03:40.498   Version of existing file: (none)
2024-08-02 12:03:40.498   Installing the file.
2024-08-02 12:03:40.499   Successfully installed the file.
2024-08-02 12:03:40.499   -- File entry --
2024-08-02 12:03:40.499   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NoItemsOperator.cls
2024-08-02 12:03:40.500   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.500   Dest file exists.
2024-08-02 12:03:40.500   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.500   Version of our file: (none)
2024-08-02 12:03:40.501   Version of existing file: (none)
2024-08-02 12:03:40.501   Installing the file.
2024-08-02 12:03:40.501   Successfully installed the file.
2024-08-02 12:03:40.502   -- File entry --
2024-08-02 12:03:40.502   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NotConstraint.cls
2024-08-02 12:03:40.502   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.502   Dest file exists.
2024-08-02 12:03:40.502   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.502   Version of our file: (none)
2024-08-02 12:03:40.509   Version of existing file: (none)
2024-08-02 12:03:40.509   Installing the file.
2024-08-02 12:03:40.510   Successfully installed the file.
2024-08-02 12:03:40.510   -- File entry --
2024-08-02 12:03:40.510   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NotFilter.cls
2024-08-02 12:03:40.511   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.511   Dest file exists.
2024-08-02 12:03:40.511   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.511   Version of our file: (none)
2024-08-02 12:03:40.512   Version of existing file: (none)
2024-08-02 12:03:40.512   Installing the file.
2024-08-02 12:03:40.512   Successfully installed the file.
2024-08-02 12:03:40.513   -- File entry --
2024-08-02 12:03:40.513   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NotOperator.cls
2024-08-02 12:03:40.513   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.513   Dest file exists.
2024-08-02 12:03:40.513   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.513   Version of our file: (none)
2024-08-02 12:03:40.519   Version of existing file: (none)
2024-08-02 12:03:40.519   Installing the file.
2024-08-02 12:03:40.520   Successfully installed the file.
2024-08-02 12:03:40.521   -- File entry --
2024-08-02 12:03:40.521   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NullContextMethods.cls
2024-08-02 12:03:40.521   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.521   Dest file exists.
2024-08-02 12:03:40.521   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.521   Version of our file: (none)
2024-08-02 12:03:40.528   Version of existing file: (none)
2024-08-02 12:03:40.528   Installing the file.
2024-08-02 12:03:40.528   Successfully installed the file.
2024-08-02 12:03:40.529   -- File entry --
2024-08-02 12:03:40.529   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NullListener.cls
2024-08-02 12:03:40.529   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.529   Dest file exists.
2024-08-02 12:03:40.529   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.529   Version of our file: (none)
2024-08-02 12:03:40.535   Version of existing file: (none)
2024-08-02 12:03:40.535   Installing the file.
2024-08-02 12:03:40.536   Successfully installed the file.
2024-08-02 12:03:40.537   -- File entry --
2024-08-02 12:03:40.537   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NullMethod.cls
2024-08-02 12:03:40.537   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.537   Dest file exists.
2024-08-02 12:03:40.537   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.537   Version of our file: (none)
2024-08-02 12:03:40.545   Version of existing file: (none)
2024-08-02 12:03:40.545   Installing the file.
2024-08-02 12:03:40.545   Successfully installed the file.
2024-08-02 12:03:40.546   -- File entry --
2024-08-02 12:03:40.546   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NullTestRunner.cls
2024-08-02 12:03:40.546   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.546   Dest file exists.
2024-08-02 12:03:40.546   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.546   Version of our file: (none)
2024-08-02 12:03:40.547   Version of existing file: (none)
2024-08-02 12:03:40.548   Installing the file.
2024-08-02 12:03:40.548   Successfully installed the file.
2024-08-02 12:03:40.549   -- File entry --
2024-08-02 12:03:40.549   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NullTextWriter.cls
2024-08-02 12:03:40.549   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.549   Dest file exists.
2024-08-02 12:03:40.549   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.549   Version of our file: (none)
2024-08-02 12:03:40.550   Version of existing file: (none)
2024-08-02 12:03:40.550   Installing the file.
2024-08-02 12:03:40.551   Successfully installed the file.
2024-08-02 12:03:40.551   -- File entry --
2024-08-02 12:03:40.551   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\NumberComparer.cls
2024-08-02 12:03:40.551   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.551   Dest file exists.
2024-08-02 12:03:40.552   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.552   Version of our file: (none)
2024-08-02 12:03:40.558   Version of existing file: (none)
2024-08-02 12:03:40.558   Installing the file.
2024-08-02 12:03:40.559   Successfully installed the file.
2024-08-02 12:03:40.560   -- File entry --
2024-08-02 12:03:40.560   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\OperatorStack.cls
2024-08-02 12:03:40.560   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.560   Dest file exists.
2024-08-02 12:03:40.561   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.561   Version of our file: (none)
2024-08-02 12:03:40.562   Version of existing file: (none)
2024-08-02 12:03:40.562   Installing the file.
2024-08-02 12:03:40.563   Successfully installed the file.
2024-08-02 12:03:40.563   -- File entry --
2024-08-02 12:03:40.564   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\OrConstraint.cls
2024-08-02 12:03:40.564   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.564   Dest file exists.
2024-08-02 12:03:40.564   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.564   Version of our file: (none)
2024-08-02 12:03:40.571   Version of existing file: (none)
2024-08-02 12:03:40.571   Installing the file.
2024-08-02 12:03:40.572   Successfully installed the file.
2024-08-02 12:03:40.572   -- File entry --
2024-08-02 12:03:40.573   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\OrderedConstraint.cls
2024-08-02 12:03:40.573   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.573   Dest file exists.
2024-08-02 12:03:40.573   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.573   Version of our file: (none)
2024-08-02 12:03:40.574   Version of existing file: (none)
2024-08-02 12:03:40.574   Installing the file.
2024-08-02 12:03:40.575   Successfully installed the file.
2024-08-02 12:03:40.576   -- File entry --
2024-08-02 12:03:40.576   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\OrFilter.cls
2024-08-02 12:03:40.576   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.576   Dest file exists.
2024-08-02 12:03:40.576   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.576   Version of our file: (none)
2024-08-02 12:03:40.577   Version of existing file: (none)
2024-08-02 12:03:40.577   Installing the file.
2024-08-02 12:03:40.578   Successfully installed the file.
2024-08-02 12:03:40.578   -- File entry --
2024-08-02 12:03:40.578   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\OrOperator.cls
2024-08-02 12:03:40.579   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.579   Dest file exists.
2024-08-02 12:03:40.579   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.579   Version of our file: (none)
2024-08-02 12:03:40.587   Version of existing file: (none)
2024-08-02 12:03:40.587   Installing the file.
2024-08-02 12:03:40.589   Successfully installed the file.
2024-08-02 12:03:40.589   -- File entry --
2024-08-02 12:03:40.590   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ParameterizedTestMethod.cls
2024-08-02 12:03:40.590   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.590   Dest file exists.
2024-08-02 12:03:40.590   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.590   Version of our file: (none)
2024-08-02 12:03:40.592   Version of existing file: (none)
2024-08-02 12:03:40.592   Installing the file.
2024-08-02 12:03:40.593   Successfully installed the file.
2024-08-02 12:03:40.593   -- File entry --
2024-08-02 12:03:40.594   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\PersistableConstraint.cls
2024-08-02 12:03:40.594   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.594   Dest file exists.
2024-08-02 12:03:40.594   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.594   Version of our file: (none)
2024-08-02 12:03:40.602   Version of existing file: (none)
2024-08-02 12:03:40.602   Installing the file.
2024-08-02 12:03:40.603   Successfully installed the file.
2024-08-02 12:03:40.603   -- File entry --
2024-08-02 12:03:40.603   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\QueryResult.cls
2024-08-02 12:03:40.604   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.604   Dest file exists.
2024-08-02 12:03:40.604   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.604   Version of our file: (none)
2024-08-02 12:03:40.605   Version of existing file: (none)
2024-08-02 12:03:40.605   Installing the file.
2024-08-02 12:03:40.606   Successfully installed the file.
2024-08-02 12:03:40.606   -- File entry --
2024-08-02 12:03:40.606   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\RangeConstraint.cls
2024-08-02 12:03:40.606   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.606   Dest file exists.
2024-08-02 12:03:40.606   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.606   Version of our file: (none)
2024-08-02 12:03:40.608   Version of existing file: (none)
2024-08-02 12:03:40.608   Installing the file.
2024-08-02 12:03:40.609   Successfully installed the file.
2024-08-02 12:03:40.609   -- File entry --
2024-08-02 12:03:40.609   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\RegexConstraint.cls
2024-08-02 12:03:40.609   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.609   Dest file exists.
2024-08-02 12:03:40.609   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.610   Version of our file: (none)
2024-08-02 12:03:40.618   Version of existing file: (none)
2024-08-02 12:03:40.618   Installing the file.
2024-08-02 12:03:40.620   Successfully installed the file.
2024-08-02 12:03:40.620   -- File entry --
2024-08-02 12:03:40.620   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ResolvableConstraint.cls
2024-08-02 12:03:40.620   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.620   Dest file exists.
2024-08-02 12:03:40.620   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.620   Version of our file: (none)
2024-08-02 12:03:40.629   Version of existing file: (none)
2024-08-02 12:03:40.629   Installing the file.
2024-08-02 12:03:40.630   Successfully installed the file.
2024-08-02 12:03:40.630   -- File entry --
2024-08-02 12:03:40.630   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ResourceStatic.cls
2024-08-02 12:03:40.631   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.631   Dest file exists.
2024-08-02 12:03:40.631   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.631   Version of our file: (none)
2024-08-02 12:03:40.632   Version of existing file: (none)
2024-08-02 12:03:40.632   Installing the file.
2024-08-02 12:03:40.633   Successfully installed the file.
2024-08-02 12:03:40.633   -- File entry --
2024-08-02 12:03:40.634   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\RightParenOperator.cls
2024-08-02 12:03:40.634   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.634   Dest file exists.
2024-08-02 12:03:40.634   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.634   Version of our file: (none)
2024-08-02 12:03:40.634   Version of existing file: (none)
2024-08-02 12:03:40.635   Installing the file.
2024-08-02 12:03:40.635   Successfully installed the file.
2024-08-02 12:03:40.636   -- File entry --
2024-08-02 12:03:40.636   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SameAsConstraint.cls
2024-08-02 12:03:40.636   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.636   Dest file exists.
2024-08-02 12:03:40.636   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.636   Version of our file: (none)
2024-08-02 12:03:40.637   Version of existing file: (none)
2024-08-02 12:03:40.637   Installing the file.
2024-08-02 12:03:40.638   Successfully installed the file.
2024-08-02 12:03:40.638   -- File entry --
2024-08-02 12:03:40.638   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SamePathConstraint.cls
2024-08-02 12:03:40.639   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.639   Dest file exists.
2024-08-02 12:03:40.639   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.639   Version of our file: (none)
2024-08-02 12:03:40.640   Version of existing file: (none)
2024-08-02 12:03:40.640   Installing the file.
2024-08-02 12:03:40.641   Successfully installed the file.
2024-08-02 12:03:40.641   -- File entry --
2024-08-02 12:03:40.641   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SamePathOrUnderConstraint.cls
2024-08-02 12:03:40.641   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.641   Dest file exists.
2024-08-02 12:03:40.641   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.641   Version of our file: (none)
2024-08-02 12:03:40.650   Version of existing file: (none)
2024-08-02 12:03:40.650   Installing the file.
2024-08-02 12:03:40.651   Successfully installed the file.
2024-08-02 12:03:40.651   -- File entry --
2024-08-02 12:03:40.651   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SimConstructors.cls
2024-08-02 12:03:40.652   Time stamp of our file: 2017-12-03 09:40:30.000
2024-08-02 12:03:40.652   Dest file exists.
2024-08-02 12:03:40.652   Time stamp of existing file: 2017-12-03 09:40:30.000
2024-08-02 12:03:40.652   Version of our file: (none)
2024-08-02 12:03:40.661   Version of existing file: (none)
2024-08-02 12:03:40.661   Installing the file.
2024-08-02 12:03:40.662   Successfully installed the file.
2024-08-02 12:03:40.662   -- File entry --
2024-08-02 12:03:40.662   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SimpleTestMethod.cls
2024-08-02 12:03:40.663   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.663   Dest file exists.
2024-08-02 12:03:40.663   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.663   Version of our file: (none)
2024-08-02 12:03:40.663   Version of existing file: (none)
2024-08-02 12:03:40.664   Installing the file.
2024-08-02 12:03:40.666   Successfully installed the file.
2024-08-02 12:03:40.666   -- File entry --
2024-08-02 12:03:40.667   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SimStatics.cls
2024-08-02 12:03:40.667   Time stamp of our file: 2019-06-07 21:37:26.000
2024-08-02 12:03:40.667   Dest file exists.
2024-08-02 12:03:40.668   Time stamp of existing file: 2019-06-07 21:37:26.000
2024-08-02 12:03:40.668   Version of our file: (none)
2024-08-02 12:03:40.675   Version of existing file: (none)
2024-08-02 12:03:40.675   Installing the file.
2024-08-02 12:03:40.676   Successfully installed the file.
2024-08-02 12:03:40.676   -- File entry --
2024-08-02 12:03:40.678   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SomeItemsConstraint.cls
2024-08-02 12:03:40.678   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.678   Dest file exists.
2024-08-02 12:03:40.678   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.678   Version of our file: (none)
2024-08-02 12:03:40.686   Version of existing file: (none)
2024-08-02 12:03:40.686   Installing the file.
2024-08-02 12:03:40.687   Successfully installed the file.
2024-08-02 12:03:40.687   -- File entry --
2024-08-02 12:03:40.688   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SomeItemsOperator.cls
2024-08-02 12:03:40.688   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.688   Dest file exists.
2024-08-02 12:03:40.688   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.688   Version of our file: (none)
2024-08-02 12:03:40.690   Version of existing file: (none)
2024-08-02 12:03:40.690   Installing the file.
2024-08-02 12:03:40.690   Successfully installed the file.
2024-08-02 12:03:40.691   -- File entry --
2024-08-02 12:03:40.692   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\Stack.cls
2024-08-02 12:03:40.692   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.692   Dest file exists.
2024-08-02 12:03:40.692   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.692   Version of our file: (none)
2024-08-02 12:03:40.693   Version of existing file: (none)
2024-08-02 12:03:40.693   Installing the file.
2024-08-02 12:03:40.694   Successfully installed the file.
2024-08-02 12:03:40.694   -- File entry --
2024-08-02 12:03:40.694   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\StartsWithConstraint.cls
2024-08-02 12:03:40.695   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.695   Dest file exists.
2024-08-02 12:03:40.695   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.695   Version of our file: (none)
2024-08-02 12:03:40.702   Version of existing file: (none)
2024-08-02 12:03:40.702   Installing the file.
2024-08-02 12:03:40.703   Successfully installed the file.
2024-08-02 12:03:40.703   -- File entry --
2024-08-02 12:03:40.704   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\StringBuilder.cls
2024-08-02 12:03:40.704   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.704   Dest file exists.
2024-08-02 12:03:40.704   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.704   Version of our file: (none)
2024-08-02 12:03:40.714   Version of existing file: (none)
2024-08-02 12:03:40.714   Installing the file.
2024-08-02 12:03:40.715   Successfully installed the file.
2024-08-02 12:03:40.715   -- File entry --
2024-08-02 12:03:40.715   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\StringComparer.cls
2024-08-02 12:03:40.715   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.715   Dest file exists.
2024-08-02 12:03:40.715   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.715   Version of our file: (none)
2024-08-02 12:03:40.716   Version of existing file: (none)
2024-08-02 12:03:40.716   Installing the file.
2024-08-02 12:03:40.717   Successfully installed the file.
2024-08-02 12:03:40.718   -- File entry --
2024-08-02 12:03:40.718   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SubsetOfConstraint.cls
2024-08-02 12:03:40.718   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.718   Dest file exists.
2024-08-02 12:03:40.718   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.718   Version of our file: (none)
2024-08-02 12:03:40.719   Version of existing file: (none)
2024-08-02 12:03:40.719   Installing the file.
2024-08-02 12:03:40.720   Successfully installed the file.
2024-08-02 12:03:40.720   -- File entry --
2024-08-02 12:03:40.720   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SubstringConstraint.cls
2024-08-02 12:03:40.721   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.721   Dest file exists.
2024-08-02 12:03:40.721   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.721   Version of our file: (none)
2024-08-02 12:03:40.729   Version of existing file: (none)
2024-08-02 12:03:40.729   Installing the file.
2024-08-02 12:03:40.730   Successfully installed the file.
2024-08-02 12:03:40.731   -- File entry --
2024-08-02 12:03:40.731   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\SVBUnit.RES
2024-08-02 12:03:40.731   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.731   Dest file exists.
2024-08-02 12:03:40.731   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.731   Version of our file: (none)
2024-08-02 12:03:40.733   Version of existing file: (none)
2024-08-02 12:03:40.733   Installing the file.
2024-08-02 12:03:40.733   Successfully installed the file.
2024-08-02 12:03:40.733   -- File entry --
2024-08-02 12:03:40.734   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\Tally.cls
2024-08-02 12:03:40.734   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.734   Dest file exists.
2024-08-02 12:03:40.734   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.734   Version of our file: (none)
2024-08-02 12:03:40.735   Version of existing file: (none)
2024-08-02 12:03:40.735   Installing the file.
2024-08-02 12:03:40.736   Successfully installed the file.
2024-08-02 12:03:40.736   -- File entry --
2024-08-02 12:03:40.736   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestCase.cls
2024-08-02 12:03:40.737   Time stamp of our file: 2019-06-07 16:05:04.000
2024-08-02 12:03:40.737   Dest file exists.
2024-08-02 12:03:40.737   Time stamp of existing file: 2019-06-07 16:05:04.000
2024-08-02 12:03:40.737   Version of our file: (none)
2024-08-02 12:03:40.745   Version of existing file: (none)
2024-08-02 12:03:40.745   Installing the file.
2024-08-02 12:03:40.746   Successfully installed the file.
2024-08-02 12:03:40.747   -- File entry --
2024-08-02 12:03:40.747   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestCaseBuilder.cls
2024-08-02 12:03:40.747   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.747   Dest file exists.
2024-08-02 12:03:40.747   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.747   Version of our file: (none)
2024-08-02 12:03:40.749   Version of existing file: (none)
2024-08-02 12:03:40.749   Installing the file.
2024-08-02 12:03:40.750   Successfully installed the file.
2024-08-02 12:03:40.750   -- File entry --
2024-08-02 12:03:40.750   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestCaseCollector.cls
2024-08-02 12:03:40.750   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.750   Dest file exists.
2024-08-02 12:03:40.750   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.750   Version of our file: (none)
2024-08-02 12:03:40.751   Version of existing file: (none)
2024-08-02 12:03:40.751   Installing the file.
2024-08-02 12:03:40.752   Successfully installed the file.
2024-08-02 12:03:40.752   -- File entry --
2024-08-02 12:03:40.753   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestCaseData.cls
2024-08-02 12:03:40.753   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.753   Dest file exists.
2024-08-02 12:03:40.753   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.753   Version of our file: (none)
2024-08-02 12:03:40.754   Version of existing file: (none)
2024-08-02 12:03:40.754   Installing the file.
2024-08-02 12:03:40.755   Successfully installed the file.
2024-08-02 12:03:40.755   -- File entry --
2024-08-02 12:03:40.755   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestCaseModifier.cls
2024-08-02 12:03:40.755   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.755   Dest file exists.
2024-08-02 12:03:40.755   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.755   Version of our file: (none)
2024-08-02 12:03:40.757   Version of existing file: (none)
2024-08-02 12:03:40.757   Installing the file.
2024-08-02 12:03:40.758   Successfully installed the file.
2024-08-02 12:03:40.758   -- File entry --
2024-08-02 12:03:40.758   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestComparer.cls
2024-08-02 12:03:40.758   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.758   Dest file exists.
2024-08-02 12:03:40.758   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.758   Version of our file: (none)
2024-08-02 12:03:40.759   Version of existing file: (none)
2024-08-02 12:03:40.759   Installing the file.
2024-08-02 12:03:40.760   Successfully installed the file.
2024-08-02 12:03:40.760   -- File entry --
2024-08-02 12:03:40.761   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestContext.cls
2024-08-02 12:03:40.761   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.761   Dest file exists.
2024-08-02 12:03:40.761   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.761   Version of our file: (none)
2024-08-02 12:03:40.762   Version of existing file: (none)
2024-08-02 12:03:40.762   Installing the file.
2024-08-02 12:03:40.763   Successfully installed the file.
2024-08-02 12:03:40.763   -- File entry --
2024-08-02 12:03:40.763   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestContextManager.cls
2024-08-02 12:03:40.763   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.763   Dest file exists.
2024-08-02 12:03:40.763   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.763   Version of our file: (none)
2024-08-02 12:03:40.765   Version of existing file: (none)
2024-08-02 12:03:40.765   Installing the file.
2024-08-02 12:03:40.765   Successfully installed the file.
2024-08-02 12:03:40.765   -- File entry --
2024-08-02 12:03:40.766   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestContextStatic.cls
2024-08-02 12:03:40.766   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.766   Dest file exists.
2024-08-02 12:03:40.766   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.766   Version of our file: (none)
2024-08-02 12:03:40.767   Version of existing file: (none)
2024-08-02 12:03:40.767   Installing the file.
2024-08-02 12:03:40.767   Successfully installed the file.
2024-08-02 12:03:40.768   -- File entry --
2024-08-02 12:03:40.768   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestFilterBase.cls
2024-08-02 12:03:40.768   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.768   Dest file exists.
2024-08-02 12:03:40.768   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.768   Version of our file: (none)
2024-08-02 12:03:40.769   Version of existing file: (none)
2024-08-02 12:03:40.769   Installing the file.
2024-08-02 12:03:40.770   Successfully installed the file.
2024-08-02 12:03:40.770   -- File entry --
2024-08-02 12:03:40.771   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestFilterStatic.cls
2024-08-02 12:03:40.771   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.771   Dest file exists.
2024-08-02 12:03:40.771   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.771   Version of our file: (none)
2024-08-02 12:03:40.772   Version of existing file: (none)
2024-08-02 12:03:40.772   Installing the file.
2024-08-02 12:03:40.773   Successfully installed the file.
2024-08-02 12:03:40.773   -- File entry --
2024-08-02 12:03:40.773   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestFixture.cls
2024-08-02 12:03:40.773   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.773   Dest file exists.
2024-08-02 12:03:40.774   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.774   Version of our file: (none)
2024-08-02 12:03:40.780   Version of existing file: (none)
2024-08-02 12:03:40.780   Installing the file.
2024-08-02 12:03:40.781   Successfully installed the file.
2024-08-02 12:03:40.781   -- File entry --
2024-08-02 12:03:40.782   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestFixtureBuilder.cls
2024-08-02 12:03:40.782   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.782   Dest file exists.
2024-08-02 12:03:40.782   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.782   Version of our file: (none)
2024-08-02 12:03:40.784   Version of existing file: (none)
2024-08-02 12:03:40.784   Installing the file.
2024-08-02 12:03:40.785   Successfully installed the file.
2024-08-02 12:03:40.785   -- File entry --
2024-08-02 12:03:40.786   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestList.cls
2024-08-02 12:03:40.786   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.786   Dest file exists.
2024-08-02 12:03:40.786   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.786   Version of our file: (none)
2024-08-02 12:03:40.794   Version of existing file: (none)
2024-08-02 12:03:40.794   Installing the file.
2024-08-02 12:03:40.795   Successfully installed the file.
2024-08-02 12:03:40.795   -- File entry --
2024-08-02 12:03:40.796   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestListEnumerator.cls
2024-08-02 12:03:40.796   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.796   Dest file exists.
2024-08-02 12:03:40.796   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.796   Version of our file: (none)
2024-08-02 12:03:40.804   Version of existing file: (none)
2024-08-02 12:03:40.804   Installing the file.
2024-08-02 12:03:40.805   Successfully installed the file.
2024-08-02 12:03:40.805   -- File entry --
2024-08-02 12:03:40.806   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestOutput.cls
2024-08-02 12:03:40.806   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.806   Dest file exists.
2024-08-02 12:03:40.806   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.806   Version of our file: (none)
2024-08-02 12:03:40.807   Version of existing file: (none)
2024-08-02 12:03:40.807   Installing the file.
2024-08-02 12:03:40.808   Successfully installed the file.
2024-08-02 12:03:40.809   -- File entry --
2024-08-02 12:03:40.809   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestOutputWriter.cls
2024-08-02 12:03:40.809   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.809   Dest file exists.
2024-08-02 12:03:40.810   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.810   Version of our file: (none)
2024-08-02 12:03:40.811   Version of existing file: (none)
2024-08-02 12:03:40.811   Installing the file.
2024-08-02 12:03:40.812   Successfully installed the file.
2024-08-02 12:03:40.812   -- File entry --
2024-08-02 12:03:40.812   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestResult.cls
2024-08-02 12:03:40.812   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.812   Dest file exists.
2024-08-02 12:03:40.812   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.812   Version of our file: (none)
2024-08-02 12:03:40.819   Version of existing file: (none)
2024-08-02 12:03:40.819   Installing the file.
2024-08-02 12:03:40.820   Successfully installed the file.
2024-08-02 12:03:40.820   -- File entry --
2024-08-02 12:03:40.821   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestResultList.cls
2024-08-02 12:03:40.821   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.821   Dest file exists.
2024-08-02 12:03:40.821   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.821   Version of our file: (none)
2024-08-02 12:03:40.822   Version of existing file: (none)
2024-08-02 12:03:40.822   Installing the file.
2024-08-02 12:03:40.823   Successfully installed the file.
2024-08-02 12:03:40.823   -- File entry --
2024-08-02 12:03:40.824   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestRunner.cls
2024-08-02 12:03:40.824   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.824   Dest file exists.
2024-08-02 12:03:40.824   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.824   Version of our file: (none)
2024-08-02 12:03:40.832   Version of existing file: (none)
2024-08-02 12:03:40.832   Installing the file.
2024-08-02 12:03:40.833   Successfully installed the file.
2024-08-02 12:03:40.833   -- File entry --
2024-08-02 12:03:40.834   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestSuite.cls
2024-08-02 12:03:40.834   Time stamp of our file: 2017-12-03 09:46:46.000
2024-08-02 12:03:40.834   Dest file exists.
2024-08-02 12:03:40.834   Time stamp of existing file: 2017-12-03 09:46:46.000
2024-08-02 12:03:40.834   Version of our file: (none)
2024-08-02 12:03:40.842   Version of existing file: (none)
2024-08-02 12:03:40.842   Installing the file.
2024-08-02 12:03:40.844   Successfully installed the file.
2024-08-02 12:03:40.844   -- File entry --
2024-08-02 12:03:40.844   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TestUtils.cls
2024-08-02 12:03:40.844   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.844   Dest file exists.
2024-08-02 12:03:40.844   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.844   Version of our file: (none)
2024-08-02 12:03:40.846   Version of existing file: (none)
2024-08-02 12:03:40.846   Installing the file.
2024-08-02 12:03:40.847   Successfully installed the file.
2024-08-02 12:03:40.847   -- File entry --
2024-08-02 12:03:40.847   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TextMessageWriter.cls
2024-08-02 12:03:40.847   Time stamp of our file: 2019-07-20 14:35:36.000
2024-08-02 12:03:40.847   Dest file exists.
2024-08-02 12:03:40.847   Time stamp of existing file: 2019-07-20 14:35:36.000
2024-08-02 12:03:40.847   Version of our file: (none)
2024-08-02 12:03:40.855   Version of existing file: (none)
2024-08-02 12:03:40.855   Installing the file.
2024-08-02 12:03:40.856   Successfully installed the file.
2024-08-02 12:03:40.856   -- File entry --
2024-08-02 12:03:40.857   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ThrowsConstraint.cls
2024-08-02 12:03:40.857   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.857   Dest file exists.
2024-08-02 12:03:40.857   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.857   Version of our file: (none)
2024-08-02 12:03:40.858   Version of existing file: (none)
2024-08-02 12:03:40.859   Installing the file.
2024-08-02 12:03:40.860   Successfully installed the file.
2024-08-02 12:03:40.860   -- File entry --
2024-08-02 12:03:40.860   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\TimingStatic.cls
2024-08-02 12:03:40.860   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.860   Dest file exists.
2024-08-02 12:03:40.860   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.860   Version of our file: (none)
2024-08-02 12:03:40.861   Version of existing file: (none)
2024-08-02 12:03:40.861   Installing the file.
2024-08-02 12:03:40.862   Successfully installed the file.
2024-08-02 12:03:40.862   -- File entry --
2024-08-02 12:03:40.863   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\Tolerance.cls
2024-08-02 12:03:40.863   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.863   Dest file exists.
2024-08-02 12:03:40.863   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.863   Version of our file: (none)
2024-08-02 12:03:40.864   Version of existing file: (none)
2024-08-02 12:03:40.864   Installing the file.
2024-08-02 12:03:40.865   Successfully installed the file.
2024-08-02 12:03:40.865   -- File entry --
2024-08-02 12:03:40.865   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ToleranceStatic.cls
2024-08-02 12:03:40.865   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.865   Dest file exists.
2024-08-02 12:03:40.865   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.865   Version of our file: (none)
2024-08-02 12:03:40.866   Version of existing file: (none)
2024-08-02 12:03:40.866   Installing the file.
2024-08-02 12:03:40.867   Successfully installed the file.
2024-08-02 12:03:40.867   -- File entry --
2024-08-02 12:03:40.867   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\UniqueItemsConstraint.cls
2024-08-02 12:03:40.868   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.868   Dest file exists.
2024-08-02 12:03:40.868   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.868   Version of our file: (none)
2024-08-02 12:03:40.869   Version of existing file: (none)
2024-08-02 12:03:40.869   Installing the file.
2024-08-02 12:03:40.869   Successfully installed the file.
2024-08-02 12:03:40.870   -- File entry --
2024-08-02 12:03:40.870   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ValueTallier.cls
2024-08-02 12:03:40.870   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.870   Dest file exists.
2024-08-02 12:03:40.870   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.870   Version of our file: (none)
2024-08-02 12:03:40.871   Version of existing file: (none)
2024-08-02 12:03:40.871   Installing the file.
2024-08-02 12:03:40.872   Successfully installed the file.
2024-08-02 12:03:40.872   -- File entry --
2024-08-02 12:03:40.872   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Framework\ZeroTally.cls
2024-08-02 12:03:40.872   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.872   Dest file exists.
2024-08-02 12:03:40.872   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.872   Version of our file: (none)
2024-08-02 12:03:40.879   Version of existing file: (none)
2024-08-02 12:03:40.879   Installing the file.
2024-08-02 12:03:40.880   Successfully installed the file.
2024-08-02 12:03:40.880   -- File entry --
2024-08-02 12:03:40.881   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Projects\frmTestRunner.frm
2024-08-02 12:03:40.881   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.881   Dest file exists.
2024-08-02 12:03:40.881   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.881   Version of our file: (none)
2024-08-02 12:03:40.882   Version of existing file: (none)
2024-08-02 12:03:40.882   Installing the file.
2024-08-02 12:03:40.883   Successfully installed the file.
2024-08-02 12:03:40.884   -- File entry --
2024-08-02 12:03:40.884   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Projects\SimplyVBUnit Project.vbp
2024-08-02 12:03:40.884   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.884   Dest file exists.
2024-08-02 12:03:40.884   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.884   Version of our file: (none)
2024-08-02 12:03:40.889   Version of existing file: (none)
2024-08-02 12:03:40.889   Installing the file.
2024-08-02 12:03:40.891   Successfully installed the file.
2024-08-02 12:03:40.891   -- File entry --
2024-08-02 12:03:40.891   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\AllItemsConstraintTests.cls
2024-08-02 12:03:40.891   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.891   Dest file exists.
2024-08-02 12:03:40.891   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.891   Version of our file: (none)
2024-08-02 12:03:40.899   Version of existing file: (none)
2024-08-02 12:03:40.899   Installing the file.
2024-08-02 12:03:40.900   Successfully installed the file.
2024-08-02 12:03:40.900   -- File entry --
2024-08-02 12:03:40.900   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\AndConstraintTests.cls
2024-08-02 12:03:40.901   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.901   Dest file exists.
2024-08-02 12:03:40.901   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.901   Version of our file: (none)
2024-08-02 12:03:40.908   Version of existing file: (none)
2024-08-02 12:03:40.908   Installing the file.
2024-08-02 12:03:40.909   Successfully installed the file.
2024-08-02 12:03:40.910   -- File entry --
2024-08-02 12:03:40.911   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\AndFilterTests.cls
2024-08-02 12:03:40.911   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.911   Dest file exists.
2024-08-02 12:03:40.911   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.911   Version of our file: (none)
2024-08-02 12:03:40.912   Version of existing file: (none)
2024-08-02 12:03:40.912   Installing the file.
2024-08-02 12:03:40.913   Successfully installed the file.
2024-08-02 12:03:40.913   -- File entry --
2024-08-02 12:03:40.913   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\AndOperatorTests.cls
2024-08-02 12:03:40.914   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.914   Dest file exists.
2024-08-02 12:03:40.914   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.914   Version of our file: (none)
2024-08-02 12:03:40.915   Version of existing file: (none)
2024-08-02 12:03:40.915   Installing the file.
2024-08-02 12:03:40.915   Successfully installed the file.
2024-08-02 12:03:40.916   -- File entry --
2024-08-02 12:03:40.916   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ArrayEnumeratorTests.cls
2024-08-02 12:03:40.916   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.916   Dest file exists.
2024-08-02 12:03:40.916   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.916   Version of our file: (none)
2024-08-02 12:03:40.917   Version of existing file: (none)
2024-08-02 12:03:40.917   Installing the file.
2024-08-02 12:03:40.918   Successfully installed the file.
2024-08-02 12:03:40.918   -- File entry --
2024-08-02 12:03:40.919   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\AssertionsTests.cls
2024-08-02 12:03:40.919   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.919   Dest file exists.
2024-08-02 12:03:40.919   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.919   Version of our file: (none)
2024-08-02 12:03:40.920   Version of existing file: (none)
2024-08-02 12:03:40.920   Installing the file.
2024-08-02 12:03:40.921   Successfully installed the file.
2024-08-02 12:03:40.921   -- File entry --
2024-08-02 12:03:40.921   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapCallErrorTests.cls
2024-08-02 12:03:40.921   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.921   Dest file exists.
2024-08-02 12:03:40.921   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.921   Version of our file: (none)
2024-08-02 12:03:40.922   Version of existing file: (none)
2024-08-02 12:03:40.922   Installing the file.
2024-08-02 12:03:40.923   Successfully installed the file.
2024-08-02 12:03:40.923   -- File entry --
2024-08-02 12:03:40.924   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapCallTraceTests.cls
2024-08-02 12:03:40.924   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.924   Dest file exists.
2024-08-02 12:03:40.924   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.924   Version of our file: (none)
2024-08-02 12:03:40.925   Version of existing file: (none)
2024-08-02 12:03:40.925   Installing the file.
2024-08-02 12:03:40.926   Successfully installed the file.
2024-08-02 12:03:40.926   -- File entry --
2024-08-02 12:03:40.927   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapEqualityComparerTests.cls
2024-08-02 12:03:40.927   Time stamp of our file: 2019-07-20 22:34:10.000
2024-08-02 12:03:40.927   Dest file exists.
2024-08-02 12:03:40.927   Time stamp of existing file: 2019-07-20 22:34:10.000
2024-08-02 12:03:40.927   Version of our file: (none)
2024-08-02 12:03:40.934   Version of existing file: (none)
2024-08-02 12:03:40.935   Installing the file.
2024-08-02 12:03:40.936   Successfully installed the file.
2024-08-02 12:03:40.936   -- File entry --
2024-08-02 12:03:40.936   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapMockOneSubTestClassTests.cls
2024-08-02 12:03:40.936   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.937   Dest file exists.
2024-08-02 12:03:40.937   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.937   Version of our file: (none)
2024-08-02 12:03:40.944   Version of existing file: (none)
2024-08-02 12:03:40.944   Installing the file.
2024-08-02 12:03:40.945   Successfully installed the file.
2024-08-02 12:03:40.945   -- File entry --
2024-08-02 12:03:40.946   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapStubOneSubTestClassTests.cls
2024-08-02 12:03:40.946   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.946   Dest file exists.
2024-08-02 12:03:40.946   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.946   Version of our file: (none)
2024-08-02 12:03:40.947   Version of existing file: (none)
2024-08-02 12:03:40.947   Installing the file.
2024-08-02 12:03:40.948   Successfully installed the file.
2024-08-02 12:03:40.948   -- File entry --
2024-08-02 12:03:40.949   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapTestFixtureTests.cls
2024-08-02 12:03:40.949   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.949   Dest file exists.
2024-08-02 12:03:40.949   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.949   Version of our file: (none)
2024-08-02 12:03:40.950   Version of existing file: (none)
2024-08-02 12:03:40.950   Installing the file.
2024-08-02 12:03:40.951   Successfully installed the file.
2024-08-02 12:03:40.951   -- File entry --
2024-08-02 12:03:40.951   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapTestSuiteTests.cls
2024-08-02 12:03:40.952   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.952   Dest file exists.
2024-08-02 12:03:40.952   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.952   Version of our file: (none)
2024-08-02 12:03:40.960   Version of existing file: (none)
2024-08-02 12:03:40.960   Installing the file.
2024-08-02 12:03:40.961   Successfully installed the file.
2024-08-02 12:03:40.961   -- File entry --
2024-08-02 12:03:40.961   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\BootstrapUtilitiesTests.cls
2024-08-02 12:03:40.961   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.961   Dest file exists.
2024-08-02 12:03:40.961   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.962   Version of our file: (none)
2024-08-02 12:03:40.963   Version of existing file: (none)
2024-08-02 12:03:40.963   Installing the file.
2024-08-02 12:03:40.964   Successfully installed the file.
2024-08-02 12:03:40.964   -- File entry --
2024-08-02 12:03:40.964   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\CategorizationTests.cls
2024-08-02 12:03:40.964   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.964   Dest file exists.
2024-08-02 12:03:40.964   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.964   Version of our file: (none)
2024-08-02 12:03:40.965   Version of existing file: (none)
2024-08-02 12:03:40.965   Installing the file.
2024-08-02 12:03:40.966   Successfully installed the file.
2024-08-02 12:03:40.966   -- File entry --
2024-08-02 12:03:40.967   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\CategoryCollectorTests.cls
2024-08-02 12:03:40.967   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.967   Dest file exists.
2024-08-02 12:03:40.967   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.967   Version of our file: (none)
2024-08-02 12:03:40.968   Version of existing file: (none)
2024-08-02 12:03:40.968   Installing the file.
2024-08-02 12:03:40.969   Successfully installed the file.
2024-08-02 12:03:40.969   -- File entry --
2024-08-02 12:03:40.969   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\CategoryFilterTests.cls
2024-08-02 12:03:40.969   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.969   Dest file exists.
2024-08-02 12:03:40.969   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.969   Version of our file: (none)
2024-08-02 12:03:40.971   Version of existing file: (none)
2024-08-02 12:03:40.971   Installing the file.
2024-08-02 12:03:40.972   Successfully installed the file.
2024-08-02 12:03:40.972   -- File entry --
2024-08-02 12:03:40.972   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ComparisonConstraintTests.cls
2024-08-02 12:03:40.972   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.972   Dest file exists.
2024-08-02 12:03:40.972   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.972   Version of our file: (none)
2024-08-02 12:03:40.973   Version of existing file: (none)
2024-08-02 12:03:40.973   Installing the file.
2024-08-02 12:03:40.974   Successfully installed the file.
2024-08-02 12:03:40.975   -- File entry --
2024-08-02 12:03:40.975   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\Constants.bas
2024-08-02 12:03:40.975   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.975   Dest file exists.
2024-08-02 12:03:40.975   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.975   Version of our file: (none)
2024-08-02 12:03:40.976   Version of existing file: (none)
2024-08-02 12:03:40.976   Installing the file.
2024-08-02 12:03:40.977   Successfully installed the file.
2024-08-02 12:03:40.977   -- File entry --
2024-08-02 12:03:40.977   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ConstraintBuilderTests.cls
2024-08-02 12:03:40.978   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.978   Dest file exists.
2024-08-02 12:03:40.978   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.978   Version of our file: (none)
2024-08-02 12:03:40.979   Version of existing file: (none)
2024-08-02 12:03:40.979   Installing the file.
2024-08-02 12:03:40.979   Successfully installed the file.
2024-08-02 12:03:40.980   -- File entry --
2024-08-02 12:03:40.980   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ConstraintExpressionTests.cls
2024-08-02 12:03:40.980   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.980   Dest file exists.
2024-08-02 12:03:40.980   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.980   Version of our file: (none)
2024-08-02 12:03:40.987   Version of existing file: (none)
2024-08-02 12:03:40.987   Installing the file.
2024-08-02 12:03:40.988   Successfully installed the file.
2024-08-02 12:03:40.988   -- File entry --
2024-08-02 12:03:40.988   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\EmptyContraintTests.cls
2024-08-02 12:03:40.988   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.988   Dest file exists.
2024-08-02 12:03:40.988   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.988   Version of our file: (none)
2024-08-02 12:03:40.990   Version of existing file: (none)
2024-08-02 12:03:40.990   Installing the file.
2024-08-02 12:03:40.991   Successfully installed the file.
2024-08-02 12:03:40.991   -- File entry --
2024-08-02 12:03:40.991   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\EmptyFilterTests.cls
2024-08-02 12:03:40.991   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.991   Dest file exists.
2024-08-02 12:03:40.991   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.991   Version of our file: (none)
2024-08-02 12:03:40.992   Version of existing file: (none)
2024-08-02 12:03:40.992   Installing the file.
2024-08-02 12:03:40.993   Successfully installed the file.
2024-08-02 12:03:40.993   -- File entry --
2024-08-02 12:03:40.994   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\EndsWithConstraintTests.cls
2024-08-02 12:03:40.994   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.994   Dest file exists.
2024-08-02 12:03:40.994   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.994   Version of our file: (none)
2024-08-02 12:03:40.995   Version of existing file: (none)
2024-08-02 12:03:40.995   Installing the file.
2024-08-02 12:03:40.996   Successfully installed the file.
2024-08-02 12:03:40.996   -- File entry --
2024-08-02 12:03:40.996   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\EnumVariantEnumeratorTests.cls
2024-08-02 12:03:40.996   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.996   Dest file exists.
2024-08-02 12:03:40.996   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:40.996   Version of our file: (none)
2024-08-02 12:03:40.997   Version of existing file: (none)
2024-08-02 12:03:40.997   Installing the file.
2024-08-02 12:03:40.998   Successfully installed the file.
2024-08-02 12:03:40.998   -- File entry --
2024-08-02 12:03:40.999   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\EqualConstraintTests.cls
2024-08-02 12:03:40.999   Time stamp of our file: 2019-07-20 22:53:14.000
2024-08-02 12:03:40.999   Dest file exists.
2024-08-02 12:03:40.999   Time stamp of existing file: 2019-07-20 22:53:14.000
2024-08-02 12:03:40.999   Version of our file: (none)
2024-08-02 12:03:41.006   Version of existing file: (none)
2024-08-02 12:03:41.006   Installing the file.
2024-08-02 12:03:41.008   Successfully installed the file.
2024-08-02 12:03:41.008   -- File entry --
2024-08-02 12:03:41.008   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\EquivalentConstraintTests.cls
2024-08-02 12:03:41.008   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.008   Dest file exists.
2024-08-02 12:03:41.008   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.008   Version of our file: (none)
2024-08-02 12:03:41.010   Version of existing file: (none)
2024-08-02 12:03:41.010   Installing the file.
2024-08-02 12:03:41.010   Successfully installed the file.
2024-08-02 12:03:41.011   -- File entry --
2024-08-02 12:03:41.011   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ErrorHelperTests.cls
2024-08-02 12:03:41.011   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.011   Dest file exists.
2024-08-02 12:03:41.011   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.011   Version of our file: (none)
2024-08-02 12:03:41.012   Version of existing file: (none)
2024-08-02 12:03:41.012   Installing the file.
2024-08-02 12:03:41.013   Successfully installed the file.
2024-08-02 12:03:41.013   -- File entry --
2024-08-02 12:03:41.014   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ErrorInfoTests.cls
2024-08-02 12:03:41.014   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.014   Dest file exists.
2024-08-02 12:03:41.014   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.014   Version of our file: (none)
2024-08-02 12:03:41.015   Version of existing file: (none)
2024-08-02 12:03:41.015   Installing the file.
2024-08-02 12:03:41.015   Successfully installed the file.
2024-08-02 12:03:41.016   -- File entry --
2024-08-02 12:03:41.016   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\FullNameFilterTests.cls
2024-08-02 12:03:41.017   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.017   Dest file exists.
2024-08-02 12:03:41.017   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.017   Version of our file: (none)
2024-08-02 12:03:41.018   Version of existing file: (none)
2024-08-02 12:03:41.018   Installing the file.
2024-08-02 12:03:41.018   Successfully installed the file.
2024-08-02 12:03:41.019   -- File entry --
2024-08-02 12:03:41.019   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\IBootstrapTestClass.cls
2024-08-02 12:03:41.019   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.019   Dest file exists.
2024-08-02 12:03:41.019   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.019   Version of our file: (none)
2024-08-02 12:03:41.020   Version of existing file: (none)
2024-08-02 12:03:41.020   Installing the file.
2024-08-02 12:03:41.021   Successfully installed the file.
2024-08-02 12:03:41.021   -- File entry --
2024-08-02 12:03:41.021   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ITestFixtureTests.cls
2024-08-02 12:03:41.021   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.021   Dest file exists.
2024-08-02 12:03:41.021   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.021   Version of our file: (none)
2024-08-02 12:03:41.022   Version of existing file: (none)
2024-08-02 12:03:41.022   Installing the file.
2024-08-02 12:03:41.024   Successfully installed the file.
2024-08-02 12:03:41.024   -- File entry --
2024-08-02 12:03:41.024   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\IzTests.cls
2024-08-02 12:03:41.025   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.025   Dest file exists.
2024-08-02 12:03:41.025   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.025   Version of our file: (none)
2024-08-02 12:03:41.026   Version of existing file: (none)
2024-08-02 12:03:41.026   Installing the file.
2024-08-02 12:03:41.027   Successfully installed the file.
2024-08-02 12:03:41.027   -- File entry --
2024-08-02 12:03:41.027   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\MemberQueryTests.cls
2024-08-02 12:03:41.027   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.027   Dest file exists.
2024-08-02 12:03:41.027   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.027   Version of our file: (none)
2024-08-02 12:03:41.036   Version of existing file: (none)
2024-08-02 12:03:41.036   Installing the file.
2024-08-02 12:03:41.037   Successfully installed the file.
2024-08-02 12:03:41.037   -- File entry --
2024-08-02 12:03:41.038   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\MemoryLeakTests.cls
2024-08-02 12:03:41.039   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.039   Dest file exists.
2024-08-02 12:03:41.039   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.039   Version of our file: (none)
2024-08-02 12:03:41.045   Version of existing file: (none)
2024-08-02 12:03:41.045   Installing the file.
2024-08-02 12:03:41.045   Successfully installed the file.
2024-08-02 12:03:41.046   -- File entry --
2024-08-02 12:03:41.046   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\MockTestsWithSetupTests.cls
2024-08-02 12:03:41.047   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.047   Dest file exists.
2024-08-02 12:03:41.047   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.047   Version of our file: (none)
2024-08-02 12:03:41.048   Version of existing file: (none)
2024-08-02 12:03:41.048   Installing the file.
2024-08-02 12:03:41.049   Successfully installed the file.
2024-08-02 12:03:41.049   -- File entry --
2024-08-02 12:03:41.049   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\modMain.bas
2024-08-02 12:03:41.050   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.050   Dest file exists.
2024-08-02 12:03:41.050   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.050   Version of our file: (none)
2024-08-02 12:03:41.056   Version of existing file: (none)
2024-08-02 12:03:41.056   Installing the file.
2024-08-02 12:03:41.058   Successfully installed the file.
2024-08-02 12:03:41.058   -- File entry --
2024-08-02 12:03:41.058   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\modUtilities.bas
2024-08-02 12:03:41.058   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.058   Dest file exists.
2024-08-02 12:03:41.058   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.058   Version of our file: (none)
2024-08-02 12:03:41.065   Version of existing file: (none)
2024-08-02 12:03:41.065   Installing the file.
2024-08-02 12:03:41.066   Successfully installed the file.
2024-08-02 12:03:41.067   -- File entry --
2024-08-02 12:03:41.067   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\modWinApi.bas
2024-08-02 12:03:41.067   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.067   Dest file exists.
2024-08-02 12:03:41.067   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.067   Version of our file: (none)
2024-08-02 12:03:41.069   Version of existing file: (none)
2024-08-02 12:03:41.070   Installing the file.
2024-08-02 12:03:41.070   Successfully installed the file.
2024-08-02 12:03:41.071   -- File entry --
2024-08-02 12:03:41.071   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\MsgUtilsTests.cls
2024-08-02 12:03:41.071   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.071   Dest file exists.
2024-08-02 12:03:41.071   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.071   Version of our file: (none)
2024-08-02 12:03:41.078   Version of existing file: (none)
2024-08-02 12:03:41.078   Installing the file.
2024-08-02 12:03:41.080   Successfully installed the file.
2024-08-02 12:03:41.080   -- File entry --
2024-08-02 12:03:41.080   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\NotConstraintTests.cls
2024-08-02 12:03:41.080   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.080   Dest file exists.
2024-08-02 12:03:41.080   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.080   Version of our file: (none)
2024-08-02 12:03:41.082   Version of existing file: (none)
2024-08-02 12:03:41.082   Installing the file.
2024-08-02 12:03:41.083   Successfully installed the file.
2024-08-02 12:03:41.083   -- File entry --
2024-08-02 12:03:41.083   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\NotFilterTests.cls
2024-08-02 12:03:41.083   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.083   Dest file exists.
2024-08-02 12:03:41.083   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.083   Version of our file: (none)
2024-08-02 12:03:41.085   Version of existing file: (none)
2024-08-02 12:03:41.085   Installing the file.
2024-08-02 12:03:41.086   Successfully installed the file.
2024-08-02 12:03:41.086   -- File entry --
2024-08-02 12:03:41.086   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\NumberComparerTests.cls
2024-08-02 12:03:41.086   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.086   Dest file exists.
2024-08-02 12:03:41.086   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.086   Version of our file: (none)
2024-08-02 12:03:41.094   Version of existing file: (none)
2024-08-02 12:03:41.094   Installing the file.
2024-08-02 12:03:41.094   Successfully installed the file.
2024-08-02 12:03:41.095   -- File entry --
2024-08-02 12:03:41.095   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\OrConstraintTests.cls
2024-08-02 12:03:41.095   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.095   Dest file exists.
2024-08-02 12:03:41.095   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.095   Version of our file: (none)
2024-08-02 12:03:41.096   Version of existing file: (none)
2024-08-02 12:03:41.097   Installing the file.
2024-08-02 12:03:41.097   Successfully installed the file.
2024-08-02 12:03:41.097   -- File entry --
2024-08-02 12:03:41.098   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\OrderedConstraintTests.cls
2024-08-02 12:03:41.098   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.098   Dest file exists.
2024-08-02 12:03:41.098   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.098   Version of our file: (none)
2024-08-02 12:03:41.105   Version of existing file: (none)
2024-08-02 12:03:41.105   Installing the file.
2024-08-02 12:03:41.106   Successfully installed the file.
2024-08-02 12:03:41.106   -- File entry --
2024-08-02 12:03:41.106   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\OrFilterTests.cls
2024-08-02 12:03:41.107   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.107   Dest file exists.
2024-08-02 12:03:41.107   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.107   Version of our file: (none)
2024-08-02 12:03:41.114   Version of existing file: (none)
2024-08-02 12:03:41.114   Installing the file.
2024-08-02 12:03:41.115   Successfully installed the file.
2024-08-02 12:03:41.115   -- File entry --
2024-08-02 12:03:41.116   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\OrOperatorTests.cls
2024-08-02 12:03:41.116   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.116   Dest file exists.
2024-08-02 12:03:41.116   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.116   Version of our file: (none)
2024-08-02 12:03:41.123   Version of existing file: (none)
2024-08-02 12:03:41.123   Installing the file.
2024-08-02 12:03:41.124   Successfully installed the file.
2024-08-02 12:03:41.124   -- File entry --
2024-08-02 12:03:41.125   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ParameterizedTestMethodTests.cls
2024-08-02 12:03:41.125   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.125   Dest file exists.
2024-08-02 12:03:41.125   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.125   Version of our file: (none)
2024-08-02 12:03:41.133   Version of existing file: (none)
2024-08-02 12:03:41.133   Installing the file.
2024-08-02 12:03:41.134   Successfully installed the file.
2024-08-02 12:03:41.134   -- File entry --
2024-08-02 12:03:41.135   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\PersistableConstraintTests.cls
2024-08-02 12:03:41.135   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.135   Dest file exists.
2024-08-02 12:03:41.135   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.135   Version of our file: (none)
2024-08-02 12:03:41.142   Version of existing file: (none)
2024-08-02 12:03:41.142   Installing the file.
2024-08-02 12:03:41.143   Successfully installed the file.
2024-08-02 12:03:41.144   -- File entry --
2024-08-02 12:03:41.144   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\RangeConstraintTests.cls
2024-08-02 12:03:41.144   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.144   Dest file exists.
2024-08-02 12:03:41.144   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.144   Version of our file: (none)
2024-08-02 12:03:41.151   Version of existing file: (none)
2024-08-02 12:03:41.151   Installing the file.
2024-08-02 12:03:41.152   Successfully installed the file.
2024-08-02 12:03:41.152   -- File entry --
2024-08-02 12:03:41.152   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\RegexConstraintTests.cls
2024-08-02 12:03:41.152   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.152   Dest file exists.
2024-08-02 12:03:41.152   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.152   Version of our file: (none)
2024-08-02 12:03:41.160   Version of existing file: (none)
2024-08-02 12:03:41.160   Installing the file.
2024-08-02 12:03:41.161   Successfully installed the file.
2024-08-02 12:03:41.163   -- File entry --
2024-08-02 12:03:41.163   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SameAsConstraintTests.cls
2024-08-02 12:03:41.164   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.164   Dest file exists.
2024-08-02 12:03:41.164   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.164   Version of our file: (none)
2024-08-02 12:03:41.166   Version of existing file: (none)
2024-08-02 12:03:41.166   Installing the file.
2024-08-02 12:03:41.166   Successfully installed the file.
2024-08-02 12:03:41.167   -- File entry --
2024-08-02 12:03:41.167   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SamePathConstraintTests.cls
2024-08-02 12:03:41.168   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.168   Dest file exists.
2024-08-02 12:03:41.168   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.168   Version of our file: (none)
2024-08-02 12:03:41.169   Version of existing file: (none)
2024-08-02 12:03:41.169   Installing the file.
2024-08-02 12:03:41.170   Successfully installed the file.
2024-08-02 12:03:41.170   -- File entry --
2024-08-02 12:03:41.170   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SamePathOrUnderConstraintTests.cls
2024-08-02 12:03:41.171   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.171   Dest file exists.
2024-08-02 12:03:41.171   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.171   Version of our file: (none)
2024-08-02 12:03:41.177   Version of existing file: (none)
2024-08-02 12:03:41.177   Installing the file.
2024-08-02 12:03:41.178   Successfully installed the file.
2024-08-02 12:03:41.178   -- File entry --
2024-08-02 12:03:41.179   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SimpleTestMethodTests.cls
2024-08-02 12:03:41.179   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.179   Dest file exists.
2024-08-02 12:03:41.179   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.179   Version of our file: (none)
2024-08-02 12:03:41.180   Version of existing file: (none)
2024-08-02 12:03:41.180   Installing the file.
2024-08-02 12:03:41.181   Successfully installed the file.
2024-08-02 12:03:41.181   -- File entry --
2024-08-02 12:03:41.182   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SomeItemsConstraintTests.cls
2024-08-02 12:03:41.182   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.182   Dest file exists.
2024-08-02 12:03:41.182   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.182   Version of our file: (none)
2024-08-02 12:03:41.183   Version of existing file: (none)
2024-08-02 12:03:41.183   Installing the file.
2024-08-02 12:03:41.184   Successfully installed the file.
2024-08-02 12:03:41.184   -- File entry --
2024-08-02 12:03:41.184   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\StackTests.cls
2024-08-02 12:03:41.184   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.184   Dest file exists.
2024-08-02 12:03:41.184   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.184   Version of our file: (none)
2024-08-02 12:03:41.185   Version of existing file: (none)
2024-08-02 12:03:41.185   Installing the file.
2024-08-02 12:03:41.186   Successfully installed the file.
2024-08-02 12:03:41.186   -- File entry --
2024-08-02 12:03:41.187   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\StartsWithConstraintTests.cls
2024-08-02 12:03:41.187   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.187   Dest file exists.
2024-08-02 12:03:41.187   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.187   Version of our file: (none)
2024-08-02 12:03:41.188   Version of existing file: (none)
2024-08-02 12:03:41.188   Installing the file.
2024-08-02 12:03:41.189   Successfully installed the file.
2024-08-02 12:03:41.189   -- File entry --
2024-08-02 12:03:41.190   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\StringBuilderTests.cls
2024-08-02 12:03:41.190   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.190   Dest file exists.
2024-08-02 12:03:41.190   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.190   Version of our file: (none)
2024-08-02 12:03:41.191   Version of existing file: (none)
2024-08-02 12:03:41.191   Installing the file.
2024-08-02 12:03:41.192   Successfully installed the file.
2024-08-02 12:03:41.192   -- File entry --
2024-08-02 12:03:41.193   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\StringComparerTests.cls
2024-08-02 12:03:41.193   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.193   Dest file exists.
2024-08-02 12:03:41.193   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.193   Version of our file: (none)
2024-08-02 12:03:41.199   Version of existing file: (none)
2024-08-02 12:03:41.199   Installing the file.
2024-08-02 12:03:41.200   Successfully installed the file.
2024-08-02 12:03:41.201   -- File entry --
2024-08-02 12:03:41.201   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SubsetOfConstraintTests.cls
2024-08-02 12:03:41.201   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.201   Dest file exists.
2024-08-02 12:03:41.202   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.202   Version of our file: (none)
2024-08-02 12:03:41.209   Version of existing file: (none)
2024-08-02 12:03:41.209   Installing the file.
2024-08-02 12:03:41.210   Successfully installed the file.
2024-08-02 12:03:41.211   -- File entry --
2024-08-02 12:03:41.211   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\SubstringConstraintTests.cls
2024-08-02 12:03:41.211   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.211   Dest file exists.
2024-08-02 12:03:41.211   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.211   Version of our file: (none)
2024-08-02 12:03:41.213   Version of existing file: (none)
2024-08-02 12:03:41.213   Installing the file.
2024-08-02 12:03:41.213   Successfully installed the file.
2024-08-02 12:03:41.214   -- File entry --
2024-08-02 12:03:41.214   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TallyTests.cls
2024-08-02 12:03:41.214   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.214   Dest file exists.
2024-08-02 12:03:41.214   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.214   Version of our file: (none)
2024-08-02 12:03:41.221   Version of existing file: (none)
2024-08-02 12:03:41.221   Installing the file.
2024-08-02 12:03:41.221   Successfully installed the file.
2024-08-02 12:03:41.222   -- File entry --
2024-08-02 12:03:41.222   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestCaseBuilderTests.cls
2024-08-02 12:03:41.222   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.222   Dest file exists.
2024-08-02 12:03:41.222   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.222   Version of our file: (none)
2024-08-02 12:03:41.224   Version of existing file: (none)
2024-08-02 12:03:41.224   Installing the file.
2024-08-02 12:03:41.225   Successfully installed the file.
2024-08-02 12:03:41.225   -- File entry --
2024-08-02 12:03:41.225   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestCaseCollectorTests.cls
2024-08-02 12:03:41.225   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.225   Dest file exists.
2024-08-02 12:03:41.225   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.225   Version of our file: (none)
2024-08-02 12:03:41.226   Version of existing file: (none)
2024-08-02 12:03:41.226   Installing the file.
2024-08-02 12:03:41.227   Successfully installed the file.
2024-08-02 12:03:41.227   -- File entry --
2024-08-02 12:03:41.228   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestCaseDataTests.cls
2024-08-02 12:03:41.228   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.228   Dest file exists.
2024-08-02 12:03:41.228   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.228   Version of our file: (none)
2024-08-02 12:03:41.229   Version of existing file: (none)
2024-08-02 12:03:41.229   Installing the file.
2024-08-02 12:03:41.229   Successfully installed the file.
2024-08-02 12:03:41.230   -- File entry --
2024-08-02 12:03:41.230   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestCaseModifierTests.cls
2024-08-02 12:03:41.230   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.230   Dest file exists.
2024-08-02 12:03:41.230   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.230   Version of our file: (none)
2024-08-02 12:03:41.231   Version of existing file: (none)
2024-08-02 12:03:41.231   Installing the file.
2024-08-02 12:03:41.232   Successfully installed the file.
2024-08-02 12:03:41.232   -- File entry --
2024-08-02 12:03:41.232   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestCaseTests.cls
2024-08-02 12:03:41.233   Time stamp of our file: 2019-07-20 06:49:38.000
2024-08-02 12:03:41.233   Dest file exists.
2024-08-02 12:03:41.233   Time stamp of existing file: 2019-07-20 06:49:38.000
2024-08-02 12:03:41.233   Version of our file: (none)
2024-08-02 12:03:41.242   Version of existing file: (none)
2024-08-02 12:03:41.242   Installing the file.
2024-08-02 12:03:41.243   Successfully installed the file.
2024-08-02 12:03:41.244   -- File entry --
2024-08-02 12:03:41.244   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestContextManagerTests.cls
2024-08-02 12:03:41.244   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.244   Dest file exists.
2024-08-02 12:03:41.244   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.244   Version of our file: (none)
2024-08-02 12:03:41.246   Version of existing file: (none)
2024-08-02 12:03:41.246   Installing the file.
2024-08-02 12:03:41.247   Successfully installed the file.
2024-08-02 12:03:41.248   -- File entry --
2024-08-02 12:03:41.248   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestContextTests.cls
2024-08-02 12:03:41.248   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.248   Dest file exists.
2024-08-02 12:03:41.248   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.248   Version of our file: (none)
2024-08-02 12:03:41.255   Version of existing file: (none)
2024-08-02 12:03:41.255   Installing the file.
2024-08-02 12:03:41.256   Successfully installed the file.
2024-08-02 12:03:41.256   -- File entry --
2024-08-02 12:03:41.256   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestFixtureTests.cls
2024-08-02 12:03:41.256   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.256   Dest file exists.
2024-08-02 12:03:41.256   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.256   Version of our file: (none)
2024-08-02 12:03:41.265   Version of existing file: (none)
2024-08-02 12:03:41.265   Installing the file.
2024-08-02 12:03:41.266   Successfully installed the file.
2024-08-02 12:03:41.267   -- File entry --
2024-08-02 12:03:41.267   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestListEnumeratorTests.cls
2024-08-02 12:03:41.267   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.267   Dest file exists.
2024-08-02 12:03:41.267   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.267   Version of our file: (none)
2024-08-02 12:03:41.268   Version of existing file: (none)
2024-08-02 12:03:41.268   Installing the file.
2024-08-02 12:03:41.269   Successfully installed the file.
2024-08-02 12:03:41.269   -- File entry --
2024-08-02 12:03:41.269   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestListTests.cls
2024-08-02 12:03:41.270   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.270   Dest file exists.
2024-08-02 12:03:41.270   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.270   Version of our file: (none)
2024-08-02 12:03:41.278   Version of existing file: (none)
2024-08-02 12:03:41.278   Installing the file.
2024-08-02 12:03:41.279   Successfully installed the file.
2024-08-02 12:03:41.279   -- File entry --
2024-08-02 12:03:41.281   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestOutputTests.cls
2024-08-02 12:03:41.281   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.281   Dest file exists.
2024-08-02 12:03:41.281   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.281   Version of our file: (none)
2024-08-02 12:03:41.283   Version of existing file: (none)
2024-08-02 12:03:41.283   Installing the file.
2024-08-02 12:03:41.283   Successfully installed the file.
2024-08-02 12:03:41.283   -- File entry --
2024-08-02 12:03:41.285   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestOutputWriterTests.cls
2024-08-02 12:03:41.285   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.285   Dest file exists.
2024-08-02 12:03:41.285   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.285   Version of our file: (none)
2024-08-02 12:03:41.290   Version of existing file: (none)
2024-08-02 12:03:41.290   Installing the file.
2024-08-02 12:03:41.293   Successfully installed the file.
2024-08-02 12:03:41.293   -- File entry --
2024-08-02 12:03:41.293   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestResultListTests.cls
2024-08-02 12:03:41.293   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.293   Dest file exists.
2024-08-02 12:03:41.293   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.293   Version of our file: (none)
2024-08-02 12:03:41.301   Version of existing file: (none)
2024-08-02 12:03:41.301   Installing the file.
2024-08-02 12:03:41.301   Successfully installed the file.
2024-08-02 12:03:41.302   -- File entry --
2024-08-02 12:03:41.302   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestResultTests.cls
2024-08-02 12:03:41.302   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.302   Dest file exists.
2024-08-02 12:03:41.302   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.302   Version of our file: (none)
2024-08-02 12:03:41.310   Version of existing file: (none)
2024-08-02 12:03:41.310   Installing the file.
2024-08-02 12:03:41.311   Successfully installed the file.
2024-08-02 12:03:41.312   -- File entry --
2024-08-02 12:03:41.312   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestRunnerTests.cls
2024-08-02 12:03:41.312   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.312   Dest file exists.
2024-08-02 12:03:41.312   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.312   Version of our file: (none)
2024-08-02 12:03:41.314   Version of existing file: (none)
2024-08-02 12:03:41.314   Installing the file.
2024-08-02 12:03:41.314   Successfully installed the file.
2024-08-02 12:03:41.314   -- File entry --
2024-08-02 12:03:41.315   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TestSuiteTests.cls
2024-08-02 12:03:41.315   Time stamp of our file: 2017-12-03 09:47:28.000
2024-08-02 12:03:41.315   Dest file exists.
2024-08-02 12:03:41.315   Time stamp of existing file: 2017-12-03 09:47:28.000
2024-08-02 12:03:41.315   Version of our file: (none)
2024-08-02 12:03:41.323   Version of existing file: (none)
2024-08-02 12:03:41.323   Installing the file.
2024-08-02 12:03:41.325   Successfully installed the file.
2024-08-02 12:03:41.325   -- File entry --
2024-08-02 12:03:41.325   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\TextMessageWriterTests.cls
2024-08-02 12:03:41.325   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.325   Dest file exists.
2024-08-02 12:03:41.325   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.325   Version of our file: (none)
2024-08-02 12:03:41.334   Version of existing file: (none)
2024-08-02 12:03:41.334   Installing the file.
2024-08-02 12:03:41.335   Successfully installed the file.
2024-08-02 12:03:41.335   -- File entry --
2024-08-02 12:03:41.336   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ThrowsConstraintTests.cls
2024-08-02 12:03:41.336   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.336   Dest file exists.
2024-08-02 12:03:41.336   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.336   Version of our file: (none)
2024-08-02 12:03:41.344   Version of existing file: (none)
2024-08-02 12:03:41.344   Installing the file.
2024-08-02 12:03:41.345   Successfully installed the file.
2024-08-02 12:03:41.345   -- File entry --
2024-08-02 12:03:41.345   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ToleranceTests.cls
2024-08-02 12:03:41.345   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.345   Dest file exists.
2024-08-02 12:03:41.346   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.346   Version of our file: (none)
2024-08-02 12:03:41.347   Version of existing file: (none)
2024-08-02 12:03:41.347   Installing the file.
2024-08-02 12:03:41.348   Successfully installed the file.
2024-08-02 12:03:41.348   -- File entry --
2024-08-02 12:03:41.348   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\UniqueItemsConstraintTests.cls
2024-08-02 12:03:41.348   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.348   Dest file exists.
2024-08-02 12:03:41.348   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.348   Version of our file: (none)
2024-08-02 12:03:41.356   Version of existing file: (none)
2024-08-02 12:03:41.356   Installing the file.
2024-08-02 12:03:41.357   Successfully installed the file.
2024-08-02 12:03:41.357   -- File entry --
2024-08-02 12:03:41.358   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Source\Tests\ValueTallierTests.cls
2024-08-02 12:03:41.358   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.358   Dest file exists.
2024-08-02 12:03:41.358   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.358   Version of our file: (none)
2024-08-02 12:03:41.360   Version of existing file: (none)
2024-08-02 12:03:41.360   Installing the file.
2024-08-02 12:03:41.361   Successfully installed the file.
2024-08-02 12:03:41.361   -- File entry --
2024-08-02 12:03:41.361   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\ArrayAssertions.cls
2024-08-02 12:03:41.361   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.361   Dest file exists.
2024-08-02 12:03:41.361   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.361   Version of our file: (none)
2024-08-02 12:03:41.368   Version of existing file: (none)
2024-08-02 12:03:41.368   Installing the file.
2024-08-02 12:03:41.369   Successfully installed the file.
2024-08-02 12:03:41.369   -- File entry --
2024-08-02 12:03:41.370   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\AssertionExamples.vbp
2024-08-02 12:03:41.370   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.370   Dest file exists.
2024-08-02 12:03:41.370   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.370   Version of our file: (none)
2024-08-02 12:03:41.372   Version of existing file: (none)
2024-08-02 12:03:41.372   Installing the file.
2024-08-02 12:03:41.372   Successfully installed the file.
2024-08-02 12:03:41.372   -- File entry --
2024-08-02 12:03:41.373   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\CollectionAssertions.cls
2024-08-02 12:03:41.373   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.373   Dest file exists.
2024-08-02 12:03:41.373   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.373   Version of our file: (none)
2024-08-02 12:03:41.380   Version of existing file: (none)
2024-08-02 12:03:41.380   Installing the file.
2024-08-02 12:03:41.381   Successfully installed the file.
2024-08-02 12:03:41.381   -- File entry --
2024-08-02 12:03:41.382   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\frmTestRunner.frm
2024-08-02 12:03:41.382   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.382   Dest file exists.
2024-08-02 12:03:41.382   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.382   Version of our file: (none)
2024-08-02 12:03:41.383   Version of existing file: (none)
2024-08-02 12:03:41.383   Installing the file.
2024-08-02 12:03:41.385   Successfully installed the file.
2024-08-02 12:03:41.385   -- File entry --
2024-08-02 12:03:41.385   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\NumericAssertions.cls
2024-08-02 12:03:41.386   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.386   Dest file exists.
2024-08-02 12:03:41.386   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.386   Version of our file: (none)
2024-08-02 12:03:41.386   Version of existing file: (none)
2024-08-02 12:03:41.386   Installing the file.
2024-08-02 12:03:41.387   Successfully installed the file.
2024-08-02 12:03:41.387   -- File entry --
2024-08-02 12:03:41.388   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\ObjectAssertions.cls
2024-08-02 12:03:41.389   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.389   Dest file exists.
2024-08-02 12:03:41.389   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.389   Version of our file: (none)
2024-08-02 12:03:41.396   Version of existing file: (none)
2024-08-02 12:03:41.396   Installing the file.
2024-08-02 12:03:41.396   Successfully installed the file.
2024-08-02 12:03:41.397   -- File entry --
2024-08-02 12:03:41.397   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\StringAssertions.cls
2024-08-02 12:03:41.397   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.397   Dest file exists.
2024-08-02 12:03:41.397   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.397   Version of our file: (none)
2024-08-02 12:03:41.399   Version of existing file: (none)
2024-08-02 12:03:41.399   Installing the file.
2024-08-02 12:03:41.400   Successfully installed the file.
2024-08-02 12:03:41.400   -- File entry --
2024-08-02 12:03:41.400   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\Assertion Examples\TestCaseSourceUsage.cls
2024-08-02 12:03:41.400   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.400   Dest file exists.
2024-08-02 12:03:41.400   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.400   Version of our file: (none)
2024-08-02 12:03:41.401   Version of existing file: (none)
2024-08-02 12:03:41.401   Installing the file.
2024-08-02 12:03:41.402   Successfully installed the file.
2024-08-02 12:03:41.402   -- File entry --
2024-08-02 12:03:41.403   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessGroup.vbg
2024-08-02 12:03:41.403   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.403   Dest file exists.
2024-08-02 12:03:41.403   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.403   Version of our file: (none)
2024-08-02 12:03:41.404   Version of existing file: (none)
2024-08-02 12:03:41.404   Installing the file.
2024-08-02 12:03:41.404   Successfully installed the file.
2024-08-02 12:03:41.405   -- File entry --
2024-08-02 12:03:41.406   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\readme.txt
2024-08-02 12:03:41.406   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.406   Dest file exists.
2024-08-02 12:03:41.406   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.406   Version of our file: (none)
2024-08-02 12:03:41.411   Version of existing file: (none)
2024-08-02 12:03:41.411   Installing the file.
2024-08-02 12:03:41.412   Successfully installed the file.
2024-08-02 12:03:41.412   -- File entry --
2024-08-02 12:03:41.413   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\Category.cls
2024-08-02 12:03:41.413   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.413   Dest file exists.
2024-08-02 12:03:41.413   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.413   Version of our file: (none)
2024-08-02 12:03:41.419   Version of existing file: (none)
2024-08-02 12:03:41.419   Installing the file.
2024-08-02 12:03:41.420   Successfully installed the file.
2024-08-02 12:03:41.420   -- File entry --
2024-08-02 12:03:41.420   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\CategoryStatic.cls
2024-08-02 12:03:41.420   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.420   Dest file exists.
2024-08-02 12:03:41.420   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.420   Version of our file: (none)
2024-08-02 12:03:41.428   Version of existing file: (none)
2024-08-02 12:03:41.428   Installing the file.
2024-08-02 12:03:41.429   Successfully installed the file.
2024-08-02 12:03:41.429   -- File entry --
2024-08-02 12:03:41.430   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\FileReader.cls
2024-08-02 12:03:41.430   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.430   Dest file exists.
2024-08-02 12:03:41.430   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.430   Version of our file: (none)
2024-08-02 12:03:41.436   Version of existing file: (none)
2024-08-02 12:03:41.436   Installing the file.
2024-08-02 12:03:41.437   Successfully installed the file.
2024-08-02 12:03:41.438   -- File entry --
2024-08-02 12:03:41.438   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\FileWriter.cls
2024-08-02 12:03:41.438   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.438   Dest file exists.
2024-08-02 12:03:41.438   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.438   Version of our file: (none)
2024-08-02 12:03:41.439   Version of existing file: (none)
2024-08-02 12:03:41.440   Installing the file.
2024-08-02 12:03:41.440   Successfully installed the file.
2024-08-02 12:03:41.441   -- File entry --
2024-08-02 12:03:41.441   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\MBConstructors.cls
2024-08-02 12:03:41.441   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.441   Dest file exists.
2024-08-02 12:03:41.441   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.441   Version of our file: (none)
2024-08-02 12:03:41.448   Version of existing file: (none)
2024-08-02 12:03:41.448   Installing the file.
2024-08-02 12:03:41.449   Successfully installed the file.
2024-08-02 12:03:41.449   -- File entry --
2024-08-02 12:03:41.450   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\MBStaticClasses.cls
2024-08-02 12:03:41.450   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.450   Dest file exists.
2024-08-02 12:03:41.450   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.450   Version of our file: (none)
2024-08-02 12:03:41.452   Version of existing file: (none)
2024-08-02 12:03:41.452   Installing the file.
2024-08-02 12:03:41.453   Successfully installed the file.
2024-08-02 12:03:41.453   -- File entry --
2024-08-02 12:03:41.453   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\modStaticClasses.bas
2024-08-02 12:03:41.454   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.454   Dest file exists.
2024-08-02 12:03:41.454   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.454   Version of our file: (none)
2024-08-02 12:03:41.454   Version of existing file: (none)
2024-08-02 12:03:41.454   Installing the file.
2024-08-02 12:03:41.455   Successfully installed the file.
2024-08-02 12:03:41.455   -- File entry --
2024-08-02 12:03:41.456   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\Movie.cls
2024-08-02 12:03:41.456   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.456   Dest file exists.
2024-08-02 12:03:41.456   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.456   Version of our file: (none)
2024-08-02 12:03:41.457   Version of existing file: (none)
2024-08-02 12:03:41.457   Installing the file.
2024-08-02 12:03:41.458   Successfully installed the file.
2024-08-02 12:03:41.458   -- File entry --
2024-08-02 12:03:41.458   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\MovieBusiness.vbp
2024-08-02 12:03:41.458   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.458   Dest file exists.
2024-08-02 12:03:41.458   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.458   Version of our file: (none)
2024-08-02 12:03:41.459   Version of existing file: (none)
2024-08-02 12:03:41.459   Installing the file.
2024-08-02 12:03:41.460   Successfully installed the file.
2024-08-02 12:03:41.460   -- File entry --
2024-08-02 12:03:41.461   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\MovieList.cls
2024-08-02 12:03:41.461   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.461   Dest file exists.
2024-08-02 12:03:41.461   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.461   Version of our file: (none)
2024-08-02 12:03:41.468   Version of existing file: (none)
2024-08-02 12:03:41.468   Installing the file.
2024-08-02 12:03:41.469   Successfully installed the file.
2024-08-02 12:03:41.469   -- File entry --
2024-08-02 12:03:41.469   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\MovieStatic.cls
2024-08-02 12:03:41.469   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.469   Dest file exists.
2024-08-02 12:03:41.470   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.470   Version of our file: (none)
2024-08-02 12:03:41.476   Version of existing file: (none)
2024-08-02 12:03:41.476   Installing the file.
2024-08-02 12:03:41.477   Successfully installed the file.
2024-08-02 12:03:41.477   -- File entry --
2024-08-02 12:03:41.478   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusiness\StringTokenizer.cls
2024-08-02 12:03:41.478   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.478   Dest file exists.
2024-08-02 12:03:41.478   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.478   Version of our file: (none)
2024-08-02 12:03:41.479   Version of existing file: (none)
2024-08-02 12:03:41.479   Installing the file.
2024-08-02 12:03:41.480   Successfully installed the file.
2024-08-02 12:03:41.480   -- File entry --
2024-08-02 12:03:41.480   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\frmSimplyVBUnitRunner.frm
2024-08-02 12:03:41.481   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.481   Dest file exists.
2024-08-02 12:03:41.481   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.481   Version of our file: (none)
2024-08-02 12:03:41.482   Version of existing file: (none)
2024-08-02 12:03:41.482   Installing the file.
2024-08-02 12:03:41.483   Successfully installed the file.
2024-08-02 12:03:41.483   -- File entry --
2024-08-02 12:03:41.483   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\MovieBusinessTests.vbp
2024-08-02 12:03:41.483   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.483   Dest file exists.
2024-08-02 12:03:41.483   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.483   Version of our file: (none)
2024-08-02 12:03:41.485   Version of existing file: (none)
2024-08-02 12:03:41.485   Installing the file.
2024-08-02 12:03:41.486   Successfully installed the file.
2024-08-02 12:03:41.486   -- File entry --
2024-08-02 12:03:41.486   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\MovieComparer.cls
2024-08-02 12:03:41.487   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.487   Dest file exists.
2024-08-02 12:03:41.487   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.487   Version of our file: (none)
2024-08-02 12:03:41.488   Version of existing file: (none)
2024-08-02 12:03:41.488   Installing the file.
2024-08-02 12:03:41.489   Successfully installed the file.
2024-08-02 12:03:41.489   -- File entry --
2024-08-02 12:03:41.490   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\MovieData.txt
2024-08-02 12:03:41.490   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.490   Dest file exists.
2024-08-02 12:03:41.490   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.490   Version of our file: (none)
2024-08-02 12:03:41.491   Version of existing file: (none)
2024-08-02 12:03:41.491   Installing the file.
2024-08-02 12:03:41.492   Successfully installed the file.
2024-08-02 12:03:41.492   -- File entry --
2024-08-02 12:03:41.493   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\MovieListComparer.cls
2024-08-02 12:03:41.493   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.493   Dest file exists.
2024-08-02 12:03:41.493   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.493   Version of our file: (none)
2024-08-02 12:03:41.494   Version of existing file: (none)
2024-08-02 12:03:41.494   Installing the file.
2024-08-02 12:03:41.495   Successfully installed the file.
2024-08-02 12:03:41.495   -- File entry --
2024-08-02 12:03:41.495   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestEmptyMovieList.cls
2024-08-02 12:03:41.495   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.495   Dest file exists.
2024-08-02 12:03:41.495   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.495   Version of our file: (none)
2024-08-02 12:03:41.496   Version of existing file: (none)
2024-08-02 12:03:41.496   Installing the file.
2024-08-02 12:03:41.497   Successfully installed the file.
2024-08-02 12:03:41.498   -- File entry --
2024-08-02 12:03:41.498   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestFile.txt
2024-08-02 12:03:41.498   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.498   Dest file exists.
2024-08-02 12:03:41.498   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.498   Version of our file: (none)
2024-08-02 12:03:41.499   Version of existing file: (none)
2024-08-02 12:03:41.499   Installing the file.
2024-08-02 12:03:41.500   Successfully installed the file.
2024-08-02 12:03:41.500   -- File entry --
2024-08-02 12:03:41.500   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestFileReader.cls
2024-08-02 12:03:41.500   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.500   Dest file exists.
2024-08-02 12:03:41.500   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.500   Version of our file: (none)
2024-08-02 12:03:41.501   Version of existing file: (none)
2024-08-02 12:03:41.501   Installing the file.
2024-08-02 12:03:41.502   Successfully installed the file.
2024-08-02 12:03:41.502   -- File entry --
2024-08-02 12:03:41.503   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestFileWriter.cls
2024-08-02 12:03:41.503   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.503   Dest file exists.
2024-08-02 12:03:41.503   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.503   Version of our file: (none)
2024-08-02 12:03:41.504   Version of existing file: (none)
2024-08-02 12:03:41.504   Installing the file.
2024-08-02 12:03:41.505   Successfully installed the file.
2024-08-02 12:03:41.505   -- File entry --
2024-08-02 12:03:41.505   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestMovie.cls
2024-08-02 12:03:41.505   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.505   Dest file exists.
2024-08-02 12:03:41.505   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.505   Version of our file: (none)
2024-08-02 12:03:41.506   Version of existing file: (none)
2024-08-02 12:03:41.506   Installing the file.
2024-08-02 12:03:41.507   Successfully installed the file.
2024-08-02 12:03:41.507   -- File entry --
2024-08-02 12:03:41.507   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestMovieListCategorySublist.cls
2024-08-02 12:03:41.508   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.508   Dest file exists.
2024-08-02 12:03:41.508   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.508   Version of our file: (none)
2024-08-02 12:03:41.509   Version of existing file: (none)
2024-08-02 12:03:41.509   Installing the file.
2024-08-02 12:03:41.510   Successfully installed the file.
2024-08-02 12:03:41.510   -- File entry --
2024-08-02 12:03:41.510   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestMovieListWithOneMovie.cls
2024-08-02 12:03:41.510   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.510   Dest file exists.
2024-08-02 12:03:41.511   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.511   Version of our file: (none)
2024-08-02 12:03:41.511   Version of existing file: (none)
2024-08-02 12:03:41.511   Installing the file.
2024-08-02 12:03:41.512   Successfully installed the file.
2024-08-02 12:03:41.512   -- File entry --
2024-08-02 12:03:41.513   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestMovieListWithPopulatedList.cls
2024-08-02 12:03:41.513   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.513   Dest file exists.
2024-08-02 12:03:41.513   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.513   Version of our file: (none)
2024-08-02 12:03:41.514   Version of existing file: (none)
2024-08-02 12:03:41.514   Installing the file.
2024-08-02 12:03:41.514   Successfully installed the file.
2024-08-02 12:03:41.515   -- File entry --
2024-08-02 12:03:41.515   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestMovieListWithTwoMovies.cls
2024-08-02 12:03:41.515   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.515   Dest file exists.
2024-08-02 12:03:41.515   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.515   Version of our file: (none)
2024-08-02 12:03:41.516   Version of existing file: (none)
2024-08-02 12:03:41.516   Installing the file.
2024-08-02 12:03:41.517   Successfully installed the file.
2024-08-02 12:03:41.517   -- File entry --
2024-08-02 12:03:41.517   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestSaveToFile.cls
2024-08-02 12:03:41.517   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.517   Dest file exists.
2024-08-02 12:03:41.517   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.517   Version of our file: (none)
2024-08-02 12:03:41.524   Version of existing file: (none)
2024-08-02 12:03:41.524   Installing the file.
2024-08-02 12:03:41.525   Successfully installed the file.
2024-08-02 12:03:41.525   -- File entry --
2024-08-02 12:03:41.525   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\Examples\MovieTracker\MovieBusinessTests\TestStringTokenizer.cls
2024-08-02 12:03:41.526   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.526   Dest file exists.
2024-08-02 12:03:41.526   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.526   Version of our file: (none)
2024-08-02 12:03:41.527   Version of existing file: (none)
2024-08-02 12:03:41.527   Installing the file.
2024-08-02 12:03:41.528   Successfully installed the file.
2024-08-02 12:03:41.528   -- File entry --
2024-08-02 12:03:41.528   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\readme.txt
2024-08-02 12:03:41.528   Time stamp of our file: 2019-07-20 06:51:50.000
2024-08-02 12:03:41.528   Dest file exists.
2024-08-02 12:03:41.529   Time stamp of existing file: 2019-07-20 06:51:50.000
2024-08-02 12:03:41.529   Version of our file: (none)
2024-08-02 12:03:41.529   Version of existing file: (none)
2024-08-02 12:03:41.529   Installing the file.
2024-08-02 12:03:41.530   Successfully installed the file.
2024-08-02 12:03:41.531   -- File entry --
2024-08-02 12:03:41.531   Dest filename: C:\Program Files (x86)\SimplyVBUnit 5.0\LICENSE.txt
2024-08-02 12:03:41.531   Time stamp of our file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.531   Dest file exists.
2024-08-02 12:03:41.531   Time stamp of existing file: 2017-11-15 09:36:54.000
2024-08-02 12:03:41.531   Version of our file: (none)
2024-08-02 12:03:41.536   Version of existing file: (none)
2024-08-02 12:03:41.536   Installing the file.
2024-08-02 12:03:41.537   Successfully installed the file.
2024-08-02 12:03:41.538   -- Icon entry --
2024-08-02 12:03:41.538   Dest filename: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\SimplyVBUnit 5.0\Uninstall SimplyVBUnit.lnk
2024-08-02 12:03:41.538   Creating the icon.
2024-08-02 12:03:41.554   Successfully created the icon.
2024-08-02 12:03:41.555   -- Icon entry --
2024-08-02 12:03:41.555   Dest filename: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\SimplyVBUnit 5.0\Examples.lnk
2024-08-02 12:03:41.557   Creating the icon.
2024-08-02 12:03:41.558   Successfully created the icon.
2024-08-02 12:03:41.559   -- Icon entry --
2024-08-02 12:03:41.559   Dest filename: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\SimplyVBUnit 5.0\Source.lnk
2024-08-02 12:03:41.560   Creating the icon.
2024-08-02 12:03:41.561   Successfully created the icon.
2024-08-02 12:03:41.562   Registering 32-bit DLL/OCX: C:\windows\system32\SimplyVBUnit.Framework.dll
2024-08-02 12:03:41.567   Spawning 32-bit RegSvr32: "C:\windows\system32\regsvr32.exe" /s "C:\windows\system32\SimplyVBUnit.Framework.dll"
2024-08-02 12:03:41.701   Registration successful.
2024-08-02 12:03:41.701   Registering 32-bit DLL/OCX: C:\windows\system32\SimplyVBUnit.Component.ocx
2024-08-02 12:03:41.705   Spawning 32-bit RegSvr32: "C:\windows\system32\regsvr32.exe" /s "C:\windows\system32\SimplyVBUnit.Component.ocx"
2024-08-02 12:03:41.843   Registration successful.
2024-08-02 12:03:41.843   Registering 32-bit type library: C:\windows\system32\SimplyVBUnitType.tlb
2024-08-02 12:03:41.848   Registration successful.
2024-08-02 12:03:41.853   Installation process succeeded.
2024-08-02 12:03:41.856   Need to restart Windows? No
2024-08-02 12:03:42.715   -- Run entry --
2024-08-02 12:03:42.715   Run as: Original user
2024-08-02 12:03:42.715   Type: ShellExec
2024-08-02 12:03:42.715   Filename: C:\Program Files (x86)\SimplyVBUnit 5.0\readme.txt
2024-08-02 12:03:42.812   Deinitializing Setup.
2024-08-02 12:03:42.834   Log closed.

from simplyvbunit.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.