Skip to content

VBScript-based testing framework, logger, auto doc generator, etc

License

Notifications You must be signed in to change notification settings

koswald/VBScript

Repository files navigation

VBScripting utilities

Features

Requirements

Windows 11, 10, 8.1, 8, 7, Vista, ... 98.

Install

  • Clone or download the repo. CopyToProgramFiles.vbs can be used, if desired, to make the project available to all users before running Setup.vbs.

  • Double-click Setup.vbs or type the following command in a console window. If the console does not have elevated privileges, then the User Account Control dialog will open, in order to request permission to elevate.

Setup.vbs

or for a non-interactive install, type the following command in an elevated console window:

Setup.vbs /s

This will register the Windows Script Component files, compile and register the VBScript extensions, and create the VBScripting event log source.

Uninstall

Uninstalling unregisters the project .dll files and .wsc files and removes the VBScripting event log source, without removing files.

From a console window, type

Uninstall.vbs

or

Setup.vbs /u

Or type

start ms-settings:appsfeatures

or

control /name Microsoft.ProgramsAndFeatures

and then select VBScripting Utility Classes and Extensions and click Uninstall.

Or for a silent uninstall type the following command from an elevated console window:

Uninstall.vbs /s

or

Setup.vbs /u /s

Note: Uninstalling does not remove files.

Issues

After a major Windows 10 version update, rerunning Setup.vbs may be required in order to reregister the project classes. A restart may be required before rerunning Setup.vbs after updating to Windows 10 version 20H2.

References

Links to the official online documentation:

About

VBScript-based testing framework, logger, auto doc generator, etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages