Help for this page

Select Code to Download


  1. or download this
    $MSIObject = CreateObject Win32::OLE 'WindowsInstaller.Installer';
    if (defined ($MSIObject))
    ...
        $newRecord->IntegerData(1) = 0;
        
        $record->Modify(6, $newRecord);