Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Limewire Pro 4.9.28.1

Featured Replies

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 months later...
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?

  • 1 month later...

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

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.

Edited by 1chaoticadult

  • 2 years later...

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?

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.

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++;

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.