diff --git a/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.jelly b/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.jelly index d05629727d8ab90ddfa8f75799faf835f0e457c3..e03caa569427b309c937513f4caa2838e666c824 100644 --- a/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.jelly +++ b/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.jelly @@ -9,6 +9,8 @@ ${%Install as Windows Service} +

${%installBlurb}

+
diff --git a/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.properties b/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.properties index 454dc9eada9f43cc65a4e048b2dda12755d2c6b5..14d3188af63b3b6b7f3ac3adf6a2ce851362817d 100644 --- a/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.properties +++ b/core/src/main/resources/hudson/lifecycle/WindowsInstallerLink/index.properties @@ -1 +1,3 @@ -restartBlurb=Installation is successfully completed. Do you want to stop this Hudson and start a newly installed Windows service? \ No newline at end of file +installBlurb=Installing Hudson as a Windows service allows you to start Hudson as soon as the machine starts, and regardless of \ + who is interactively using Hudson. +restartBlurb=Installation is successfully completed. Do you want to stop this Hudson and start a newly installed Windows service? \ No newline at end of file