Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > Which \Windows subfolder is the same (common) across all WindowsNT OS?

Reply
Thread Tools Display Modes

Which \Windows subfolder is the same (common) across all WindowsNT OS?

 
 
Eduardo
Guest
Posts: n/a

 
      11-05-2008
"Probably" Fonts, Help, inf.

"Jack" <replyto@it> escribió en el mensaje
news:...
> Hello,
> I need to know which one of WindowsNT subfolders (except
> System32) have the same name and exist in all WindowsNT OS.
> Is there some comparision chart to show that?
> Thanks,
> Jack
>



 
Reply With Quote
 
 
 
 
Jack
Guest
Posts: n/a

 
      11-05-2008
Hello,
I need to know which one of WindowsNT subfolders (except
System32) have the same name and exist in all WindowsNT OS.
Is there some comparision chart to show that?
Thanks,
Jack


 
Reply With Quote
 
Paul Clement
Guest
Posts: n/a

 
      11-05-2008
On Wed, 5 Nov 2008 12:14:46 -0500, "Jack" <replyto@it> wrote:

¤ Hello,
¤ I need to know which one of WindowsNT subfolders (except
¤ System32) have the same name and exist in all WindowsNT OS.
¤ Is there some comparision chart to show that?

There is no such thing and the sub folders will vary depending upon the software that is installed.
How would this information be useful to you?


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Reply With Quote
 
Eduardo
Guest
Posts: n/a

 
      11-05-2008
"Paul Clement" <> escribió en el
mensaje news:...

> ¤ I need to know which one of WindowsNT subfolders (except
> ¤ System32) have the same name and exist in all WindowsNT OS.
> ¤ Is there some comparision chart to show that?
>
> [cut] and the sub folders will vary depending upon the software that is
> installed.


I've never seen software that change the Fonts location (for example), but
anything is possible. I think i remember it was there back from Windows 3.x.


 
Reply With Quote
 
Jeff Johnson
Guest
Posts: n/a

 
      11-05-2008
"Jack" <replyto@it> wrote in message
news:...

> I need to know which one of WindowsNT subfolders (except
> System32) have the same name and exist in all WindowsNT OS.
> Is there some comparision chart to show that?


Here they are:
..
...


 
Reply With Quote
 
expvb
Guest
Posts: n/a

 
      11-05-2008
"Jack" <replyto@it> wrote in message
news:...
> Hello,
> I need to know which one of WindowsNT subfolders (except
> System32) have the same name and exist in all WindowsNT OS.
> Is there some comparision chart to show that?


There maybe some, but there is no guarantee that they will exist in feature
versions. Also, members of the limited "Users" group can't write to
"Windows" or "Program Files" or any of their subfolders. If you want
writable location, use SHGetSpecialFolderLocation() with CSIDL_APPDATA for
per user data, or CSIDL_COMMON_APPDATA for per computer data. If you use
CSIDL_COMMON_APPDATA, then you need to modify the permissions on the folder.
If you are using Inno Setup, this can be done with one line:

[Dirs]
Name: "{commonappdata}\MyCompany\MySoftware"; Permissions: users-full

See this post for full details:

http://groups.google.com/group/micro...1e6fda74?hl=en

See also this SHGetSpecialFolderLocation sample:

http://news.jrsoftware.org/news/innosetup/msg69444.html


 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      11-06-2008
Jack <replyto@it> wrote:
>
> Hello,
> I need to know which one of WindowsNT subfolders (except
> System32) have the same name and exist in all WindowsNT OS.
> Is there some comparision chart to show that?
> Thanks,
> Jack




Well, you would have to not include NT4 and Win2000 (and almost certainly
NT3.x) as the Windows folder is called WINNT on them.

ss.


 
Reply With Quote
 
Poutnik
Guest
Posts: n/a

 
      11-06-2008
In article <>,
says...>
>
>
>
> Well, you would have to not include NT4 and Win2000 (and almost certainly
> NT3.x) as the Windows folder is called WINNT on them.
>

Unless he can use enviroment variables instead of hardcoded paths.

 
Reply With Quote
 
Synapse Syndrome
Guest
Posts: n/a

 
      11-06-2008
Poutnik <> wrote:
>
> >
> >
> >
> > Well, you would have to not include NT4 and Win2000 (and almost
> > certainly NT3.x) as the Windows folder is called WINNT on them.
> >

> Unless he can use enviroment variables instead of hardcoded paths.
>


Yeah, the OP could use %systemroot%, depending on what he is trying to do.

ss.


 
Reply With Quote
 
Cor Ligthert[MVP]
Guest
Posts: n/a

 
      11-06-2008
Jeff,

I had tot think, but because of the reply from Jan I got a big smile as
well, when I understood it.

Cor

"Jeff Johnson" <> wrote in message
news:...
> "Jack" <replyto@it> wrote in message
> news:...
>
>> I need to know which one of WindowsNT subfolders (except
>> System32) have the same name and exist in all WindowsNT OS.
>> Is there some comparision chart to show that?

>
> Here they are:
> .
> ..
>


 
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
Subfolder problem Jill Windows Vista Mail 2 06-20-2008 02:33 PM
lost subfolder in windows mail Sydkar Windows Vista Mail 1 03-05-2008 12:07 AM
Remote installation fails on create subfolder below c:\windows\winsxs Rolf Windows Vista Security 1 04-06-2007 06:34 PM
Remote installation fails on create subfolder below c:\windows\winsxs Rolf Windows Vista Security 0 04-05-2007 05:25 PM
MS Windows Common Controls Willi Windows Vista Installation 2 03-22-2007 06:56 AM



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