Skip to content
⌘ NSIS Forum Archive

Select Installer Package

4 posts

NyNe#

Select Installer Package

i've seen this done in NSIS installers by NxS
when you run the kazaa lite mega codec pack you can select a preset package, i'd like to do something like this for one of my installers but i have not found any examples on how to do it

any help?
NyNe#
sorry for taking forever to respond, but i did search the wiki, i know how to search before asking, im asking because i cant find it after searching
if anyone knows how to do this i would love a code example
kichik#
You're probably looking for InstType and SectionIn. CHeck out bigtest.nsi and makensis.nsi for usage examples.