A question on 4.0.4. Apologies if this is already answered elsewhere. I was not able to locate this in the documentation that Is currently available.
How can “PSAppDeployToolkit - App Install”, shown in the red box below be customized?
A question on 4.0.4. Apologies if this is already answered elsewhere. I was not able to locate this in the documentation that Is currently available.
How can “PSAppDeployToolkit - App Install”, shown in the red box below be customized?
Show-ADTInstallationWelcome -CloseProcesses @{ Name = 'chrome' }, @{ Name = 'msaccess' } -PersistPrompt -CloseProcessesCountdown 600 -Title "Installation Alert" -Subtitle "Preparing to Install"
This might help you.
@ncicchino
You can adjust the default for what is written there in the string files. On the other hand you can also do it manually like @waqas mentioned.
Thanks Waqas! I should have tried this before posting.
Thank you! I will definitely implement this in the string file for the subtitle.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.