User`s guide
314 VEE User’s Guide
7 Using .NET with VEE
Distributing the VEE Runtime
If your VEE program references shared assemblies (the ones
installed in the GAC), you will need to install those
assemblies to the destination machine's GAC. If the shared
assembly is a Microsoft .NET Framework assembly, then the
assembly should have been installed when the Microsoft
.NET Framework redist package was installed.
VEE saves any referenced, private assemblies with the VEE
program. If your VEE program only references private
assemblies, you can simply copy the entire VEE program
directory over to the destination machine. This is much
easier than distributing VEE programs that reference COM
type libraries where you must register all of the COM type
libraries on the destination machine.
NOTE
The .NET Framework redist package needs to be installed before installing
the VEE Runtime.