Hello, I have a tiny problem with my c# application, the short version : not all windows users can see it.
Long version:
1. I created my c# application, and it works, no problem there.
2. I published my application and I obtained my setup files.
3. I started the installer, finished installing, tested if it works, and no problem here.
4. THE PROBLEM: I logged off, and another user, logged on, but SURPRISE, he couldn't see the application in the installed programs list.
Why is that? And how can i fix it?
btw: I created the application in VS2008
Thank you.