On Wed, 8 Jan 2025 23:51:55 GMT, Alexey Semenyuk <asemen...@openjdk.org> wrote:
> Make names of msi files created in test cases of WinInstallerUiTest test > shorter to workaround limitations of msi.exe on file path length. > > Old msi file names: > WinInstallerUiTestWithDirChooserLicense-1.0.msi > WinInstallerUiTestWithDirChooserShortcutPrompt-1.0.msi > WinInstallerUiTestWithDirChooserShortcutPromptLicense-1.0.msi > WinInstallerUiTestWithShortcutPrompt-1.0.msi > WinInstallerUiTestWithShortcutPromptLicense-1.0.msi > > New msi file names: > WinInstallerUiTestWithDcL-1.0.msi > WinInstallerUiTestWithDcSp-1.0.msi > WinInstallerUiTestWithDcSpL-1.0.msi > WinInstallerUiTestWithSp-1.0.msi > WinInstallerUiTestWithSpL-1.0.msi @sashamatveev PTAL ------------- PR Comment: https://git.openjdk.org/jdk/pull/22990#issuecomment-2578905178