Comprehensive Overview of Internet Protocol Details
Comprehensive Overview of Internet Protocol Details
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
* IServices
* IOrganizationComponent
* IComComponent
* IRemoveFilesComponent
* IRemoveFile
* IUpdatesProject
* IUpdaterComponent
* IPatchProject
* IPatchDetails
* IPatchControlPanel
* IPatchImages
* IPatchUpgradeImage
* IPatchTargetImage
* IPatchUpgradeFamily
* IPatchSequence
* IPatchSequenceTarget
* IPatchBuildDetails
* 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.
IPatchDetails
Declaration
IPatchDetails : IDispatch
Overview
This interface is meant to edit patch details (name, company, comments, etc.)
Properties
String PatchName - Gets or sets the name of the patch (product name, short description).
String CompanyName - Gets or sets the name of the company.
String Comments - Gets or sets a more detailed description of the application.
Bool AllowProductCodeMismatches - Gets or sets the flag for allowing product code mismatching. The target and upgraded images may have different Product Code. By setting this option you will be able to create a patch between them (normally the target and upgraded packages must have the same Product Code).
Bool AllowProductVersionMismatches - Gets or sets the flag for allowing the target product version’s first (major) field to differ from the upgraded images.
Bool SuppressRemovingTempFolder - Gets or sets the flag for suppressing temporary folder removal. It is useful for debugging.
Bool IncludeWholeFilesOnly - Gets or sets the flag for including whole files in the patch (not just the differences between the old file and the new one).
Bool OptimizePatchSize - Gets or sets the flag for optimizing the size of the patch.
Bool DisablePatchSequenceInfo - Gets or sets the flag for preventing the automatic generation of patch sequencing information, by setting the value of the SEQUENCE_DATA_GENERATION_DISABLED property to 1 in the Properties Table of the .pcp file
Array
Methods
AddPatchToReplace(String aPatch) Adds new .msp file to the collection of patches to replace.
RemovePatchToReplace(String aPatch) Removes a .msp file from the collection of patches to replace.
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] In 2024, Adding Social Media Magic Snapchat to Your Mac
- [Updated] Engaging Storytelling with Snapchat's Gifted GIFs for 2024
- [Updated] High-Fidelity MP4 Converter to FB
- Best Free iPhone 15 IMEI Checker
- Genuine Insight Into LightCut: The Ultimate AI-Powered Video Editor for Your Mobile Devices (Android & iOS)
- Navigating File Handling in Admin Settings - Unlocking the Potential of the Operation Tab
- Patience Pays Off: A Satisfying Experience with the New Windows Release of GoodNotes
- Resurrecting Your Disappeared Correspondence: Strategies for Retrieving Past Emails After a Month's Time
- Ultimate Guide: How to Access Your iPhone X Securely When You've Forgotten the Code or Can't Use Face ID
- VR Application in Entertainment
- What Are Drive-Through Security Vulnerabilities? Insights From MalwareFox Experts
- Title: Comprehensive Overview of Internet Protocol Details
- Author: Paul
- Created at : 2024-10-08 18:24:44
- Updated at : 2024-10-10 21:35:52
- Link: https://fox-metric.techidaily.com/comprehensive-overview-of-internet-protocol-details/
- License: This work is licensed under CC BY-NC-SA 4.0.