I had created EXE in administrator and installed the application in administrator machine.but when i switch over to useraccount the EXE installled in administrator not running in user account.
I had created my exe by setting the INSTALLATION TYPE : PER-MACHINE ONLY(FAILS IF USER IS NOT ADMINISTRATOR)
APPLICATION FOLDER: [PROGRAMFILES FOLDER] [PRODUCT NAME]
The above setting is working fine in administrator the trayicon in my application is launched properly .
But when i changed the account from administrator to guest the mentioned trayicon is not found in the guest user.
whether i need to change settings in installtion type to get worked in both administrator and guest user?
Thanks,
Attachments
installationtype.jpg (81.66 KiB) Viewed 7772 times
Everything working fine in administrator account.The application is not running if i go to guest user by making switch user option clicked.Instead of that if i go with log off option and select guest it working fine.
why my application is not running with switch user option?
I'm afraid this behavior is not connected to the installation process. Maybe your application needs admin rights when running for the guest account
or something else is incorrectly configured.
As a test, can you please launch the application from the guest account by right clicking on its shortcut and selecting "Run as administrator" option,
to see if that makes it work?