[Interest] Qt Installer Framework.

william.crocker at analog.com william.crocker at analog.com
Thu Jul 17 14:52:46 CEST 2014


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



More information about the Interest mailing list