IFolder Sync: Seamless File Transfer Between Devices
IFolder Sync: Seamless File Transfer Between Devices
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
* IFoldersComponent
* IPredefinedFolders
* IFolderOperations
* IFolderSync
* IFolderSyncFilters
* 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
* 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.
IFolderSync
This interface is meant to specify details about folder synchronization to a source folder on disk.
Declaration
IFolderSync : IDispatch
Properties
String SourceFolder - Gets the source path to the folder on the disk that will be synchronized.
IFolderSyncFilters IncludeFilters - Gets the object that will allow changing the filters that will specify which files will be included in the project.
IFolderSyncFilters ExcludeFilters - Gets the object that will allow changing the filters that will specify which files will be excluded from the project.
IFeature Feature - Gets or sets the feature that will contain the components resulted after the synchronization process.
Bool KeepMissingFilesOnDisk - Gets or sets the option that will specify if the files from the project that are not found on disk are left in the project but with a size of 0 bytes. This can help avoid eventual build failures due to missing files.
Bool AddDigitalSigning - Gets or sets the option that will specify if all EXE files are automatically marked for digital signing at build time.
Bool ApplyFileImportRules - Gets or sets the option that will specify if all synchronized INI or XML files will be imported rather than added as plain files.
String FileComponentAssigning - Gets or sets the way that the component is assigned to file added in the project. The option set here is applied only to new files added by synchronization, from the moment it is selected. Components for existing files are untouched when this option gets changed. Supported values: BestSuitedComponent NewComponent FolderComponent.
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 Essential Tips Convert and Download Vimeo HD to MP4
- [New] Charting Your Course in the Realm of YouTube Shorts for 2024
- [Updated] In 2024, Top 10 Free Web-Based Video Chatting Tools
- 1. Effortless File Deletion: Say Goodbye with IRemoveFile
- 2024 Approved 2023'S Best Screen Recorder? Discover with CamStudio!
- 3GP Video Codec
- Customizable Theme Pages for Unique Website Designs
- Elite Content Consummation for 2024
- Ensuring Accessibility and SEO with Responsive Design
- Interstellar Idioms: Understanding the Slang of Space Characters
- Mastering 360-Degree Edits in Adobe Premiere Pro
- Navigating the Housing Market: Effective Strategies for Online Property Exploration
- Understanding the File Properties Pane: A Comprehensive Guide
- Title: IFolder Sync: Seamless File Transfer Between Devices
- Author: Stephen
- Created at : 2024-10-05 20:08:16
- Updated at : 2024-10-10 18:06:40
- Link: https://fox-place.techidaily.com/ifolder-sync-seamless-file-transfer-between-devices/
- License: This work is licensed under CC BY-NC-SA 4.0.