June 25, 200422 yr helloI tried the switches /S on winampnow i got a silent installation but the register windows show up at the end :/can you tell me how to hide it ?thx for help++
June 25, 200422 yr Run this command after running the "/S" switch on winamp installer.taskkill /IM winamp.exe
June 25, 200422 yr or do it with autoit:If $CmdLine[0]<> 1 Then msgbox(0,"Error","Usage: winampsilent.exe winamp503_full.exe")Else Run ($CmdLine[1]) WinWait ( "Winamp Setup ", "License Agreement") ControlClick ( "Winamp Setup ", "License Agreement", "Button2") WinWait ( "Winamp Setup ", "Choose Components") WinMove("Winamp Setup ", "Choose Components", 0, 0) MouseClick ( "left" , 210, 191, 1, 0) MouseClick ( "left" , 210, 272, 1, 0) ControlClick ( "Winamp Setup ", "Choose Components", "Button2") WinWait ( "Winamp Setup ", "Choose Install Location") ControlClick ( "Winamp Setup ", "Choose Install Location", "Button2") WinWait ( "Winamp Setup ", "Choose Install Options") WinMove("Winamp Setup ", "Choose Install Options", 0, 0) MouseClick ( "left" , 191, 192, 1, 0) MouseClick ( "left" , 191, 271, 1, 0) ControlClick ( "Winamp Setup ", "Choose Install Options", "Button2") WinWait ( "Winamp Setup", "Internet Connection") WinMove("Winamp Setup", "Internet Connection", 0, 0) ControlClick ( "Winamp Setup", "Internet Connection", "ComboBox1") sleep(500) MouseClick ( "left" , 128, 174, 1, 0) ControlClick ( "Winamp Setup", "Internet Connection", "Button2") WinWait ( "Winamp Setup", "Interface") ControlClick ( "Winamp Setup", "Interface", "Button2") WinWait ( "Add Media to Library", "Add Media") ControlClick ( "Add Media to Library", "Add Media", "Button3") ControlClick ( "Add Media to Library", "Add Media", "Button2") ProcessClose("Winamp.exe") RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regname", "REG_SZ", "name") RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp", "regkey", "REG_SZ", "serial")EndIf
June 25, 200422 yr Yup!The switches have been same all the way from 2.81 to 5.03.But, the existence of 5.03c is news to me. Is it real?I know of 5.03, but not a "c" sub-release version.
June 26, 200422 yr it's built on 6/23/04hmm. am i hearing an updated unattended-capable winamp msi file? im very excited at this one!
June 26, 200422 yr I was saying the Nullsoft installer is dated that. The MSI however is not. I'll see about adding a date.
Create an account or sign in to comment