cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Simon_Yang
Level 6

Can we change the error message box?

During installation, in some where, if some mistakens happied, installer will popup a dialog and show message like "Error XXXX. The volume D:\ is unavaliable....."

I knew this is handled by Windows installer itself. But are there some ways that we can catch the mistakens, and popup our own error message.

BTW: I used InstallShield 2008 and my project is a msi basic project.

Thanks!
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

In some cases, you can modify the specific error messages in the Error table, which is exposed in the Direct Editor view.
0 Kudos
Simon_Yang
Level 6

Thanks!

But I just wanna know, windows installer detect the error type and error code. Can I change the error type and code?




RobertDickau wrote:
In some cases, you can modify the specific error messages in the Error table, which is exposed in the Direct Editor view.
0 Kudos