here my first cmdlines.txt
CODE
[COMMANDS]
".\$1\Install\Framework.2.0\Framework.cmd"
"RunOnceEx.cmd"
".\$1\Install\Framework.2.0\Framework.cmd"
"RunOnceEx.cmd"
Here is my framework.cmd
CODE
cmdow @ /HID
@echo off
Start /Wait %SystemDrive%\Install\Framework.2.0\install.exe /qn
Exit
@echo off
Start /Wait %SystemDrive%\Install\Framework.2.0\install.exe /qn
Exit
And then i change it moving all of the files to the directory $OEM$ like as said a colleague and rename the file install.exe to Dotnet.exe
here my second cmdlines.txt
CODE
[COMMANDS]
"Dotnet.exe /qn"
"RunOnceEx.cmd"
"Dotnet.exe /qn"
"RunOnceEx.cmd"