Skip to content
⌘ NSIS Forum Archive

newb help (for a not so newb installer)

2 posts

wdl#

newb help (for a not so newb installer)

First time I use NSIS, I'm trying to create an installer, but I ran into a few problems.

I need an installer that:

-installs 3 files
-checks if MDAC drivers are present on the PC, if not, install them
-checks if Flash 7 or higher is present on the pc, if not, install it
-create shortcut in start menu
-create desktop shortcut if the user wants to have this
-create uninstaller


I'm esapcially stuck on installing mdac and flash. Ideally the installer should launch the flash and/or mdac installers and continue when those are done. Is that possible?

Please point me in the right direction (links, code examples,... all very welcome at this point)
kichik#
Use ExecWait to execute another installer.

The Wiki contains some useful pages:





For the uninstaller and shortcuts take a look at the examples in the Examples directory. Examples\Modern UI\StartMenu.nsi will show you how to create shortcuts in the start menu.