hello
I tried the switches /S on winamp
now 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
++
Page 1 of 1
switches and winamp 5.01
#3
Posted 25 June 2004 - 08:55 AM
Run this command after running the "/S" switch on winamp installer.
taskkill /IM winamp.exe
#4
Posted 25 June 2004 - 10:08 AM
or do it with autoit:
Quote
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
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
#5
Posted 25 June 2004 - 10:36 AM
#6
Posted 25 June 2004 - 10:50 AM
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.
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.
#8
Posted 25 June 2004 - 06:36 PM
Will we download it for getting more annoying useless links?!
#9
Posted 25 June 2004 - 08:00 PM
Alanoll, on Jun 25 2004, 01:22 PM, said:
it's built on 6/23/04
hmm. am i hearing an updated unattended-capable winamp msi file? im very excited at this one!
#10
Posted 25 June 2004 - 11:30 PM
I was saying the Nullsoft installer is dated that. The MSI however is not.
I'll see about adding a date.
Share this topic:
Page 1 of 1



Help
Back to top









