MSFN Forum: Limewire Pro 4.9.28.1 - 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

Limewire Pro 4.9.28.1 WPI silent install Rate Topic: -----

#1 User is offline   treblA 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 05-March 05

Posted 07 September 2005 - 10:23 PM

Can somebody pls tell me the silent switch for Liemewire Pro 4.9.28.1....

cause when i tried using this switch

prog[pn]=['Limewire']
desc[pn]=['Peer 2 Peer program']
cmd1[pn]=['%cdrom%\\software\\Application\\Limewire\\Limewire.exe /S']
dflt[pn]=['yes']
cat[pn]=['P2P Progs']
pn++

a pop up windows appears and then u have to press the install button to begin installation....

thanks in advanced


#2 User is offline   Solid as a rock 

  • So solid as a rock is
  • PipPipPipPipPip
  • Group: Members
  • Posts: 718
  • Joined: 30-May 04

Posted 10 November 2005 - 07:41 PM

View PosttreblA, on Sep 8 2005, 05:23 AM, said:

Can somebody pls tell me the silent switch for Liemewire Pro 4.9.28.1....

cause when i tried using this switch

prog[pn]=['Limewire']
desc[pn]=['Peer 2 Peer program']
cmd1[pn]=['%cdrom%\\software\\Application\\Limewire\\Limewire.exe /S']
dflt[pn]=['yes']
cat[pn]=['P2P Progs']
pn++

a pop up windows appears and then u have to press the install button to begin installation....

thanks in advanced

Do you have found the answer?

#3 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 27 December 2005 - 07:35 PM

Maybe use an AutoIt script to install the program and then close the program:
AutoItSetOption("TrayIconHide", 1)
AutoItSetOption("WinTitleMatchMode", 4)
BlockInput(0)

DirCreate( @MyDocumentsDir & "\LIMEWIRE_downloads")

RunWait( @ScriptDir & "\LimeWireWin.exe /S", "", @SW_HIDE)

ProcessWait("LimeWire.exe")

Sleep(2000)

ProcessClose("LimeWire.exe")

Sleep(5000)

Exit


#4 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 03 January 2006 - 02:35 AM

Sweet compiled and works great with Pro 4.10 thanks.

#5 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 04 January 2006 - 11:23 AM

You shouldn't need an autoit script for LimeWire except the older ones using Windows Installer (MSI). The ones using NSIS work fine for me. I wonder why it doesn't work for you guys. Oh well.

This post has been edited by 1chaoticadult: 04 January 2006 - 11:27 AM


#6 User is offline   Gorki 

  • Junior
  • Pip
  • Group: Members
  • Posts: 50
  • Joined: 26-May 07

Posted 02 April 2008 - 09:42 AM

This script works great with latest 4.17.5 version....many thanks! :) I was wondering is it possible to make it more silent so that popup window does not appear?

#7 User is offline   ajua 

  • Custom Installer Maker
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,260
  • Joined: 16-April 05

Posted 03 April 2008 - 05:09 PM

you can always take the Program Files and AppData lime wire folders and make an SFX archive for it. I use this method to make MSI installers to deploy it.

#8 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 04 April 2008 - 12:58 AM

prog[pn]=['LimeWire PRO 4.16.6'];
ordr[pn]=[1000];
desc[pn]=['P2P programma.'];
uid[pn]=['LIMEWIREPRO4166'];
dflt[pn]=['no'];
cat[pn]=['P2P'];
forc[pn]=['no'];
cmd1[pn]=['%AppsRoot%\\Install\\WPI\\install\\LIMEWIRE\\LIMEWIREWIN.EXE /S'];
cmd2[pn]=['taskkill /IM LimeWire.exe /F'];
picf[pn]=['limewire.png'];
picw[pn]=['128'];
pich[pn]=['128'];
textl[pn]=['Top'];
pn++;


#9 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,652
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 10 April 2008 - 01:21 AM

cmd2[pn]=['tskill LimeWire'];


works better Taskkill.exe is only in XP pro.

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