Revolutionize Your Business with IPatchSolutions: The Ultimate Project Management Tool

Revolutionize Your Business with IPatchSolutions: The Ultimate Project Management Tool

Michael Lv8

Revolutionize Your Business with IPatchSolutions: The Ultimate Project Management Tool

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

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.

https://techidaily.com

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

https://techidaily.com

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: Revolutionize Your Business with IPatchSolutions: The Ultimate Project Management Tool
  • Author: Michael
  • Created at : 2024-10-04 00:54:56
  • Updated at : 2024-10-11 03:39:49
  • Link: https://fox-web3.techidaily.com/revolutionize-your-business-with-ipatchsolutions-the-ultimate-project-management-tool/
  • License: This work is licensed under CC BY-NC-SA 4.0.