How can you determine that an application is a Driver Application during Source Validation?
What are the extensions?
Answers (4)
I would say, to answer your question, the extensions to look out for are .inf and .cat
Comments:
-
& also .sys files (sometimes) - hrs2cool 12 years ago
Another simple way is to goto Start>Run>msinfo32 . THen Expand Software Environment. Goto System Drivers. Copy the whole right pane displayed (Ctrl-A & COpy). Save the content in a text file & name it something like Application_before.txt (just for ref) . Install ur app. Repeat the process . Now save the file as Application_After.txt. Compare both the files in a text comparision tool like beyond compare/windiff/examdiff/csdiff etc.. This can be done for Services, Environment variables etc.
I always take a capture while doing a source validation. Just to see what all it is installing. I am not saying to use this capture, but just use it to see what it is installing. Saves you a lot of time that to look around what the application is installing.
Comments:
-
ALso .sys files. - hrs2cool 12 years ago
-
take a capture just to see if it is capturing any sys/inf files.. only then you will get to know whether it is a driver application or not. - piyushnasa 12 years ago