Page 1 of 1

User customization

Published: August 21, 2019 - 4:41 PM
by gauthier_leclercq
Hello,

I'm trying to figure out how to configure a user session (shortcut, registry key, or something else).

For example, how do I set up a shortcut for Firefox on the user's desktop?

Do I need to configure the `def session_setup()` function?
So I don't need the `def install()` function?

In the numerous tests I've performed, the shortcut is placed on the system account's desktop (C:\WINDOWS\system32\config\systemprofile\Desktop).
This is the case for the Firefox example on the following page : https://www.wapt.fr/fr/doc/wapt-create- ... index.html

Thank you very much in advance for your help.
Sincerely,
Gauthier.

Re: User customization

Published: August 21, 2019 - 5:55 PM
by sfonteneau
Yes, the cleanest way is to use the session setup

: https://www.wapt.fr/fr/doc/wapt-create- ... index.html