Help - Search - Members - Calendar
Full Version: Winamp 5.05 Msi ?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Cybermurder
Hello,
Can someone make the Winamp 5.05 MSI install smile.gif?
Alanoll
those bastards.....
grrrr
Astalavista
Me too... i want one too...
SiMoNsAyS
QUOTE (Alanoll @ Aug 28 2004, 04:36 AM)
those bastards.....
grrrr

hahaha biggrin.gif
so many work with 5.04 and then they release a new version thumbdown.gif
it appears to be a great hole in winamp5 skins that let a "malicious user" execute code using the winamp browser (ie6 based) confused.gif
Cybermurder
íts many work to make a msi install from winamp?
Alanoll
if you just want one for yourself, then no. not really. It's a simple snapshot....
but my MSI is intended for EVERYONE which means it has to include EVERYTHING and the whole point of the MSI is to allow us to select the components
Astalavista
how do i make a snapshot that installs everything? pls teach me.

i want to install everything... love winamp... to die for.
Alanoll
if you want to install everything just use /S and everything gets installed.

as for taking a snapshot, get Wise Install Studio or InstallShield Adminstudio, and take a snapshot. lol. Both will do it, and then create an MSI from the changes.
Astalavista
here is my problem with the /S command


1. this picture pops up and will not go away until you tell it i don't want to register.

2. winamp uses the classic rather than the modern skin.

thank u
Cybermurder
anoll i dont want the msi only for me^^ when u can or a other make a msi realse from the thing be that very good smile.gif woot.gif
SiMoNsAyS
QUOTE (Astalavista @ Aug 28 2004, 08:16 AM)
here is my problem with the  /S command


1. this picture pops up and will not go away until you tell it i don't want to register.

2. winamp uses the classic rather than the modern skin.

thank u

1. use pskill at the final step of installation with winamp.exe
2. export your winamp.ini file from your computer with desired settings with a rar-sfx file.
CrashUK
Anyone know when Winamp 5.05 Msi will be out??
Astalavista
QUOTE (SiMoNsAyS @ Aug 28 2004, 07:41 AM)
QUOTE (Astalavista @ Aug 28 2004, 08:16 AM)
here is my problem with the  /S command


1. this picture pops up and will not go away until you tell it i don't want to register.

2. winamp uses the classic rather than the modern skin.

thank u

1. use pskill at the final step of installation with winamp.exe
2. export your winamp.ini file from your computer with desired settings with a rar-sfx file.

ok.. so i use pskill

but what about when i start winamp for the first time. what happens then.
will it still ask for the window that i posted
Astalavista
does this look correct to you

reg add %Key%\070 /VE /D "Winamp 5.5 [Registered Ver.]" /f
reg add %Key%\070 /V 1 /D "%systemdrive%\install\winamp\winamp505.exe /S" /f
reg add %Key%\070 /V 2 /D "pskill.exe winamp.exe" /f
reg add %key%\070 /V 3 /D "%systemdrive%\install\Winamp\Winampini.exe" /f
Weed
@allanol
isnt it possible just to replace the old winamp files from ur .msi finstaller with the new one?
i dont think there r new or changed regentries
Alanoll
QUOTE (Weed @ Aug 29 2004, 09:22 AM)
@allanol
isnt it possible just to replace the old winamp files from ur .msi finstaller with the new one?
i dont think there r new or changed regentries

I sure hope so. If not it would only take a few hours to redo all of it...the problem is, I've been away from my main system for the past few days, and I don't have InstallShield X installed on this computer.


And I honestly can't believe people are really expected teh MSI after 3 days the original was released...... wacko.gif
Astalavista
alanoll

does my code look ok to u?
SiMoNsAyS
QUOTE (Astalavista @ Aug 29 2004, 04:01 PM)
does this look correct to you

reg add %Key%\070 /VE /D "Winamp 5.5 [Registered Ver.]" /f
reg add %Key%\070 /V 1 /D "%systemdrive%\install\winamp\winamp505.exe /S" /f
reg add %Key%\070 /V 2 /D "pskill.exe winamp.exe" /f
reg add %key%\070 /V 3 /D "%systemdrive%\install\Winamp\Winampini.exe" /f

looks correct yes. try to test it.
QUOTE
but what about when i start winamp for the first time. what happens then.
will it still ask for the window that i posted

if winamp.ini it's overwritten, only settings will be imported... but i'm sure i've read on this forum how to bypass that window. it's a regkey or something like that, can't remember, you can try regshot to log reg entries, or maybe Alanoll knows it... tongue.gif
Astalavista
help.... alanoll
Alanoll
look on your current system with Winamp currently configured. Go to %windir%\winamp.ini .... copy that file in your install routine and your WON'T get that registration page smile.gif
SiMoNsAyS
this key on %windir%\winamp.ini
CODE
[WinampReg]
NeedReg=0

to
CODE
[WinampReg]
NeedReg=1
Anderz
For the record: I have read the thread! smile.gif

I just wonder what the conclusion of this problem is?

Can these be added to RunOnceEx, and then copy winamp.ini to %windir% by using $oem$. Is that the solution?

reg add %key%\040 /VE /D "Winamp v5.5" /f
reg add %key%\040 /V 1 /D "%systemdrive%\install\winamp\winamp505.exe /S" /f
Astalavista
simonsays

to use a winrar sfx for the winamp.ini
SiMoNsAyS
QUOTE (Anderz @ Aug 30 2004, 01:47 AM)
For the record: I have read the thread! smile.gif

I just wonder what the conclusion of this problem is?

Can these be added to RunOnceEx, and then copy winamp.ini to %windir% by using $oem$. Is that the solution?

reg add %key%\040 /VE /D "Winamp v5.5" /f
reg add %key%\040 /V 1 /D "%systemdrive%\install\winamp\winamp505.exe /S" /f

using $oem$, the winamp.ini file will be overwritten during the installation of winamp (i guess) try this:

CODE
reg add %key%\040 /VE /D "Winamp v5.5" /f
reg add %key%\040 /V 1 /D "%systemdrive%\install\winamp\winamp505.exe /S" /f
reg add %key%\040 /V 2 /D "pskill.exe winamp.exe" /f
reg add %key%\040 /V 3 /D "%systemdrive%\install\winamp\winampini.exe /S" /f
reg add %key%\040 /V 4 /D "%systemdrive%\install\winamp\winampreg.exe /S" /f
reg add %key%\040 /V 5 /D "regedit /s %systemdrive%\install\winamp\regkey.reg" /f


winamp505.exe: full installer of winamp
pskill: kills the process when shows the window "allow anonymous stadistics"
winampini.exe: self-extracting winamp.ini file to be extracted on %PROGRAMFILES%\WINAMP, configs and etc. also can be used to include skins, language packs, presets and plugins you know (optional)
winampreg.exe: self-extracting winamp.ini on %WINDIR% that prevents the window "allow anonymous stadistics" to be shown when winamp runs for first time
regkey.reg: contains the [HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp] key (winamp registration key).
i think this is enought and alanoll will not be that busy on creating a new .msi file tongue.gif
Anderz
Ah .. okay .. it must be done that way ... cool .. thanks SimonSays!
Astalavista
anderz

if u want u can include your registration key to your regtweaks.reg file in cmdline.txt

simonsays

thanks again. i tried it on vm it work ok now.

me thinks most people will just install the whole **** thing rather than fiddling
w/ the options. well that is just me talking.

alanoll does work so hard to make that msi file.
Alanoll
I personally, don't like using Winamp for my video, so....that's gone. And I prefer classic skin, so Modern is gone.....

Just little things. Giving people a choice smile.gif
Astalavista
what do u use for video?
bigman1
Probably Media Player Classic
SiMoNsAyS
bsplayer works well
crahak
I have to say like Alanoll on that one... Classic look and an external player for video here too (ZoomPlayer), but the install method is nice.
SiMoNsAyS
@crahak thanks guy biggrin.gif
i'll try to updated it to show how to install aditional stuff
buletov
bsplayer with mediabox skin rules
plus when you configure it so that it also plays quicktime and real!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.