Go Back   CodingForums.com > :: Server side development > ASP.NET

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-20-2012, 02:00 PM   PM User | #1
john_zakaria
Regular Coder

 
Join Date: Dec 2008
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
john_zakaria can only hope to improve
deep freeze process question

dear all please i want to know how i can determine if the deep freeze software has been installed on pc or not??
i have a windows application and i want to show a message that "deep freeze is installed on your pc, please contact administrator"

my idea is to check for its process name is running so show a message box

please reply
john_zakaria is offline   Reply With Quote
Old 03-24-2012, 05:06 PM   PM User | #2
SouthwaterDave
Regular Coder

 
Join Date: May 2007
Location: UK
Posts: 180
Thanks: 0
Thanked 18 Times in 18 Posts
SouthwaterDave is on a distinguished road
I’m not familiar with Deep Freeze so I’m guessing a little, but why don’t you just look for the executable file? For example,

Code:
if (System.IO.File.Exists("C:\\Program Files\\faronics\\Deep Freeze\\DeepFreeze.exe"))
{
     //Do something...
}
SouthwaterDave is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 04:26 AM.


Advertisement
Log in to turn off these ads.