Script Actions

Top  Previous  Next

Lokas Software AWinstall Online Help
Start Page
Engine Functionality
Tasks and Actions
Installer Variables
Reading from Registry and Environment
Tips And Tricks
Frequently Asked Questions
Installer Actions
Extract Files with Folders
Register COM DLL
Register COM Type Library
Create Shortcuts and Start Menu Items
Register Fonts
Add Registry Keys
Add Keys from .reg file
Add Keys from System Registry
Run External Programs
Add Uninstall Shortcut
Setup Builder Interface
Main Windows
Property Pane
Project Tree
Event Log
Menu bar commands
File
Edit
View
Project
Task
Help
Toolbars
Standard
Actions
Extending your setups
Script Actions
Installer Object
AddRegKey Method
CancelInstall Method
CopyFile Method
CreateObject Method
CreateShortcut Method
RegisterFont Method
RegisterServer Method
RegisterTypeLib Method
RunProgram Method
ShowMessage Method
Variables Method
VersionMajor Property
VersionMinor Property
General Information
Product Registration
History of Changes
  download AWinstall

The combination of power and simplicity made script languages very popular. AWinstall supports ActiveX Scripting model and allows you to implement the complex installation logic using your favorite scripting language.

Basically, two ActiveX Script languages are supported: VBScript and JScript. But if your setup requires (or installs) another specific scripting engine, you may use it in AWinstall.

We provide the access to AWinstall engine trough the OLE Automation. Your script may control the installation by using built-in Installer object. Additionally, the large set of applications and system APIs are available to scripting, including MS Office Applications, ActiveX Data Objects (ADO), Windows Script Runtime objects and Windows Management Instrumentation (WMI).

Your own ActiveX objects may also be used via scripts. Just register your object before script executing, and you may use it via IDispatch interface.

© 2007 Lokas Software