Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I created an desktop application installation using VS 2008. It is intended to install the program for all the users on the computer. Everything works fine for the person who installed the program under his/her login. But if another user logs in, sometimes either there is no program icon on his/her desktop or when this user clicks on the program icon, it tries to install the program rather than running it! Also Installation creates a folder with a bunch of shortcuts to some pdf documents, but they all behave similarly i.e. when clicked they try to install something rather than opening the pdf file.

I noticed that on the desktop of the second user (one that did not install the program), in the installed program's icon's properties, the target folder is not defined, it just gives the name of the program to run without extension. But in the VS2008 dpeloyment project "WorkingFolder" is properly defined and the "Target" is chosen from teh right directory and shows the full file name with extension.

How can I fix this? What settings do I need in VS2008 to allow all the users login in to the program to run the application properly?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.