cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
shin1018
Level 3

Prerequisite Check

Is it possible to implement prerequisite check dialog like this in Basic MSI???
Labels (1)
0 Kudos
(3) Replies
kayaker
Level 4

Answer is YES!
you can customize your own dialog which is used to show the prerequisites list.
And implement the script function which controls this dialog.
Then in the setup.rul, add code to call the dialog if your code has detected that some prerequisites were missing.
0 Kudos
shin1018
Level 3

Thanks for the answer 🙂

You mean, "Basic MSI" Project can have installscript that can control the dialog. right??

I can do that you mentioned in Installscript Project, But I am not sure about Basic MSI
0 Kudos
kayaker
Level 4

😞 I did this in installscript project, don't know how to do it in basic msi project either... Eager to know how to do it too.

BTW, an alternative is to use C++ library which create the wizard page, and use custom action to call it. The problem is the dialog theme is not same as IS provide.
0 Kudos