< prev index next >

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

Print this page

        

@@ -20,10 +20,19 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /*
+ * Test --install-dir parameter.
+ * Output of the test should be InstallDirTest-1.0.exe installer.
+ * The output installer should provide the same functionality as the default 
+ * installer (see description of the default installer in Test.java) but 
+ * install test app in %ProgramFiles%\TestVendor\InstallDirTest instead of 
+ * %ProgramFiles%\InstallDirTest directory.
+ */
+
+/*
  * @test
  * @summary jpackage create installer install dir test
  * @library ../../helpers
  * @library ../base
  * @build JPackageHelper
< prev index next >