tags:

views:

25

answers:

1

Can anyone point me to a guide for creating inf files? In particular, I'm looking for a parameter reference for the SetupInfObjectInstallAction command that you use to set up an uninstall.

+1  A: 

Some time ago (like 5 years ago) I remember I solved a problem with INF by checking the Microsoft DDK documentation, so from my personal experience I would suggest to start there.

I found a couple of old bookmarks that I think won't really help you for your particular case, but they are OK if you're still trying to understand INF files (these also come in top if you search in Google):

Creating Windows INF Files

INF Files for Bears of Little Brain

Abel Morelos