cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
COSMED
Level 4

Custom Dialog in an Installscript Custom Action

Hi All,

I create an Installscript custom action.
In this action I performe different tasks and I would like to inform the user about their correct execution. How do I display the dialogue in a installscript code? I tried whit WaitOnDialod but I I could not do it.

Any help?
Labels (1)
0 Kudos
(3) Replies
AmitRout
Level 5

Try with the following

SdShowMsg ("Wrire the action", TRUE);
//Do the operation
SdShowMsg ("", FALSE);
0 Kudos
COSMED
Level 4

I tried but I not display anything 😞
0 Kudos
COSMED
Level 4

I display dialog only when I build in debug mode. I'm using a basic MSI Project
0 Kudos