< prev index next >

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

Print this page

        

@@ -20,10 +20,20 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /*
+ * Test defaults for exe installer.
+ * Output of the test should be Test-1.0.exe installer.
+ * The installer should not have license text. It should not have an option 
+ * to change the default installation directory.
+ * Test application should be installed in %ProgramFiles%\Test directory.
+ * Installer should install test app for all users (machine wide).
+ * Installer should create a shortcut for application launcher in Windows Menu.
+ */
+
+/*
  * @test
  * @summary jpackage create installer test
  * @library ../../helpers
  * @library ../base
  * @build JPackageHelper
< prev index next >