Learn & Master
how to convert exe to inf file
615-515-3605   |    My Cart

How To Convert Exe To Inf File Now

[AutoRun] OPEN=YourProgram.exe ICON=YourProgram.exe,0 ACTION=Run Your Software (on root of USB/CD). Note: Windows disables AutoRun on most removable drives now for security. Feature 3: Write a Driver .inf That References an .exe (Rare) For certain legacy or custom devices, you might want an .inf to launch a user-mode setup .exe after driver install:

[DefaultInstall] CopyFiles = FakeCopy AddReg = RunExeAfterInstall [RunExeAfterInstall] HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","MyAppSetup",,"%01%\setup.exe" how to convert exe to inf file

how to convert exe to inf file

[AutoRun] OPEN=YourProgram.exe ICON=YourProgram.exe,0 ACTION=Run Your Software (on root of USB/CD). Note: Windows disables AutoRun on most removable drives now for security. Feature 3: Write a Driver .inf That References an .exe (Rare) For certain legacy or custom devices, you might want an .inf to launch a user-mode setup .exe after driver install:

[DefaultInstall] CopyFiles = FakeCopy AddReg = RunExeAfterInstall [RunExeAfterInstall] HKLM,"Software\Microsoft\Windows\CurrentVersion\RunOnce","MyAppSetup",,"%01%\setup.exe"