Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Re: can't write to text file after installing app

Reply
Thread Tools Display Modes

Re: can't write to text file after installing app

 
 
Gene E. Bloch
Guest
Posts: n/a

 
      07-10-2009
On Thu, 9 Jul 2009 15:36:22 -0700 (PDT), vbDavidC wrote:

> Hello,
>
> I am a XP user who is testing out Vista. I am trying to determine how
> Vista limits user's rights/permissions to files and folders.
>
> I develop apps with Microsoft Visual Studio 2005. I created a
> Setup.exe with Visual Studio 2005. It works well in XP although I am
> an administrator.
>
> I tested the same setup.exe on a Vista computer and everything seems
> to work. The apps by default get written to a subdirectory underneath
> C:\ not Program Files\ not that that it matters where the install
> folder is. When I run my app, it starts up but one thing that the app
> does is it writes data to an ini file. App appears to work but it
> does not actually update the file. If I try to edit the ini file with
> notepad I cannot save the file. Apparently the file's permission is
> not writeable.
>
> I tried this both as a standard user and as an administrator.
>
> Being a new user to Vista I am not sure what Vista prohibits user's
> from writing. If I open Windows Explorer I can create a subdirectory
> and text files as a standard user. I am trying to understand where
> Vista prohibits standard users from writing.
>
> Someone mentioned to me that maybe my Visual Studio 2005 setup creator
> may not be providing additional info for permissions for the files I
> am installing.


You should probably go to a developers' forum on this question.

That said, I understand that Vista restricts programs from writing in the
two program file directory trees "Program Files" and "Program Files (x86)".

Try putting .ini files in a place such as:
C:\Users\UserName\AppData\Roaming\YourProgram

Replace UserName and YourProgram by appropriate values, natch.

--
Gene E. Bloch letters0x40blochg0x2Ecom
 
Reply With Quote
 
 
 
 
+Bob+
Guest
Posts: n/a

 
      07-10-2009
On Thu, 9 Jul 2009 18:32:20 -0700, "Gene E. Bloch"
<not-> wrote:

>That said, I understand that Vista restricts programs from writing in the
>two program file directory trees "Program Files" and "Program Files (x86)".
>
>Try putting .ini files in a place such as:
> C:\Users\UserName\AppData\Roaming\YourProgram
>
>Replace UserName and YourProgram by appropriate values, natch.


My thoughts too. I'd actually look at Vista another way: assume you
can't write anywhere except in the current user's directory and you
will be mostly on target.
 
Reply With Quote
 
Gene E. Bloch
Guest
Posts: n/a

 
      07-10-2009
On Thu, 09 Jul 2009 23:10:10 -0400, +Bob+ wrote:

> On Thu, 9 Jul 2009 18:32:20 -0700, "Gene E. Bloch"
> <not-> wrote:
>
>>That said, I understand that Vista restricts programs from writing in the
>>two program file directory trees "Program Files" and "Program Files (x86)".
>>
>>Try putting .ini files in a place such as:
>> C:\Users\UserName\AppData\Roaming\YourProgram
>>
>>Replace UserName and YourProgram by appropriate values, natch.

>
> My thoughts too. I'd actually look at Vista another way: assume you
> can't write anywhere except in the current user's directory and you
> will be mostly on target.


That can't be true - it's too easy! Even I can remember that one...

--
Gene E. Bloch letters0x40blochg0x2Ecom
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Annoying CPU load peaks that they don't allow me write any text!! maxx Windows Vista Performance 0 08-18-2007 04:00 PM
How to safely write EA to a file at file system filter driver level Daniel Lo Windows Vista Drivers 0 05-10-2006 07:22 PM
Can't write data CDs after installing IE7 Beta 2 Jamie Internet Explorer 1 05-05-2006 03:28 AM
Over write of text on specific page LarryG Internet Explorer 0 02-01-2006 02:06 AM
how do i write an inf file for installing a device driver which will start disabled? etimor@gmail.com Windows Vista Drivers 3 12-12-2005 03:13 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59