Thanks for the response. Let me explain a little bit more about what I want to do. I have been assigned to create an install program that loads device drivers and registers them for a piece of hardware. I have been using InstallShield to create the install. All that the install does is copy a few files to locations that I specify, imports a .reg file to the registry, and asks for a reboot. Is it possible to perform at least the file copy and the registry changes in an .inf file. That way the user installing the driver for the hardware just points to the .inf instead of running an installshield setup program. I'm not very familiar with the sections of the .inf, and I was trying to determine if we could do one of the following:
1 - Put the file copy and registry changes in the .inf
or
2 - Call the setup.exe from an .inf
Hopefully that gives you a better idea of what I would like to do.