shortened msi explorer restart message, easier to read.

This commit is contained in:
Nick Bolton 2014-03-12 09:00:04 +00:00
parent 3f28be1933
commit 29b48e98e3
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@ Function RestartExplorerPrompt
Dim message Dim message
message = "The Windows Explorer process needs to be restarted. " & _ message = "The Windows Explorer process needs to be restarted. " & _
"A reboot is required if you do not wish to do this. " & vbCr & vbCr & _ vbCr & vbCr & "Would you like setup to do this?"
"Would you like setup to restart the Windows Explorer process?"
answer = MsgBox(message, vbSystemModal Or vbYesNo Or vbQuestion, "Restart Explorer") answer = MsgBox(message, vbSystemModal Or vbYesNo Or vbQuestion, "Restart Explorer")