< prev index next >

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

Print this page

        

*** 20,29 **** --- 20,38 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* + * Test --win-menu and --win-menu-group parameters. + * Output of the test should be WinMenuGroupTest-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) plus + * it should create a shortcut for application launcher in Windows Menu in + * "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\WinMenuGroupTest_MenuGroup" folder. + */ + + /* * @test * @summary jpackage create installer test * @library ../../helpers * @library ../base * @build JPackageHelper
< prev index next >