InstallAware for Windows Installer
 

Visual Basic VM

This plug-in provided command checks for or installs the Visual Basic 6 Virtual Machine (Service Pack 6) on the target system.

Check for Runtime version SP5

Check this checkbox to check for the presence of the most commonly required version of the runtime.

Check for Runtime version SP6

Check this checkbox to check for the presence of the latest available version of the runtime

Install Runtime

Check this checkbox to install the runtime.

Return result in variable

If you specify a previously defined variable in this field, it will hold runtime information as follows:

  • <version>: Runtime version check requested. Variable receives the full virtual machine version string from the virtual machine DLL file. The version string for SP6 of the runtime is 6.0.97.82. The version string for SP5 of the runtime is 6.0.89.64.
  • TRUE: Runtime check requested. Requested version of runtime is available.
  • FALSE: Runtime check requested. Requested version of runtime is NOT available.
  • SUCCESS: Runtime was installed successfully, or was already available. No reboot is required.
  • REBOOT: Runtime was installed successfully. However, a reboot IS required.