Whenever I try to launch "RunOnceEx.inf" from the command prompt, I always get the error "Failed to Install". I am using the command: rundll32 setupapi,InstallHinfSection DefaultInstall 128 RunOnceEx.infOn my unnatended install the RunOnceEx.inf gets launched from "cmdlines.txt" using the above command. It does not work during the install either, which means my apps don't get installed. Here is my "RunOnceEx.inf" code, perhaps I'm missing something. [Version]Signature=$CHICAGO$
[DefaultInstall]AddReg=RunOnceEx
[RunOnceEx]HKLM,"%key%\",Title,0,"Installing Applications"HKLM,"%key%\",Flags,0x00010001,20
HKLM,"%key%\005",,,"AC3Filter 0.70b"HKLM,"%key%\005",1,,"%24%\Install\Adobe\ac3filter_0_70b.exe /S"
HKLM,"%key%\010",,,"Adobe Reader 6.0.1"HKLM,"%key%\010",1,,"%24%\Install\Adobe\AdbeRdr60_enu_full.exe -p"""-s /v\"""/qn\"""
HKLM,"%key%\015",,,"Alcohol 120% 1.9.2.1705"HKLM,"%key%\015",1,,"%24%\Install\Alcohol\Alcohol120_1921705.msi /qn"HKLM,"%key%\015",2,,"REGEDIT /S %24%\Install\Alcohol\register.reg"
HKLM,"%key%\017",,,"Kazaa 2.0.2"HKLM,"%key%\017",1,,"%24%\Install\Kazaa\kazaa202.exe /S"
HKLM,"%key%\020",,,"Nero Burning Rom 6.3.1.10"HKLM,"%key%\020",1,,"%24%\Install\Nero\Nero63110.exe /SILENT /NOREBOOT /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN"
HKLM,"%key%\025",,,"Skype 0.97"HKLM,"%key%\025",1,,"%24%\Install\Skype\SkypeSetup-Beta.exe /verysilent /sp-"
;HKLM,"%key%\030",,,"Symantec AntiVirus 9 Corporate";HKLM,"%key%\030",1,,"%24%\Install\SAV\savclnt.exe /qn"
HKLM,"%key%\040",,,"WinRAR 3.30"HKLM,"%key%\040",1,,"%24%\Install\WinRAR\wrar330.exe /s"
HKLM,"%key%\050",,,"Cleaning up and rebooting"HKLM,"%key%\050",1,,"%24%\Install\cleanup.bat"
[strings]key="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx"