Hi,
When deploying Chrome, I’m trying to add some useful text for the users, so I’m leaving the Show-InstallationProgress blank, so it uses the message I wrote in the xml file. However the message is a bit bigger and since the window doesn’t resize automatically to adjust, I get hidden and garbled text. Is there any way to make sure all text appears and is nicely formatted? This is the text I have in the xml file:
<Progress_MessageInstall>Welcome to the Google Chrome installation. Please wait while the installation continues.
If the automatic update fails, open Software Center in the Start Menu,
select Chrome and click Retry in the bottom-right corner.
</Progress_MessageInstall>
I thought of using /br but since other messages in the xml doesn’t use it (such as the DiskSpace_Message), I haven’t.
Thanks in advance.
Dan