How do u install netzero in silent mode?
Page 1 of 1
Netzero
#2
Posted 27 September 2004 - 02:15 AM
OK, had to update this one from version 7.0 recently because some screens (button classes) changed. This has been tested and is from my unattended CD:
I've also attached the compiled EXE, rename NetzeroSetup.exe to setup.exe and run in the same dir (or, better, make an SFX).
Good Luck!
; AutoIt Version: 3.0.102
; Language: English
; Platform: Win9x / NT
; Author: nateklomp
; Script Function: Install Netzero QS 7.4
; May not work with other versions!
Run("setup.exe")
Sleep(2000)
WinWaitActive("NetZero QuickStart 7.0 Setup")
WinActivate("NetZero QuickStart 7.0 Setup")
ControlClick("NetZero QuickStart 7.0 Setup","","Button1")
Sleep(2000)
WinWaitActive("Welcome to NetZero")
WinActivate("Welcome to NetZero")
ControlClick("Welcome to NetZero","","zuibutton5")
WinWaitActive("Confirm Exit")
WinActivate("Confirm Exit")
ControlClick("Confirm Exit","","zuibutton1")
EXIT
I've also attached the compiled EXE, rename NetzeroSetup.exe to setup.exe and run in the same dir (or, better, make an SFX).
Good Luck!
Attached File(s)
-
netzero.exe (86.62K)
Number of downloads: 30
#3
Posted 05 October 2004 - 03:20 PM
so in my batch file i just put start /wait %systemdrive%\install\Applications\netzero\netzero.exe ? no switches?
Share this topic:
Page 1 of 1



Help

Back to top








