MSFN Forum: Shareaza Unattended install? - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Shareaza Unattended install? Rate Topic: -----

#1 User is offline   tapnet 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 18-July 03

Posted 15 January 2004 - 10:30 AM

Hi has anyone got the switch for Shareaza (I only use it for BT)

Thanks
TAPNET :)


#2 User is offline   _Shorty 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 03-March 04

Posted 13 March 2004 - 03:00 AM

/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.

#3 User is offline   ZoSTeR 

  • Member
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 04-November 03

Posted 13 March 2004 - 03:11 AM

tapnet, on Jan 15 2004, 10:30 AM, said:

(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)

#4 User is offline   tapnet 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 18-July 03

Posted 20 March 2004 - 07:06 AM

Thanks :)
ZoSTer, Nah i like my shareaza :rolleyes:

#5 User is offline   DarkBringer 

  • Member
  • PipPip
  • Group: Members
  • Posts: 216
  • Joined: 06-August 03

Posted 21 March 2004 - 04:02 AM

You can use this script for a silent install:

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

#6 User is offline   tapnet 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 18-July 03

Posted 23 March 2004 - 08:41 AM

sorry i dont understand that code there DarkBringer :)

#7 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 23 March 2004 - 09:01 AM

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.

#8 User is offline   nocheebo 

  • Group: Members
  • Posts: 8
  • Joined: 15-August 04

Posted 28 August 2004 - 02:55 PM

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:

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


and then run the following from start.cmd:

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...

#9 User is offline   nolookingca 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 338
  • Joined: 17-March 04

Posted 29 August 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.

#10 User is offline   troycicle 

  • Member
  • PipPip
  • Group: Members
  • Posts: 162
  • Joined: 27-August 04

Posted 05 September 2004 - 03:32 PM

/S worked fine for me. It didn't ask me if I wanted to run it now.

#11 User is offline   rompom7 

  • Newbie
  • Group: Members
  • Posts: 30
  • Joined: 01-September 04

Posted 06 September 2004 - 01:47 AM

troycicle, on Sep 5 2004, 03:32 PM, said:

/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

#12 User is offline   Zahriki 

  • The man in black fled across the desert...
  • Group: Members
  • Posts: 29
  • Joined: 15-August 04

Posted 06 September 2004 - 12:17 PM

nolookingca, on Aug 29 2004, 03:44 PM, said:

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.

#13 User is offline   Zahriki 

  • The man in black fled across the desert...
  • Group: Members
  • Posts: 29
  • Joined: 15-August 04

Posted 26 October 2004 - 08:04 PM

/S does not work with version 2.1.0.0

#14 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 26 October 2004 - 08:08 PM

iirc, its /VERYSILENT /SP- for latest version

#15 User is offline   Ghettochild 

  • Newbie
  • Group: Members
  • Posts: 32
  • Joined: 29-August 04

Posted 26 October 2004 - 08:35 PM

This command also worked for me. It installed silently..... /verysilent

#16 User is offline   Zahriki 

  • The man in black fled across the desert...
  • Group: Members
  • Posts: 29
  • Joined: 15-August 04

Posted 26 October 2004 - 10:13 PM

Thanks for the quick reply but I was gonna try the /verysilent /sp-

Which by the way worked like a charm.


:lol:

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy