Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.
Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.
We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.
Read Forum Rules
![]() ![]() |
Nov 9 2003, 07:30 AM Post
#1 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 |
Who know it? thx |
| | |
Nov 9 2003, 09:15 AM Post
#2 | |
| Junior ![]() Group: Members Posts: 53 Joined: 24-October 03 Member No.: 8526 |
i use absetup.exe /S it will bring an error, but it works... |
| | |
Nov 9 2003, 04:59 PM Post
#3 | |
| Spurz 4 Life.... ![]() ![]() ![]() ![]() Group: Members Posts: 532 Joined: 26-July 03 From: Kansas Member No.: 5165 OS: XP Home |
it worked for me but w/ out the error.
|
| | |
Nov 9 2003, 08:09 PM Post
#4 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 408 Joined: 25-July 03 Member No.: 5148 |
What version were you installing when you didn't get the error? |
| | |
Nov 10 2003, 12:15 PM Post
#5 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 |
w/ doesn't work... i have last version 8.02 build 112
|
| | |
Nov 10 2003, 07:23 PM Post
#6 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 408 Joined: 25-July 03 Member No.: 5148 |
I just emailed the author and asked him if anything could be done. We'll see what he says (if anything).
|
| | |
Nov 10 2003, 08:40 PM Post
#7 | |
| Newbie Group: Members Posts: 40 Joined: 15-September 03 Member No.: 6800 | CODE Set WshShell = WScript.CreateObject("WScript.Shell") 'uruchomienie instalacji WshShell.Run app & "absetup.exe" WScript.Sleep 2500 WshShell.SendKeys "N" WScript.Sleep 500 WshShell.SendKeys "%A" WScript.Sleep 500 WshShell.SendKeys "N" WScript.Sleep 500 'odznaczanie menu w starcie WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" WshShell.SendKeys "N" WScript.Sleep 500 'odznaczenie skrotow WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" WshShell.SendKeys "I" 'start kopiowania WScript.Sleep 5000 WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ }" WshShell.SendKeys "F" WScript.Sleep 500 WScript.Quit I use this vbs script. |
| | |
Nov 11 2003, 03:46 AM Post
#8 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 |
How works vb script? i create a new file .vbs? and in the batch file what command i have to use for run vbs script?
|
| | |
Nov 11 2003, 08:57 AM Post
#9 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 408 Joined: 25-July 03 Member No.: 5148 |
Call the vbs by type the path to the file followed by the filename eg: %systemdrive%\install\apps\avant\avant.vbs |
| | |
Nov 11 2003, 12:34 PM Post
#10 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 |
i have an error... i put avant.vbs in: c:\install\Applications\AvantBrowser\ in avant.vbs directory there's absetup.exe my cmd: CLS @echo off ECHO. ECHO Installing Avant Browser 8.02 build 112 ECHO Please wait... start /wait %systemdrive%\install\Applications\AvantBrowser\avant.vbs ECHO. EXIT if i run cmd i have the error if i run avant.vbs i have no error why? |
| | |
Nov 13 2003, 08:36 AM Post
#11 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 |
up |
| | |
Nov 16 2003, 04:50 PM Post
#12 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 | QUOTE (Bachus @ Nov 11 2003, 02:23 AM) I just emailed the author and asked him if anything could be done. We'll see what he says (if anything). Is he says something? |
| | |
Nov 17 2003, 07:34 AM Post
#13 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 408 Joined: 25-July 03 Member No.: 5148 |
Not yet. The page said he's very busy and it might be awhile before he gets around to responding.
|
| | |
Jan 9 2004, 11:41 AM Post
#14 | |
| Newbie Group: Members Posts: 29 Joined: 7-August 03 From: Italy Member No.: 5537 |
up |
| | |
Jan 9 2004, 12:08 PM Post
#15 | |
| The MSFN Banana Group: Patrons Posts: 5767 Joined: 17-August 01 From: England, UK Member No.: 3 OS: none |
up?
|
| | |
Jan 10 2004, 02:16 PM Post
#16 | |
| Junior ![]() Group: Members Posts: 81 Joined: 6-October 03 From: France Member No.: 7792 |
I posted a message on their forum and they said AB installer doesnt support any silent install. And I dont understand that vbs script ? what does it suppose to do ? |
| | |
Jan 11 2004, 12:31 AM Post
#17 | |
| Group: Members Posts: 5 Joined: 31-December 03 Member No.: 11767 |
Hello all. Avant is one of my favorite broswers also. I was a little dissappointed not to find a switch for a silent install. But as KonuS posted, using the vbs script is kinda nice. I had to alter it a little to fit my ver. but it work at least for me when I was testing it on my box. I tried it once on my very first install but I had an typing error. ---------------------------------Begin Code-------------------------------------------- Set WshShell = WScript.CreateObject("WScript.Shell") 'To Simulate Keystrokes WshShell.Run app & "avant.exe" WScript.Sleep 2500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys " " WScript.Sleep 2000 WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WScript.Sleep 2500 WshShell.SendKeys "{ENTER}" WScript.Sleep 2500 WshShell.SendKeys "{ENTER}" WshShell.SendKeys "{TAB}" WshShell.SendKeys " " WScript.Sleep 2500 WshShell.SendKeys "{TAB}" WshShell.SendKeys "{TAB}" WshShell.SendKeys "{ENTER}" WScript.Quit ---------------------------------End Code-------------------------------------------- Just copy and paste that in notepad and save it as "Avant.vbs". BTW, I love this site. All the guides are right on the money. I got my CD ready in a matter hours really. And it ran ran almost flawlessy Runoncex and all.(If it wasnt for my bad typing, I think it wouldve been). |
| | |
Feb 22 2004, 10:37 PM Post
#18 | |
| Junior ![]() Group: Members Posts: 61 Joined: 2-September 03 Member No.: 6139 |
I modified No1spec's avant.vbs file to work with Avant 9.01.113. I guess they changed the prompts a bit. Since I use a launch bar (Winbar) I don't place any shortcuts on the desktop or quicklaunch bar. In addition, I don't add a Start Menu entry either. Here is the documented code. Modify it down to fit your needs. The delay's are a little long but should work on most systems. Thanks to No1spec for his great help in making Avant work for me in my unattended install. Here is the code: _______________Begin Code________________________________ Set WshShell = WScript.CreateObject("WScript.Shell") 'To Simulate Keystrokes WshShell.Run app & "avant.exe" WScript.Sleep 2500 'Agree to license agreement WshShell.SendKeys "{ENTER}" WScript.Sleep 1000 'Accept default destination folder WshShell.SendKeys "{ENTER}" WScript.Sleep 1000 'Deselect creating Start Menu folder WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys " " WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 500 'Deselect desktop-quick-start shortcuts WshShell.SendKeys " " WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys " " WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{TAB}" WScript.Sleep 500 WshShell.SendKeys "{ENTER}" WScript.Sleep 3000 'Installing Program...Prompt to install Roboform (not selected) WshShell.SendKeys "{ENTER}" WScript.Sleep 1000 WshShell.SendKeys " " WScript.Sleep 1000 WshShell.SendKeys "{TAB}" WScript.Sleep 1000 WshShell.SendKeys "{TAB}" WScript.Sleep 1000 WshShell.SendKeys "{ENTER}" WScript.Sleep 1000 WScript.Quit ________________End Code_________________________ |
| | |
May 24 2004, 06:10 AM Post
#19 | |
| MSFN Junkie ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 3288 Joined: 19-May 04 Member No.: 20315 |
thanks for the vbs script, i have 1 question tho, anyway 2 hide the installation progress?
|
| | |
Jun 8 2004, 10:37 AM Post
#20 | |
| Junior ![]() Group: Members Posts: 80 Joined: 29-December 03 Member No.: 11628 |
I just installed the latest Avant Browser (9.02 build 26) using the following command line: CODE absetup.exe /S Note that the /S must be capitalized, and even though this uses the Nullsoft NSIS installer, none of the other switches I tried have worked (e.g. /D=directory). Using the /S, it shows no window or progress of any kind, and it installed successfully with no user interaction. Of course it installs with all the default options selected (i.e. installs in %ProgramFiles%\Avant Browser, creates desktop and QuickLaunch icons etc), but since the installer itself doesn't give you too many other options, I didn't have a problem with this. I can always delete icons manually in a script etc. Regards, Matt |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 01:35 AM |