August 26, 200521 yr I too use AutoIT, but I use it a little differently:RunWait ( @ScriptDir & "\setup.exe /S" )Sleep ( 5000 )DirRemove ( @ProgramsDir & "\XP Codec Pack 1.2.4" ,1 )As you can see, you can install it silently with the "/S" switch, I use AutoIT to cleanup after the install as I don't like random icons and shortcuts...enjoy!
Create an account or sign in to comment