Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
1k views

Question: Using Windows 7, Unauthorized Access Exception when running my application

My application is raising an unauthorized access error. While running my application, I try to access a directory in the following location: Application.UserAppDataPath. The Problem: It says I do not ...
2
votes
1answer
82 views

Where to put application data and temp files on Windows, Linux and MAC if java-application is being lauched using JWS

Can we allow user to set and save application data and temp data using Java-Application that has beenrun/launch using JWS ? Does it make sense ? We would like to know if user run JNLP directly then ...
2
votes
3answers
251 views

Reading from a File in current User appdata folder for C#

I'm trying to read from a file inside a the current users appdata folder in C# but i'm still learning so I have this int counter = 0; string line; // Read the file and ...
1
vote
1answer
250 views

How do I make InnoSetup remove permissions on a folder for everyone but the current user?

I have an "Install Just for me" option on my InnoSetup installer. If this option is chosen the program files are written to a folder off the users local settings application data folder, rather than ...
1
vote
1answer
278 views

How do I share user settings or files using the UserAppDataPath across builds?

Right now when I release a new build of my .NET app, the UserAppDataPath path points to a new folder that includes the build number. Documents and Settings\UserName\Application ...
0
votes
1answer
37 views

How to know Computer Profile name using Javascript

I want to get the computer user profile name to put log text on the appData note: This is just for IE, (currently using this for windows 7 gadget) The default would be, without profile name is this ...
0
votes
1answer
37 views

To execute a batch file each time a Users login

I've a batch file which does copying of some files in the CommonAppData folder(C:\ProgramData) to the logged in User's Local App Data. What I would like to do is to execute this on each different ...
0
votes
2answers
1k views

Write to AppData directory using InnoIDE?

I need to write to the: C:\Users\user\AppData\Roaming\AppName folder during the setup process. I'm using the InnoIDE program for setup, and it's awesome. However, it seems to be lacking an 'AppData' ...
0
votes
1answer
163 views

how can I get the value of %APPDATA% using JScript?

how can I get the value (path) of %APPDATA% in Micorosoft JScript?