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)