Skip to content

Conversation

@ClientMGMT
Copy link
Contributor

Fluent / DialogMessageNoProcesses
Remove the following text from both the Repair and Uninstall messages (the last sentence): 'If you have any deferrals remaining, you may also choose to delay the repair.'

This change will make the default messages be in sync with how the default template is configured, no deferrals are configured for Repair & Uninstall in Invoke-AppDeployToolkit.ps1. Defer is only configured for the Install function by default and thereby the additional sentence 'If you have any deferrals remaining, you may also choose to delay the repair.' should only exist in the Install message of 'DialogMessageNoProcesses'.

If you need to verify this in your own tests do the following: Add a process that needs to be closed to your package and make sure it's started. Run an install/repair/uninstall of the package, when it stops and asks you to Save and Close, instead of clicking the save and close button just close the process/app instead, this will change the message text to the 'DialogMessageNoProcesses' one.

PS. This is already fixed in the SV strings.psd1 file but all other language 'strings' needs to be updated as well.

Fluent / DialogMessageNoProcesses
Remove the following text from both the Repair and Uninstall messages (the last sentence):
'If you have any deferrals remaining, you may also choose to delay the repair.'

This change will make the default messages be in sync with how the default template is configured, no deferrals are configured for Repair & Uninstall in Invoke-AppDeployToolkit.ps1. Defer is only configured for the Install function by default and thereby the additional sentence 'If you have any deferrals remaining, you may also choose to delay the repair.' should only exist in the Install message of 'DialogMessageNoProcesses'.

If you need to verify this in your own tests do the following:
Add a process that needs to be closed to your package and make sure it's started.
Run an install/repair/uninstall of the package, when it stops and asks you to Save and Close, instead of clicking the save and close button just close the process/app instead, this will change the message text to the 'DialogMessageNoProcesses' one.

PS. This is already fixed in the SV strings.psd1 file but all other language 'strings' needs to be updated as well.
@mjr4077au mjr4077au requested a review from sintaxasn July 31, 2025 12:20
@mjr4077au mjr4077au added the Type: UI All UI-related issues label Jul 31, 2025
@mjr4077au mjr4077au added this to the 4.1.0 milestone Jul 31, 2025
We've opted to remove the entire line about remaining deferrals and having the ability to Defer from the placeholder text for all three install types as it's unnecessary - the user can see that - it's right in front of them.

Also extended the change to every language. Trying to delete text from an RTL localized file is about as jarring as when you're playing a videogame and for some reason or another, gravity gets inverted.

Just FYI ...
@ClientMGMT
Copy link
Contributor Author

That change is even better 👍

@sintaxasn sintaxasn merged commit bdd7d24 into PSAppDeployToolkit:develop Aug 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: UI All UI-related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants