Skip to content
⌘ NSIS Forum Archive

Windows Media & NSIS

2 posts

masoha#

Windows Media & NSIS

Hello

I need to know how to stop the installation process until the user download it (if needed) Windows Media 9.0 and Real Player 9.0 Also how to use custom pages

Thanks
Vytautas#
After you determine if the required software is installed, most likely by checking a registry key, you should display a message advising the user of the requirements and then call either abort or quit commands, depending on your needs.

As with the custom pages are you using ModernUI or not. If you are check the MUI readme file for instructions on how to use Custom Pages or check the InstallOptions plugin readme for details if you are using standard ui.

Vytautas 🙂