Page 1 of 1

[RESOLVED] Return of usage, tis-blender package, no icon in the start menu.

Published: April 25, 2023 - 10:51 AM
by bgallois
Good morning,
I just downloaded the tis-blender package, and when testing it I noticed that it does not create an icon in the start menu.
In fact, by default, the installation of Blender stores the icon in the APPDATA folder of the user who runs the MSI (in this case, the "system" account).
So, to get the icon correctly in the Start menu, you need to add the installation option ALLUSERS=1
I modified the package accordingly, to...

Code: Select all

    install_msi_if_needed(bin_name)
in...

Code: Select all

    prop = {
        'ALLUSERS':1
    }
    install_msi_if_needed(bin_name,properties=prop)
There you go! ;)
Good day
Baptiste

Re: [Feedback] tis-blender package, no icon in the start menu.

Published: April 25, 2023 - 3:28 PM
by dcardon
Hi Baptiste,

the package has been updated [1], thanks for the feedback :-)

Denis

[1] https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt