Help - Search - Members - Calendar
Full Version: is there an everesthome110 switch?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
MolTraS
hi, i proved various switch and neighter work please is ther a switch?, the program is the new Aida32 of everest
MCT
i thought aida uses the WISE installer? so i think its /S does that work?

i could be wrong tongue.gif its been like a yr since i used it
MolTraS
/s isnt work sad.gif
MCT
must use a different installer, do u know what it uses? try InstallRite if u cant get it
FuzzBall
I've made an autoit script for Everest Pro, not sure if it will work with everest home.

As long as the Title contains the string "Setup - EVEREST", it should work fine. But this may not be the case if the install screens are different in home then they are pro. As in menu order, etc... Heres the autoit code, and i've upped the exe


Oh yeah, your gonna have to rename your setup exe to "everestpro110.exe" so the script can run it, sorry :-/

I can change it if you really need it
CODE
; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.0
; Language:       English
; Platform:       WinXP
; Author:         AleXz
;
; Script Function:
;    Everest Pro Install
;
; ----------------------------------------------------------------------------

; ----------------------------------------------------------------------------
; Set up our defaults
; ----------------------------------------------------------------------------

AutoItSetOption("TrayIconDebug", 1)
AutoItSetOption("WinTitleMatchMode", 2)

; ----------------------------------------------------------------------------
; Script Start
; ----------------------------------------------------------------------------
Run("everestpro110.exe")

WinWaitActive("Setup", "This will install EVEREST Professional. Do you wish to continue?")
Send("Y")

WinWaitActive("Setup - EVEREST")
Send("{TAB}" & "N")

WinWaitActive("Setup - EVEREST", "License")
Send("{TAB}" & "A" & "N")

WinWaitActive("Setup - EVEREST", "SelectDir")
Send("C:\Program Files\EVEREST" & "{TAB}" & "{TAB}" & "{TAB}")
Send("N")

WinWaitActive("Setup - EVEREST", "SelectProgramGroup")
Send("_Utilities\EVEREST Pro" & "{TAB}" & "{TAB}")
Send("N")

WinWaitActive("Setup - EVEREST", "SelectTasks")
Send("{SPACE}" & "N")

WinWaitActive("Setup - EVEREST", "Ready")
Send("I")

WinWaitActive("Setup - EVEREST", "Launch EVEREST Professional")
Send("{SPACE}" & "F")
MolTraS
Thanks a lot
MolTraS
another thing, what switch i need to use?
Ben.Hahlen
QUOTE (FuzzBall @ Jun 6 2004, 02:36 PM)
I've made an autoit script for Everest Pro, not sure if it will work with everest home.

...

A script for Everest? huh.gif blink.gif
I replaced the name "AIDA" for "Everest" in my runonceex, with the same switches, and it works perfectly, even installs in my custom location.
When I get back home later today I'll post the switches I have...
ZoSTeR
It's an Inno Setup.

/SP- /VERYSILENT
MolTraS
thanks
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.