<< Click to Display Table of Contents >> RayPack > 7.3 u6 > User Guide > Command Line Tools > Silent Command Line Switches Patch |
This switch instructs RayPack to create a new MSP patch based on a difference between two MSI files.
Parameter |
Required |
Description |
---|---|---|
-MSI1 <path> |
|
Full path to the original MSI being patched. |
-MSI2 <path> |
|
Full path to the MSI containing the newest state. |
-Output <path> |
|
Full path to the output file. |
-AllowRemoval |
|
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 |
|
A boolean value determining whether whole files are included instead of delta only. |
RpCmd.exe Patch
-MSI1 <C:\temp\old.msi>
-MSI2 <c:\temp\new.msi>
-Output <c:\temp\patch.msp>
-AllowRemoval