On 07/17/2014 07:52 AM, Karsten Heimrich wrote:
>> 1 - Remove the component selection page.
>> >  2 - Remove the use of the Start Menu.
>
> Put this in you sample .qs script:
>
> function Component() {
>       if (installer.isInstaller()) {
> installer.setDefaultPageVisible(QInstaller.ComponentSelection, false);
>           if (installer.value("os") == "win")
> installer.setDefaultPageVisible(QInstaller.StartMenuSelection, false);
>       }
> }
>

That got it.
Thanks.

When is an installer !installer.isInstaller() ?

Bill
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to