Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
AnswerRe: Detection of an installed program Pin
OriginalGriff14-Sep-12 6:24
mveOriginalGriff14-Sep-12 6:24 
AnswerRe: Detection of an installed program Pin
Abhinav S14-Sep-12 8:17
Abhinav S14-Sep-12 8:17 
GeneralRe: Detection of an installed program Pin
Fred 3414-Sep-12 8:29
Fred 3414-Sep-12 8:29 
GeneralRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 9:34
mveRichard MacCutchan14-Sep-12 9:34 
GeneralRe: Detection of an installed program Pin
Fred 3414-Sep-12 9:56
Fred 3414-Sep-12 9:56 
SuggestionRe: Detection of an installed program Pin
Paul Conrad14-Sep-12 10:25
professionalPaul Conrad14-Sep-12 10:25 
GeneralRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 22:49
mveRichard MacCutchan14-Sep-12 22:49 
AnswerRe: Detection of an installed program Pin
jschell14-Sep-12 11:01
jschell14-Sep-12 11:01 
Based on your other responses your question is imprecise.

There are many things that at application either requires or desires.

The impact on the application on those depends on the nature of the item itself.

As an extreme example if you have compiled windows binary it will not run on a BASIC-STAMP. It is also ridiculous to even consider that case.

The needs can be broken into the following
1. It will always be on the target system
2. It will often be on the target system
3. It will sometimes be on the target system.

What your application does based on the above depends on the need. Choices are.
1. Do not run.
2. Run but do not enable certain functionality.
3. Run and provide default functionality.
4. Inform the user and ask them to install the functionality.

You can attempt to minimize problems by creating an appropriate installer. The nature of that installer depends on the decisions related to the above. But in general the installer must check for the specific functionality and then install it. How it does that still depends on the nature of the resource though.

And all of the above also is impacted by the license of the specific resources.
AnswerRe: Detection of an installed program Pin
PIEBALDconsult15-Sep-12 3:28
mvePIEBALDconsult15-Sep-12 3:28 
QuestionWindowsFormApplication.csprof could not be loaded<solved> Pin
Hbr_Tha_real14-Sep-12 4:01
Hbr_Tha_real14-Sep-12 4:01 
AnswerRe: WindowsFormApplication.csprof could not be loaded Pin
Dave Kreskowiak14-Sep-12 4:12
mveDave Kreskowiak14-Sep-12 4:12 
GeneralRe: WindowsFormApplication.csprof could not be loaded Pin
Hbr_Tha_real14-Sep-12 4:56
Hbr_Tha_real14-Sep-12 4:56 
QuestionHow to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c# Pin
abhinish13-Sep-12 23:47
abhinish13-Sep-12 23:47 
AnswerRe: How to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c# Pin
Ravi Bhavnani14-Sep-12 2:26
professionalRavi Bhavnani14-Sep-12 2:26 
GeneralRe: How to enable Browser Helper Object (BHO) and Toolbar in Internet Explorer using c# Pin
abhinish14-Sep-12 21:53
abhinish14-Sep-12 21:53 
QuestionKimono mirror iphone 4 4s case Pin
nancywoof13-Sep-12 20:18
nancywoof13-Sep-12 20:18 
Questionplease clear this doubt Pin
arul mozhi13-Sep-12 19:53
arul mozhi13-Sep-12 19:53 
AnswerRe: please clear this doubt Pin
Calla13-Sep-12 20:00
Calla13-Sep-12 20:00 
GeneralRe: please clear this doubt Pin
arul mozhi13-Sep-12 21:34
arul mozhi13-Sep-12 21:34 
GeneralRe: please clear this doubt Pin
Calla13-Sep-12 21:42
Calla13-Sep-12 21:42 
GeneralRe: please clear this doubt Pin
lukeer13-Sep-12 22:09
lukeer13-Sep-12 22:09 
GeneralRe: please clear this doubt Pin
BobJanova14-Sep-12 0:51
BobJanova14-Sep-12 0:51 
AnswerRe: please clear this doubt Pin
OriginalGriff13-Sep-12 21:43
mveOriginalGriff13-Sep-12 21:43 
AnswerRe: please clear this doubt Pin
Emmanuel Medina17-Sep-12 7:49
professionalEmmanuel Medina17-Sep-12 7:49 
QuestionHow to use Response.AddHeader Method Pin
ASPnoob13-Sep-12 18:59
ASPnoob13-Sep-12 18:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.