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
message = "The Windows Explorer process needs to be restarted. " & _
"A reboot is required if you do not wish to do this. " & vbCr & vbCr & _
"Would you like setup to restart the Windows Explorer process?"
vbCr & vbCr & "Would you like setup to do this?"
answer = MsgBox(message, vbSystemModal Or vbYesNo Or vbQuestion, "Restart Explorer")