Class MsiVersion
java.lang.Object
jdk.jpackage.internal.model.MsiVersion
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DottedVersion
Parse the given string as Windows MSI Product version.
-
Constructor Details
-
MsiVersion
public MsiVersion()
-
-
Method Details
-
of
Parse the given string as Windows MSI Product version. https://msdn.microsoft.com/en-us/library/aa370859%28v=VS.85%29.aspx The format of the string is as follows: major.minor.build. The first field is the major version and has a maximum value of 255. The second field is the minor version and has a maximum value of 255. The third field is called the build version or the update version and has a maximum value of 65,535.- Throws:
IllegalArgumentException
-