Intuitive File Search Tool - Find Documents Faster
Intuitive File Search Tool - Find Documents Faster
Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
- Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Advanced Installer PowerShell Automation Interfaces
* IAdvancedInstaller
* IAdvinstProject
* IProductDetails
* IFolder
* ILaunchConditionsComponent
* IFilesComponent
* IIniFilesComponent
* IShortcut
* ITempFile
* IXmlFile
* IDirectoryMember
* IRegistryComponent
* IInstallParameters
* IBuildComponent
* ITextFileUpdatesComponent
* ITextUpdateFile
* ITextUpdateAppendOrCreate
* ITextUpdateReplace
* IFileAssociations
* IDefaultProgramFA
* IExtensionFA
* IProgIdFA
* IVerbFA
* IEnvironment
* IEnvironmentVariable
* IProductCode
* IUpgradeCode
* IMergeModulesComponent
* IMergeModule
* IDigitalSignature
* ICustomActionsComponent
* ITranslationsComponent
* IDriversComponent
* ISearch
* IBaseSearch
* IComponentSearch
* IFileSearch
* IFileVersionSearch
* ILocationSearch
* IProductVersionSearch
* IRegEntryExistsSearch
* IRegEntryVersionSearch
* IRegValSearch
* ISearchComponentLocator
* ISearchFolderLocator
* ISearchIniLocator
* ISearchRegistryLocator
* IXmlElementSearch
* IXmlSearch
* IXmlElementSearchLocator
* IServices
* IOrganizationComponent
* IComComponent
* IRemoveFilesComponent
* IRemoveFile
* IUpdatesProject
* IUpdaterComponent
* IPatchProject
* IPropertyComponent
* IProperty
* IPathVariable
* IMsixComponent
* IMsixDependencies
* IMsixDriverDependency
* IMsixDriverConstraint
* IMsixExternalDependency
* IMsixPackageDependency
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- 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.
IFileSearch
Declaration
IFileSearch: IAppSearch
Overview
This interface is meant to edit search options for a file
Properties
String FileName - Gets or sets the name of the file to search.
String Languages - Gets or sets the languages supported by the file.
String MinVersion - Gets or sets the minimum version for the file.
String MaxVersion - Gets or sets the maximum version for the file.
uint MinSize - Gets or sets minimum file size in bytes.
uint MaxSize - Gets or sets maximum file size in bytes.
Example
$advinst = new-onject -com AdvancedInstaller
$prj = $advinst.CreateProjectS(“architect”)
$newFileSearch = $prj.Search.NewFileSearch(“MY_FILE_SEARCH_PROP”)
$newFileSearch.FileName = “MyApp.exe”
$newFileSearch.MinVersion = “2.0”
$newFileSearch.MinSize = “5000”
$compLoc = $newFileSearch.$newFileSearch.AddComponentLocator()
$compLoc.GUID = “{c4c29405-23d0-4347-8fa4-ee23c83e4cc3}”
Copy
See also
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:
- [New] Instagram Video Wizardry Techniques for Massive Reach for 2024
- Alternate Methods for Capturing Screenshots in Windows 10 Games
- Double Trouble Delight: Top 15 Two-Player Phone Games
- Easily Combine Identical Personal Photographs With Your iPhone or Mac Software
- Effective Use of IXMLFileInstall for Streamlined System Configuration
- Enhancing Global Dialogue with ChatGPT's Translation Features
- Free Download & Latest Version - Canon PIXMA TS3322 Printer Drivers
- How to enter the iSpoofer discord server On Apple iPhone SE | Dr.fone
- Illustrative SQL Queries: A Comprehensive Guide
- In 2024, 10 Easy-to-Use FRP Bypass Tools for Unlocking Google Accounts On Infinix Smart 8 HD
- In 2024, Speech Clarity Achieved by Google's Advanced Conversion
- Locate Your Running Microsoft Office Products: Step-by-Step Tips
- Maximizing Device Availability: Preparing Your Apple Gadget for the iOS 8 Upgrade by Cleaning Space
- Simple Methods to Stream Several Videos Together Effortlessly
- Simple Ways to Copy Videos Onto Your iPhone Without Using iTunes
- Troubleshooting Techniques for ChatGPT's Persistent Memory Lapses
- Understanding the MKV File Extension: A Comprehensive Guide
- Title: Intuitive File Search Tool - Find Documents Faster
- Author: John
- Created at : 2024-10-09 03:28:21
- Updated at : 2024-10-10 23:04:50
- Link: https://fox-search.techidaily.com/intuitive-file-search-tool-find-documents-faster/
- License: This work is licensed under CC BY-NC-SA 4.0.