Efficient Regulation Compliance Search Engine Optimization

Efficient Regulation Compliance Search Engine Optimization

Joseph Lv8

Efficient Regulation Compliance Search Engine Optimization

Table of Contents

Disclaimer: This post includes affiliate links

If you click on a link and make a purchase, I may receive a commission at no extra cost to you.

IRegValSearch

https://techidaily.com

Declaration

IRegValSearch: IBaseSearch

https://techidaily.com

Overview

This interface is meant to edit options for a registry value with a specified content search.

https://techidaily.com

Properties

String RegistryValue - Gets or sets the registry value location.

String ExpectedContent - Gets or sets the expected content of the registry value.

Bool SeachIn64BitLocation - Gets or sets option to search in the 64-bit registry section. The search will not be redirected to the 32-bit section, regardless of the package type.

String Comparison - Gets or sets the way the search will compare the content of the value found on the installed target machine with the expected value.
Supported values: “ExactMatch”, “StartsWith”, “EndsWith”, “Contains”, “NotContains”, “DifferentThan”, “LessThan”, “GreaterThan”.

Example

$advinst = new-object -com AdvancedInstaller
$prj = $advinst.CreateProjectS(“architect”)
$registryValSearch = $prj.Search.NewRegistryValueSearch(“REG_VAL_CONTENT_EXISTS_PROP”)
$registryValSearch.RegistryValue = “HKLM\Software\ValueName”
$registryValSearch.ExpectedContent = “expected conent”
$registryValSearch.Comparison = “Contains”

Copy

https://techidaily.com

See also

IRegEntryVersionSearch

IRegEntryExistsSearch

Did you find this page useful?

Please give it a rating:

Thanks!

Report a problem on this page

Information is incorrect or missing

Information is unclear or confusing

Something else

Can you tell us what’s wrong?

Send message

Also read:

  • Title: Efficient Regulation Compliance Search Engine Optimization
  • Author: Joseph
  • Created at : 2024-10-09 18:29:46
  • Updated at : 2024-10-10 16:47:19
  • Link: https://fox-tls.techidaily.com/efficient-regulation-compliance-search-engine-optimization/
  • License: This work is licensed under CC BY-NC-SA 4.0.