< prev index next >

test/jdk/tools/jpackage/windows/exe/WinUpgradeUUIDTest.java

Print this page

        

*** 20,29 **** --- 20,41 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* + * Test both --win-upgrade-uuid and --app-version parameters. + * Output of the test should be WinUpgradeUUIDTest-1.0.exe + * and WinUpgradeUUIDTest-2.0.exe installers. + * Both output installers should provide the same functionality as the default + * installer (see description of the default installer in Test.java) but have + * the same product code and different versions. + * Running WinUpgradeUUIDTest-2.0.exe installer should automatically + * uninstall older version of the test application previously installed with + * WinUpgradeUUIDTest-1.0.exe installer. + */ + + /* * @test * @summary jpackage create installer test * @library ../../helpers * @library ../base * @build JPackageHelper
< prev index next >