MonsterMax-=SPB= Posted August 26, 2005 Posted August 26, 2005 how do i make this? What key?sorry for my english
Nologic Posted August 26, 2005 Posted August 26, 2005 Well don't know about silent....but how about automated.
InTheWayBoy Posted August 26, 2005 Posted August 26, 2005 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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now