QUOTE (Anderz @ Aug 30 2004, 01:47 AM)
For the record: I have read the thread!

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