treblA Posted September 8, 2005 Posted September 8, 2005 Can somebody pls tell me the silent switch for Liemewire Pro 4.9.28.1....cause when i tried using this switchprog[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
Solid as a rock Posted November 11, 2005 Posted November 11, 2005 Can somebody pls tell me the silent switch for Liemewire Pro 4.9.28.1....cause when i tried using this switchprog[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 advancedDo you have found the answer?
blinkdt Posted December 28, 2005 Posted December 28, 2005 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
Kelsenellenelvian Posted January 3, 2006 Posted January 3, 2006 Sweet compiled and works great with Pro 4.10 thanks.
1chaoticadult Posted January 4, 2006 Posted January 4, 2006 (edited) 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 January 4, 2006 by 1chaoticadult
Gorki Posted April 2, 2008 Posted April 2, 2008 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?
ajua Posted April 3, 2008 Posted April 3, 2008 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.
sp00f Posted April 4, 2008 Posted April 4, 2008 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++;
Kelsenellenelvian Posted April 10, 2008 Posted April 10, 2008 cmd2[pn]=['tskill LimeWire'];works better Taskkill.exe is only in XP pro.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now