Help - Search - Members - Calendar
Full Version: Shareaza Unattended install?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
tapnet
Hi has anyone got the switch for Shareaza (I only use it for BT)

Thanks
TAPNET smile.gif
_Shorty
/S gets it installed, that's an upper case S, but at the end it asks if you would like to run it now. No biggie I guess if you're installing it at a point where the machine will be rebooting shortly anyways, should work out ok.
ZoSTeR
QUOTE (tapnet @ Jan 15 2004, 10:30 AM)
(I only use it for BT)

Have you tried Azureus?

IMHO the best BT client around. Also uses /S for silent installation.

You also need the Java Runtime Environment (j2re-1.4.2_04)
tapnet
Thanks smile.gif
ZoSTer, Nah i like my shareaza smile.gif
DarkBringer
You can use this script for a silent install:

CODE
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run ("%systemdrive%\INSTALL\APPS\SHAREAZA\Shareaza.exe /S")
WScript.Sleep 7000
WshShell.SendKeys "{TAB}"
WScript.Sleep 2000
WshShell.SendKeys "{ENTER}"
WScript.Quit

Make sure the path to the .exe is correct. Save as .vbs
tapnet
sorry i dont understand that code there DarkBringer sad.gif
Aaron
You don't really have to understand it. But what its doing is pausing and sending keys such as TAB and ENTER to the active window of the installation. In short - its automating key presses.
nocheebo
since shareaza (v2.0.20beta, anyway) uses the inno installer, i just create shareaza.inifwith the control switches that'll let you control how it installs:

CODE
[Setup]
Lang=en
Dir=C:\Program Files\Shareaza
Group=Shareaza
NoIcons=0
Components=


and then run the following from start.cmd:

CODE
ECHO.
ECHO Installing Shareaza v2.0.2.0b...
start /wait %systemdrive%\install\shareaza\shareaza.exe /SILENT /LOADINF=shareaza.inf SP-


and voila... hope that helps someone...
nolookingca
Don't mean to flame, but aren't you guys forgetting the basics?

If it uses inno, the usual filename.exe /VERYSILENT /SP- should take care of em.
troycicle
/S worked fine for me. It didn't ask me if I wanted to run it now.
rompom7
QUOTE (troycicle @ Sep 5 2004, 03:32 PM)
/S worked fine for me.  It didn't ask me if I wanted to run it now.

Yeah me too.

What versions you guys have? I have v2.0.0.0
Zahriki
QUOTE (nolookingca @ Aug 29 2004, 03:44 PM)
Don't mean to flame, but aren't you guys forgetting the basics?

If it uses inno, the usual filename.exe /VERYSILENT /SP- should take care of em.

I tried that ... but the Setup screen asking where I want Shareaza installed popped up.

I'm gonna try just the /S switch and see if that works.


Edit:

The /S switch worked perfectly.
Zahriki
/S does not work with version 2.1.0.0
lilweirddude
iirc, its /VERYSILENT /SP- for latest version
Ghettochild
This command also worked for me. It installed silently..... /verysilent
Zahriki
Thanks for the quick reply but I was gonna try the /verysilent /sp-

Which by the way worked like a charm.


laugh.gif




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.