Go Back   Technology Questions > Software Questions > Operating System Questions > Vista Community > Windows Vista

Windows Vista Discuss the different versions of Windows Vista, Fuji, or Vienna

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 11-02-2007, 05:10 AM
Dean.Gordonwood
Tablet PC Guest
 
Posts: n/a
Unexpected File->Open behavior

Greetings all,

I have been experiencing unexpected behavior when I try to open a file in
Vista. When I bring up File->Open and navigate to a folder that contains a
particular sub-folder, the sub-folder I want to see is not displayed. When I
explore the drive, I can see the sub-folder. I have experienced this in an
application I have written and also in Adobe 8.
--
Best Regards,
Dean Gordonwood
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 11-02-2007, 05:10 AM
Xploder HD Movie Player for PS3. Manage, convert and transfer media files between the PC and PS3.
  #2 (permalink)  
Old 11-02-2007, 06:10 AM
Malke
Tablet PC Guest
 
Posts: n/a
Re: Unexpected File->Open behavior

Dean.Gordonwood wrote:
> Greetings all,
>
> I have been experiencing unexpected behavior when I try to open a file in
> Vista. When I bring up File->Open and navigate to a folder that contains a
> particular sub-folder, the sub-folder I want to see is not displayed. When I
> explore the drive, I can see the sub-folder. I have experienced this in an
> application I have written and also in Adobe 8.


What is the actual (path) location of the parent/subfolders? It sounds
like the parent/subfolders are in a protected area where you don't have
permission to read/write.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 11-02-2007, 06:20 AM
Dean.Gordonwood
Tablet PC Guest
 
Posts: n/a
Re: Unexpected File->Open behavior

Malke, Thanks for the quick response! The actual path is C:\Program
Files\Kimray Inc\Intelligent Machine Interface. There are two folders in the
"Intelligent Machine Interface" folder, "IMIDatabase" and "Reports". I can
see the "Reports" folder but not the "IMIDatabase" folder. My user id is a
member of the Administrators group, and should have access to everything on
the system.
--
Best Regards,
Dean Gordonwood


"Malke" wrote:

> Dean.Gordonwood wrote:
> > Greetings all,
> >
> > I have been experiencing unexpected behavior when I try to open a file in
> > Vista. When I bring up File->Open and navigate to a folder that contains a
> > particular sub-folder, the sub-folder I want to see is not displayed. When I
> > explore the drive, I can see the sub-folder. I have experienced this in an
> > application I have written and also in Adobe 8.

>
> What is the actual (path) location of the parent/subfolders? It sounds
> like the parent/subfolders are in a protected area where you don't have
> permission to read/write.
>
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 11-02-2007, 07:20 AM
Malke
Tablet PC Guest
 
Posts: n/a
Re: Unexpected File->Open behavior

Dean.Gordonwood wrote:
> Malke, Thanks for the quick response! The actual path is C:\Program
> Files\Kimray Inc\Intelligent Machine Interface. There are two folders in the
> "Intelligent Machine Interface" folder, "IMIDatabase" and "Reports". I can
> see the "Reports" folder but not the "IMIDatabase" folder. My user id is a
> member of the Administrators group, and should have access to everything on
> the system.


That's why you can't write there. In Vista, the Program Files directory
is protected. Additionally, Administrator in Vista isn't the same as
Administrator in earlier NT systems. The built-in Administrator account
(true "root" if you will) is disabled in Vista by default. So that's why
you don't have the access you think you should.

Here are some links that explain it:

http://blogs.msdn.com/windowsvistase...security_.aspx
http://support.microsoft.com/Default.aspx?kbid=942956 - Changes to the
built-in Administrator account in Vista

You have a couple of ways of dealing with this. The best way is to use
an updated program that understands Vista's structure and doesn't force
you to write data where you're really not supposed to. Obviously in many
cases this isn't going to be possible, although I do suggest contacting
the makers of these programs to see if they have a workaround, patch,
upgrade planned. Why reinvent the wheel when the program's creators may
already have the solution.

Otherwise, since you refer to the "Administrators group", I'm going to
guess that you have Vista Business or Ultimate and therefore can do
advanced permissions. You might create a user group for that particular
program and give it full read/write access to just that program's
directory, making sure that you set child folders to inherit permissions
from the parent. Then add the users who should have access to the group.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 11-02-2007, 07:30 AM
Dean.Gordonwood
Tablet PC Guest
 
Posts: n/a
Re: Unexpected File->Open behavior

Malke,

Again, thanks for the quick response. This explains a great deal.

--
Best Regards,
Dean Gordonwood


"Malke" wrote:

> Dean.Gordonwood wrote:
> > Malke, Thanks for the quick response! The actual path is C:\Program
> > Files\Kimray Inc\Intelligent Machine Interface. There are two folders in the
> > "Intelligent Machine Interface" folder, "IMIDatabase" and "Reports". I can
> > see the "Reports" folder but not the "IMIDatabase" folder. My user id is a
> > member of the Administrators group, and should have access to everything on
> > the system.

>
> That's why you can't write there. In Vista, the Program Files directory
> is protected. Additionally, Administrator in Vista isn't the same as
> Administrator in earlier NT systems. The built-in Administrator account
> (true "root" if you will) is disabled in Vista by default. So that's why
> you don't have the access you think you should.
>
> Here are some links that explain it:
>
> http://blogs.msdn.com/windowsvistase...security_.aspx
> http://support.microsoft.com/Default.aspx?kbid=942956 - Changes to the
> built-in Administrator account in Vista
>
> You have a couple of ways of dealing with this. The best way is to use
> an updated program that understands Vista's structure and doesn't force
> you to write data where you're really not supposed to. Obviously in many
> cases this isn't going to be possible, although I do suggest contacting
> the makers of these programs to see if they have a workaround, patch,
> upgrade planned. Why reinvent the wheel when the program's creators may
> already have the solution.
>
> Otherwise, since you refer to the "Administrators group", I'm going to
> guess that you have Vista Business or Ultimate and therefore can do
> advanced permissions. You might create a user group for that particular
> program and give it full read/write access to just that program's
> directory, making sure that you set child folders to inherit permissions
> from the parent. Then add the users who should have access to the group.
>
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
File sort order reversed or wrong in File Open or File Save dialog box NinerSevenTango Windows XP 6 11-09-2008 08:21 AM
Cached File Behavior Kevin Nechodom Windows XP 1 10-09-2007 10:40 AM
Strange behavior - (R) click file in explorer - seeks Macromed Con Dr Buddy Owen Windows XP 3 03-17-2007 10:30 PM
unexpected file renames when editing a text file marks542004@yahoo.com Windows XP 2 02-03-2007 06:45 PM
Strange behavior - paging file won't resize. OldWin32Dog Windows XP 23 01-09-2007 02:45 PM


All times are GMT -8. The time now is 04:08 PM.


2003 - 2008 All Rights Reserved. Technology Questions

SEO by vBSEO 3.1.0