FSDeveloper Community

Go Back   FSDeveloper Community > Developers coffee house > General chat

General chat For all other chatting you want to do and that does not fit in another forum you can use this one

Reply
 
Thread Tools Display Modes
  #1  
Old 14 Sep 2012, 15:54
tylerpilot's Avatar
tylerpilot tylerpilot is offline
  unitedstates
Location: United States
Join Date: Jul 2012
Posts: 152
Question Locations on Windows XP/Vista

Hi,

Can someone tell me where explorer.exe, and the "Public" user folder is located in Windows XP and Vista please?

Thanks,
Tyler
__________________
Signature
__________________________________________________ __________________________________________________ ________________________

Last edited by tylerpilot; 15 Sep 2012 at 10:46.
Reply With Quote
  #2  
Old 15 Sep 2012, 11:18
mgh mgh is offline
  unitedkingdom
Join Date: Jan 2010
Posts: 748
Why not do a search with Windows Explorer?
Reply With Quote
  #3  
Old 15 Sep 2012, 13:07
WarpD WarpD is offline
  us-ohio
Join Date: Dec 2007
Posts: 301
Why would one need access to a core OS file?
Reply With Quote
  #4  
Old 15 Sep 2012, 14:14
Heretic's Avatar
Heretic Heretic is offline
  germany
Location: BER
Join Date: Feb 2007
Posts: 1,662
Quote:
Originally Posted by WarpD View Post
Why would one need access to a core OS file?
"Explorer.exe has crashed..."

(This tends to happen, but it's usually autostarted after that.)
__________________
Björn K. - 10²² polies, 5000 materials, 70000 drawcalls

FSX: Dornier 328 (FSX), Convair 580 (FSX conversion)
FS9: Boeing 737-200 (FS9)
Reply With Quote
  #5  
Old 15 Sep 2012, 14:45
tylerpilot's Avatar
tylerpilot tylerpilot is offline
  unitedstates
Location: United States
Join Date: Jul 2012
Posts: 152
Post Hi,

Quote:
Originally Posted by mgh View Post
Why not do a search with Windows Explorer?
I don't have XP or Vista. I need to know the locations for an Installer program I'm building.

Last edited by tylerpilot; 15 Sep 2012 at 15:08.
Reply With Quote
  #6  
Old 15 Sep 2012, 16:00
mgh mgh is offline
  unitedkingdom
Join Date: Jan 2010
Posts: 748
I wouldn't like to use an installer that was developed without access to the actual operating system. Anyway, the items may not be in the default locations.
Reply With Quote
  #7  
Old 15 Sep 2012, 16:06
tylerpilot's Avatar
tylerpilot tylerpilot is offline
  unitedstates
Location: United States
Join Date: Jul 2012
Posts: 152
Post Hi,

Quote:
Originally Posted by mgh View Post
I wouldn't like to use an installer that was developed without access to the actual operating system. Anyway, the items may not be in the default locations.
I'm sorry but I don't understand what you mean. What I want to do is make a button that when the user clicks it he/she can open windows explorer to see where to install files. And I also have three manuals that will install to the users system.

Last edited by tylerpilot; 15 Sep 2012 at 16:10.
Reply With Quote
  #8  
Old 15 Sep 2012, 16:40
hairyspin's Avatar
hairyspin hairyspin is offline
  unitedkingdom
Join Date: May 2010
Posts: 1,009
I don't have Vista either, but environment variables might give you the answers you need. Note that the variables you might need are different in XP from those in Win7/Vista.

Referencing the environment variables can also get around the user who has a more customised, non-default setup.
__________________
Tom
Reply With Quote
  #9  
Old 15 Sep 2012, 18:09
mgh mgh is offline
  unitedkingdom
Join Date: Jan 2010
Posts: 748
How do you propose using windows Explorer to help the user install files?
Reply With Quote
  #10  
Old 15 Sep 2012, 19:36
tylerpilot's Avatar
tylerpilot tylerpilot is offline
  unitedstates
Location: United States
Join Date: Jul 2012
Posts: 152
Post

Quote:
Originally Posted by mgh View Post
How do you propose using windows Explorer to help the user install files?
The user can open explorer.exe to see where he/she wants to install files.
__________________
Signature
__________________________________________________ __________________________________________________ ________________________
Reply With Quote
  #11  
Old 16 Sep 2012, 06:03
mgh mgh is offline
  unitedkingdom
Join Date: Jan 2010
Posts: 748
Quote:
Originally Posted by tylerpilot View Post
The user can open explorer.exe to see where he/she wants to install files.
Explorer won't help in acvtually installing files it's the wrong tool for that.

Why doesn't your installer itself offer the user the opportunity to select where to install and then install? Other installers do.
Reply With Quote
  #12  
Old 16 Sep 2012, 07:20
tylerpilot's Avatar
tylerpilot tylerpilot is offline
  unitedstates
Location: United States
Join Date: Jul 2012
Posts: 152
Post

Quote:
Originally Posted by mgh View Post
Explorer won't help in acvtually installing files it's the wrong tool for that.

Why doesn't your installer itself offer the user the opportunity to select where to install and then install? Other installers do.
It does. I just want to know if the locations of "explorer.exe" and the "Public" user folder are the same in Windows XP and Vista.
__________________
Signature
__________________________________________________ __________________________________________________ ________________________
Reply With Quote
  #13  
Old 16 Sep 2012, 09:33
mgh mgh is offline
  unitedkingdom
Join Date: Jan 2010
Posts: 748
Quote:
Originally Posted by tylerpilot View Post
It does. I just want to know if the locations of "explorer.exe" and the "Public" user folder are the same in Windows XP and Vista.
Can you explain why?
Reply With Quote
  #14  
Old 16 Sep 2012, 14:45
hairyspin's Avatar
hairyspin hairyspin is offline
  unitedkingdom
Join Date: May 2010
Posts: 1,009
Okay, short answer: they're not.

In XP there is no Public folder, what you seem to be asking for is All Users (C:\Documents and Settings\All Users)

In Vista, as in Windows 7, the Public folder is C:\Users\Public.


But could I urge you to at least to get XP and Vista users to try your installer before releasing to the public. Better is to get access to XP and Vista installations and test them yourself first.
__________________
Tom
Reply With Quote
  #15  
Old 16 Sep 2012, 15:00
mgh mgh is offline
  unitedkingdom
Join Date: Jan 2010
Posts: 748
Quote:
Originally Posted by tylerpilot View Post
Because I want the installer program to install to these folders. I not sure if someone with a vista or XP has the same locations for the folders.
But I thoughht6 to user chose where to instal and that doesn't explain why your installer needs to open Explorer.
Reply With Quote
  #16  
Old 16 Sep 2012, 15:21
tylerpilot's Avatar
tylerpilot tylerpilot is offline
  unitedstates
Location: United States
Join Date: Jul 2012
Posts: 152
Post Okay so....

Quote:
But I thought the user chooses where to install and that doesn't explain why your installer needs to open Explorer.
Okay, never mind about explorer. But I wanted to install some PDF manuals to a documents folder that was common on all windows systems. So I wanted to make sure it was all the same on all windows systems.

Quote:
Originally Posted by hairyspin View Post
Okay, short answer: they're not.

In XP there is no Public folder, what you seem to be asking for is All Users (C:\Documents and Settings\All Users)

In Vista, as in Windows 7, the Public folder is C:\Users\Public.


But could I urge you to at least to get XP and Vista users to try your installer before releasing to the public. Better is to get access to XP and Vista installations and test them yourself first.
Okay, thanks , That was the information I needed.

Thanks,
Tyler
__________________
Signature
__________________________________________________ __________________________________________________ ________________________
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Discovering WPF and custom windows in FSX ziporama Tools programming 26 27 Jun 2012 03:59
[FSXA] Windows 7 64 bit and XML issue Roy Holmes Modeling 2 11 Jan 2012 08:05
[FSX] cabin windows in gmax and other questions Michael2 Modeling 11 10 Sep 2011 10:24
Windows 8..... solid General chat 15 26 Jun 2011 23:44
Recessed windows in a dome. Here for the Beer GMax and 3DS Max 9 18 Feb 2008 16:36


All times are GMT -4. The time now is 19:45.

Kirsch designed by Andrew & Austin


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.