Patch

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Command Line Tools > Silent Command Line Switches 

Patch

Description

This switch instructs RayPack to create a new MSP patch based on a difference between two MSI files.

 

Parameters

Parameter

Required

Description

-MSI1 <path>

 
YES
 

Full path to the original MSI being patched.

-MSI2 <path>

 
YES
 

Full path to the MSI containing the newest state.

-Output <path>

 
YES
 

Full path to the output file.

-AllowRemoval

 
NO
 

A boolean value determining whether the patch is removable. Support for this feature may be automatically disabled depending on the complexity of changes between two packages).

-IncludeWholeFiles

 
NO
 

A boolean value determining whether whole files are included instead of delta only.

Example

RpCmd.exe Patch

-MSI1 <C:\temp\old.msi>

-MSI2 <c:\temp\new.msi>

-Output <c:\temp\patch.msp>

-AllowRemoval