Jump to content

Recommended Posts


  • 1 month later...
Posted

OK so using this method in a batch type file, it gives me an error that says another version of Limewire is already running... tried it under GUIRunOnce as well but no change.

this is my code:

ECHO Installing LimeWire
ECHO Please wait...
start /wait %systemdrive%\install\Limewire\Limewire.exe /S
ECHO Done!
ECHO.

thanks in advance

btw Im using 4.8.0

Posted
OK so using this method in a batch type file, it gives me an error that says another version of Limewire is already running... tried it under GUIRunOnce as well but no change.

this is my code:

ECHO Installing LimeWire
ECHO Please wait...
start /wait %systemdrive%\install\Limewire\Limewire.exe /S
ECHO Done!
ECHO.

thanks in advance

btw Im using 4.8.0

Check to see if u see a limewire icon in your systray.

Posted

sorry I guess it would help if I told you that this is a unatteded cd... its a fresh install of windows etc...

Posted

4.8.1 is out.

And the /S works

start /wait %systemdrive%\install\LimeWire\LimeWireWin.exe /S

If you want no questions after install, or when first run.

Make a sfx from this folder :

C:\Documents and Settings\Username\.limewire

Do this before install, this way it even loads your skins etc.....

Have fun

Posted

Hi guys

Why dont you just repack the limewire program, its easy.

Copy all the files from "Program files\Limewire\" to your desktop and use advanced installer to repack it as a silent msi file. its what i do. or if you dont want to use advance installer then repack with Winrar.

  • 6 months later...
Posted
4.8.1 is out.

And the /S works

start /wait %systemdrive%\install\LimeWire\LimeWireWin.exe /S

If you want no questions after install, or when first run.

Make a sfx from this folder :

C:\Documents and Settings\Username\.limewire

Do this before install, this way it even loads your skins etc.....

Have fun

searching and searching......, but i have finally found that map, it is now called limewire and exist in %Userprofile%\Application Data. (i have Limewire PRO 4.9.37)

am i right this is exactly the same map as if you talking about? so rar this and make it a selfextractation and let this run before limewirepro will install.

this way will kill any questions? no regtweaks are needed (limewire will find this map by itself?)

Posted

REG ADD %KEY%\070 /VE /D "LimeWire PRO 4.9.37" /f
REG ADD %KEY%\070 /V 1 /D "%CDROM%\Software\LimeWire\LimeWireWin.exe /S" /f
REG ADD %KEY%\070 /V 2 /D "taskkill /IM LimeWire.exe /F" /f

This is how i install it silent...

I dont use themes anymore....so dont know about that in new version.

Posted (edited)
REG ADD %KEY%\070 /VE /D "LimeWire PRO 4.9.37" /f
REG ADD %KEY%\070 /V 1 /D "%CDROM%\Software\LimeWire\LimeWireWin.exe /S" /f
REG ADD %KEY%\070 /V 2 /D "taskkill /IM LimeWire.exe /F" /f

This is how i install it silent...

I dont use themes anymore....so dont know about that in new version.

and you dont get a popup with question anymore? i means you firstly talking about zipped the limewire directory, this is needles?

EDIT: i get error that the zipped directory cant be installed. so i will now use the taskkill and remove the zipped directory

Edited by SolidasRock

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...