diff options
| author | David Pinedo <david@lunarg.com> | 2016-02-13 14:06:55 -0700 |
|---|---|---|
| committer | Jon Ashburn <jon@lunarg.com> | 2016-02-18 15:42:03 -0700 |
| commit | 891e6b4720886d8b8a78fecf1e37490cf6528e05 (patch) | |
| tree | 04eee89e14a79c9c0e9d3cf09d8b40e9123bf016 /windowsRuntimeInstaller/InstallerRT.nsi | |
| parent | 2227f2d37c744859ca11f3a1eae2ffe495a5afad (diff) | |
| download | usermoji-891e6b4720886d8b8a78fecf1e37490cf6528e05.tar.xz | |
winrtinstaller: change error message
Diffstat (limited to 'windowsRuntimeInstaller/InstallerRT.nsi')
| -rw-r--r-- | windowsRuntimeInstaller/InstallerRT.nsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index 57f40ee1..cd46271c 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -54,6 +54,7 @@ # This is used for the error message if a problem occurs during install. !define errorMessage1 "Installation of ${PRODUCTNAME} failed!$\r$\n" +!define errorMessage1un "Uninstall of ${PRODUCTNAME} failed!$\r$\n" !define errorMessage2 "Uninstalling any installed items and exiting.$\r$\n" # Set the icon @@ -673,7 +674,7 @@ FunctionEnd Function un.CheckForError ${If} ${Errors} # IHV's using this install may want no message box. - MessageBox MB_OK|MB_ICONSTOP "${errorMessage1}${errorMessage2}Errorcode: $1$\r$\n" /SD IDOK + MessageBox MB_OK|MB_ICONSTOP "${errorMessage1un}${errorMessage2}Errorcode: $1$\r$\n" /SD IDOK # Set an error message to output SetErrorLevel $1 |
