Our product is supported on multiple accounts (admin and standard). Currently, when I installed the product, it only installs in the Admin account. No desktop icon is installed on the standard account.
My question is:
- How can I have the desktop icon installed for all the user accounts in a machine?
- How can I make my installer a per-machine (sort to speak) installer? It seems like my installer currently is per-user installer. Please help.
multiple user account support
3 posts
SetShellVarContext all
Stu
Stu
Thanks Stu, i'm going to try it...
1) Should I include this on uninstall as well? i.e. on un.onInit?
2) I found documentation on Multi-User Header File (MultiUser.nsh). I'm not sure if I need to implement the way described in the Multi-User header file docs. Basically, we just want the admin to install the product but any user to use it in the machine.
1) Should I include this on uninstall as well? i.e. on un.onInit?
2) I found documentation on Multi-User Header File (MultiUser.nsh). I'm not sure if I need to implement the way described in the Multi-User header file docs. Basically, we just want the admin to install the product but any user to use it in the machine.