Using 4.1.7 version and is there a way modify the custom message in the strings.psd1. is there a way we can create a new line. Like we need this to separate in to 3 different line simple line :
Application A will install automatically when the countdown ends.
The installation takes about 15 minutes and requires a reboot.
Please save your work and close all applications. Click Install Now to begin early'
Have you tried using `n or `r`n ?:
NOTE: These are BACK-TIC characters in front of the n.
Application A will install automatically when the countdown ends.`n
The installation takes about 15 minutes and requires a reboot.`n
`n
Please save your work and close all applications. Click Install Now to begin early
Found that we need to use double quotes then it is working
CustomMessage = "The installation takes about 15 minutes and requires a reboot.nnPlease save your work and close all applications.`nClick Install Now to begin early."