Archive: is it possible..


is it possible..
hi,
i was wondering if it would be possible to launch only one section or function of compiled script. for example if i have in my script functions or sections called "fOne" and "fTwo" in myapp and i would like to run only one of them from command line. for example something like that

c:\myapp.exe /fOne

i doubt if it is possible, but i think it is worth asking


Use GetParameters to get the command line. Then you can set a variable and decide yourself what to install or not. To select or unselect sections, you can use the Section.nsh macros.