Re: Detect application is running under virtual machine?

2006-09-14 Thread ken.com
Wollenhaupt [EMAIL PROTECTED] To: profox@leafe.com Sent: Tuesday, September 12, 2006 10:14 PM Subject: RE: Detect application is running under virtual machine? Hi Malcom, Any suggestion on how our application can detect if it is running under a virtual machine like VMWare or VirtualPC? http

RE: Detect application is running under virtual machine?

2006-09-14 Thread Christof Wollenhaupt
Hi Ken, I need someone to convert this to VFP9 speak. strComputer = . objWMIService = GetObject( winmgmts://+strComputer+/root/cimv2 ) colItems = objWMIService.ExecQuery(Select * from Win32_BaseBoard) If colItems.Count == 0 colItems = objWMIService.ExecQuery(Select * from

Re: Detect application is running under virtual machine?

2006-09-13 Thread Vassilis Aggelakos
Christof, Your answers are *always* invaluable! Thank you very much Vassilis - Original Message - From: Christof Wollenhaupt [EMAIL PROTECTED] To: profox@leafe.com Sent: Wednesday, September 13, 2006 8:14 AM Subject: RE: Detect application is running under virtual machine? Hi

RE: Detect application is running under virtual machine?

2006-09-13 Thread Malcolm Greene
Christof, http://blogs.msdn.com/virtual_pc_guy/archive/2005/10/27/484479.aspx Great tips Thank you very much! Malcolm ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of

RE: Detect application is running under virtual machine?

2006-09-13 Thread Lew Schwartz
... Bring up a command shell, do set set.txt and have a look? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Greene Sent: Tuesday, September 12, 2006 11:46 PM To: [EMAIL PROTECTED] Subject: RE: Detect application is running under virtual

Detect application is running under virtual machine?

2006-09-12 Thread Malcolm Greene
Any suggestion on how our application can detect if it is running under a virtual machine like VMWare or VirtualPC? I googled this topic and found assembly language code, but no DLL's that I could link to from VFP. Malcolm ___ Post Messages to:

RE: Detect application is running under virtual machine?

2006-09-12 Thread Lew
Don't they all poke something into the environment that you can get at via getenv()? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Greene Sent: Tuesday, September 12, 2006 8:32 PM To: profox@leafe.com Subject: Detect application is running

RE: Detect application is running under virtual machine?

2006-09-12 Thread Malcolm Greene
Lew, Don't they all poke something into the environment that you can get at via getenv()? I thought the same thing but haven't been able to find anything by searching the net. Malcolm ___ Post Messages to: ProFox@leafe.com Subscription

RE: Detect application is running under virtual machine?

2006-09-12 Thread Christof Wollenhaupt
Hi Malcom, Any suggestion on how our application can detect if it is running under a virtual machine like VMWare or VirtualPC? http://blogs.msdn.com/virtual_pc_guy/archive/2005/10/27/484479.aspx -- Christof ___ Post Messages to: