Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Administration > User Account Control & Data in the Program Files Folder

Reply
Thread Tools Display Modes

User Account Control & Data in the Program Files Folder

 
 
Brian T
Guest
Posts: n/a

 
      07-24-2007
We have one client that installed our Application in the default location in
the Program Files folder while UAC was enabled. With the UAC enabled, the
user entered in data into the application. Once the user disables UAC, and
opens up the application all the data entry they did is gone and the
application reverts back to an original state. Has anyone else seen this
behavior?

- Brian
 
Reply With Quote
 
 
 
 
Jimmy Brush
Guest
Posts: n/a

 
      07-24-2007
Brian T wrote:
> We have one client that installed our Application in the default location in
> the Program Files folder while UAC was enabled. With the UAC enabled, the
> user entered in data into the application. Once the user disables UAC, and
> opens up the application all the data entry they did is gone and the
> application reverts back to an original state. Has anyone else seen this
> behavior?
>
> - Brian


Hello,

This happens when your application writes files/data to the program
files location, which standard users have never been allowed to do.

In vista, programs that do not need admin power always run as if a
standard user started them, so even if your program is being ran by an
administrator, it cannot write to program files.

In order to make your program work without admin power even though your
program assumes it has admin power, Vista tricks your program into
thinking it is writing to program files, while silently saving the data
to the virtual store (c:\users\username\appdata\local\virtualstore).
This is called virtualization.

If you turn UAC off, your program no longer sees files in the virtual
store, so any changes it thinks it has made to a virtualized location
such as program files will appear to disappear.

Here's a developer overview of UAC:

http://msdn2.microsoft.com/en-us/library/aa905330.aspx

- JB
 
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
user account control and unidentified program issues nvhokie Windows Vista General Discussion 5 11-03-2007 09:07 PM
User Account Control and unidentified program at start up nvhokie Windows Vista Security 2 11-03-2007 09:06 PM
User Account Control is blocking SAME program everytime I load it Bruce Windows Vista Performance 1 10-21-2007 06:51 PM
permanently block specific program with User Account Control Bob Windows Vista General Discussion 6 05-10-2007 07:24 PM
How to stop user account control on one program. Vince Windows Vista General Discussion 2 02-04-2007 11:49 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