Thinstall\_RegExtension
Description
Section titled “Description”Makes it possible to set an extension
Syntax
Section titled “Syntax”Thinstall_RegExtension(sName, sExtension, sCommand) As Boolean
Parameters
Section titled “Parameters”sName (String)
Product name
sExtension (String)
Extension
sCommand (String)
Command to execute
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Thinstall_Init()If bStatus Then bStatus = Thinstall_RegApplication("CapaInstaller")If bStatus Then bStatus = Thinstall_RegExtension("CapaInstaller", ".cis", "C:\CapaInstaller.exe")If bStatus Then bStatus = Thinstall_Complete()Related functions
Section titled “Related functions”