// JP opened flex table

Click to See Complete Forum and Search --> : Launching executable from INF file


SatansDisciple
November 2nd, 2004, 01:03 AM
Hi,

I am editing a driver installing INF file. Is there anyway to directly launch an application via any section within the INF?

The only execution action I can find mention of is running another INF section with the following:

[INFHeader]
"rundll32 setupapi,InstallHinfSection DefaultInstall 132 .\install.inf"

What I'm after is something similar to an Autorun.inf command:

[INFHeader]
open="c:\temp\app.exe"

Any ideas?

//JP added flex table