Advanced File Exploration Software - Quick & Efficient Results
Advanced File Exploration Software - Quick & Efficient Results
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] 2024 Approved Premier iPhone X/8 Series GIF Apps Reviewed
- [Updated] How to Live Stream to Facebook From DJI Drone?
- 2024 Approved Leading Edge Speech Recognition Tools
- 2024 Approved Techniques for Writing Eye-Catching Podcast Summaries
- Can a Factory Reset Eliminate Android Viruses and Malicious Software? Insights From MalwareFox
- El Capitan User's Manual: Capturing Audio on a Mac for Beginners
- Essential Features of Translation Tools: Understanding Translator Attributes
- Lock Your Samsung Galaxy S24 Ultra Phone in Style The Top 5 Gesture Lock Screen Apps
- Navigating Your Web Experience: The Ultimate Guide to Control Tab Order Settings
- Optimal Steadicams Matched with DSLR Cameras for 2024
- Resolving the Issue of a Missing Cursor on Your Windows 11 Touchpad
- Step-by-Step Guide to Resolving Common Errors with Microsoft's Groove Music App
- Top Rated Screenshot Apps for Mac Computers
- Top-Ranking Music Slide Show Creator Apps: Find Your Perfect Match
- Updated Graphics Hardware Now Supports Overwatch
- Title: Advanced File Exploration Software - Quick & Efficient Results
- Author: Jason
- Created at : 2024-10-05 02:32:19
- Updated at : 2024-10-11 04:02:52
- Link: https://fox-useful.techidaily.com/advanced-file-exploration-software-quick-and-efficient-results/
- License: This work is licensed under CC BY-NC-SA 4.0.