Boost Productivity and Efficiency with IPatchWorks - Advanced Project Development Software

Boost Productivity and Efficiency with IPatchWorks - Advanced Project Development Software

Timothy Lv8

Boost Productivity and Efficiency with IPatchWorks - Advanced Project Development Software

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.

IPatchProject

https://techidaily.com

Declaration

IPatchProject : IDispatch

Overview

This interface is meant configure a patch project

https://techidaily.com

Properties

IPatchDetails PatchDetails - Gets the object for editing patch details.

IPatchControlPanel ControlPanel - Gets the object for configuring patch control panel information.

IDigitalSignature DigitalSignature - Gets the object for configuring patch digital signature.

IPatchImages Images - Gets the object for upgraded images management.

IPatchSequence PatchSequence - Gets the object for managing patch sequence families.

IPatchBuildDetails BuildDetails - Gets the object for configuring the build process of the patch.

Methods

Save() Saves all the changes done to the project. You can use this method if the project has a location on disk, otherwise use SaveAs.

SaveAs(String aFilePath) Saves all the changes done to the project in a specific location on disk.

Build() Builds the project.

Example

$advinst = new-object -com AdvancedInstaller
$patchPrj = $advinst.LoadProject(“C:\patch.aip”)
$patchPrj.PatchDetails.IncludeWholeFilesOnly = $true
$patchPrj.PatchDetails.AllowProductVersionMismatches = $false
$patchPrj.PatchDetails.OptimizePatchSize = $true
$patchPrj.Save()

Copy

See also

Advanced Installer PowerShell Automation Interfaces

IAdvinstProject

Topics

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: Boost Productivity and Efficiency with IPatchWorks - Advanced Project Development Software
  • Author: Timothy
  • Created at : 2024-10-04 03:07:18
  • Updated at : 2024-10-10 19:55:03
  • Link: https://fox-within.techidaily.com/boost-productivity-and-efficiency-with-ipatchworks-advanced-project-development-software/
  • License: This work is licensed under CC BY-NC-SA 4.0.