Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
3k views

Vista and ProgramData

What is the right place to store program data files which are the same for every user but have to be writeable for the program? What would be the equivalent location on MS Windows XP? I have read that ...
6
votes
2answers
5k views

Write in “ProgramData” folder (W7 and Vista) .NET

I install my app under "Program Files" directory. And I install data, under "ProgramData" directory: Environment.SpecialFolder.CommonApplicationData In programData I have created folder to save ...
4
votes
1answer
1k views

Change path to save mysettings - VB.NET 2008

I am using mysettings to save user settings. This config file is saved in this path: c:\ Documents and Settings \ \ [Local Settings] Application Data\\\ Is possible to change this path? ...
3
votes
1answer
1k views

How to create a folder under %allusersprofile% during Setup with VS 2003 Setup Project?

I need to create a folder under "%allusersprofile%/Program Data" during the install process. The Setup file is created with VS 2003 setup project, and in it you can use several Known Folders... but ...
2
votes
2answers
2k views

Missing file from Vista ProgramData folder

I have a legacy VB6 program which installs an Access file in a sub-directory of the common data folder (CSIDL_COMMON_APPDATA). I have now installed this program on a 64-bit Vista system, and the ...
1
vote
2answers
320 views

Nullsoft installer, howto make ProgramData subfolder writable

ProgramData folder is the best place for storing your application's writeable files shared by all users. But when Nsis installer is run with admin privileges (which is required to write to Program ...
1
vote
1answer
658 views

Application Data folder in Windows 7

I have Windows 7 64 bit installed on my system. I have a question about "C:\ProgramData\Application Data" folder. It is mentioned here and here that "Application Data" is a Junction point which points ...
1
vote
1answer
363 views

UnauthorizedAccessException with System.IO.File.InternalCopy in ProgramData on Windows 7

I have a program installed in ProgramData. I use UAB 2.1 to updating app but it's failed because accessing to the path is denied (OK with text files so I think there's problem with UAC). How can I get ...
0
votes
1answer
170 views

xcopy “Access denied” with /y /o /s /c /h

I'm currently refining and updating my offline virus database updater for Malwarebytes. It's simply all the Malwarebytes data from C:\ProgramData\Malwarebytes (virus database, build number, etc) ...
0
votes
0answers
186 views

setup not creating folder on ProgramData on 64bits [closed]

I have got a setup in .net. The setup should create a folder on Programdata folder of the pc. When I run that setup on 32bit system its creating the folder and its working great, but when I run the ...
0
votes
1answer
1k views

About ProgramData folder's right with UAC turned on under Vista

I login in with Administrator on Vista with UAC turned on, is it OK for me to create, modifty or delete file in ProgramData folder. My test result is YES, but I found my AP can access the folder which ...