Archive: Setup Silent Mode - additional options


Setup Silent Mode - additional options
So that's the problem - I am making codec pack with a codec which setup's made with NSIS. The problem is, when I try to launch the codec's setup from MY setup and use /NS switch, its setup creates separate menu group. I would like to avoid it and make it create a subgroup to my own menu. Basicly it's like this:

Menu start
> Programs
>Codec Pack
>Codec

And I want

Menu Start
> Programs
> Codec pack
> codec

Is there any way of forcing NSIS installer to do this? Or do I have to find NSIS Script source for that?


You can move it yourself with Rename instruction if the directory exists (IfFileExists).

-Stu