Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using Visual Studio (several versions) to create MSI packages, using a Setup project.

I am getting tons of "WARNING: File '...' should not be installed into a User's Profile folder because it may not be available to all users" because I am storing files in the User's Personal Data Folder.

This is on purpose and I just want to suppress the warnings as they really slow down operation of the IDE. I don't want to move the files elsewhere.

I have browsed and read several posts on the topic, but found no solution. I convinced myself that there is no 'official' way to achieve that.

But maybe someone knows a workaround ?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900