20
Aug
07

Inno setup INF driver installation

 [Run]
 Filename: “{win}\rundll.exe”;
   Parameters: “setupx.dll,InstallHinfSection DefaultInstall 132
MYFILE.INF”

That won’t work on Windows NT/2000 (rundll.exe doesn’t exist). But this
should:

[Run]
Filename: “{win}\rundll.exe”; Parameters: “setupx.dll,InstallHinfSection
DefaultInstall 132 MYFILE.INF”; MinVersion: 1, 0
Filename: “{sys}\rundll32.exe”; Parameters: “setupapi,InstallHinfSection
DefaultInstall 132 MYFILE.INF”; MinVersion: 0, 1


0 Responses to “Linux : executer un script au demarrage”


  1. No Comments

Leave a Reply