<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Utilities and Standalone Tools MSI Diff Tool |
This is a standalone version of visual comparer, normaly available from the FILE menu for opened projects (see Comparing Projects and MSI Files).
To start the tool, navigate to the installation directory, and double click raypack-diff.exe. If started without any command line, it will start with a blank screen, allowing the user to select old and new version for the comparison.
You can automatically load a comparison of two projects by passing two command line arguments - paths to the old and to the new package, for example:
raypack-diff.exe c:\src\version1.msi c:\src\version2.msi
The tool supports transform files too. To configure them, append one or more paths to MST files after the MSI file, for example:
Note: Line-breaks have been added for a better readibility. |
raypack-diff.exe
c:\src\version1.msi
c:\src\version1a.mst
c:\src\version1b.mst
c:\src\version2.msi
c:\src\version2a.mst
c:\src\version2b.mst