Jump to content

Winamp 5.0.4 MSI release


Alanoll

Recommended Posts


You're forgetting the basic rule of RunOnceEX. Embedded quotes need \"

reg add %Key%\075 /V 1 /D "%systemdrive%\install\Winamp\winamp.msi xFull Xuser="Joe User" XKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
" /f

should be

reg add %Key%\075 /V 1 /D "%systemdrive%\install\Winamp\winamp.msi xFull Xname=\"Joe User\" XKey=\"XXXXX-XXXXX-XXXXX-XXXXX-XXXXX\"" /f

Link to comment
Share on other sites

whooops! :) Blast that SHIFT key.

Sure hope no one notices me replacing the current download about 30 seconds ago. You'll know if you have the new one. The Custom Selection screen looks NOTHING like the screenshot. lol.

I believe I've done everything in that last "things to do" a few posts up, except for making it smaller.

msiexec.exe /a winamp.msi should bring up a new screen :rolleyes:

Link to comment
Share on other sites

sure so you think.......

no go from runOnceEx\CD. and I have tried the following;

the following (A & :) brings up windows installer package error 1720 and the rest just skip

over as if not there.

REG ADD %KEY%\060 /VE /D "Installing Winamp 5.04" /f

A--REG ADD %KEY%\060 /V 1 /D "%CDROM%\software\Winamp\winamp.msi /qb INI=\"%CDROM%\software\winamp.ini\"" /f

B----------------------------------------------------------------------------------------------ini=\"%CDROM%\software\winamp.ini"\" /f

tried these

ini="%cdrom%\software\winamp.ini"

ini=\"%cdrom%\software\winamp.ini\"

ini="\"%cdrom%\software\winamp.ini\""

ini=\"%cdrom%\software\winamp.ini\"""

moved to and from

ini="%cdrom%\software\winamp.ini"

ini="%cdrom%\software\winamp\winamp.ini"

ini="%systemdrive%\winamp.ini"

I'm sure you will put me straight

Link to comment
Share on other sites

Ah ...

Hi Alanoll, I got the same 1720 error as Bonedaddy. I am also running from runonceex like this:

REG ADD %KEY%\025 /VE /D "Winamp 5.0.4 incl. Plugins" /f
REG ADD %KEY%\025 /V 1 /D "%CDROM%\Setup\Winamp\Winamp_5.0.4.msi /qb INI=%CDROM%\Setup\Winamp\winamp.ini" /f

and my ini looks like this:

[Setup]
Xlibrary=1
Xintex=1
Xhotkey=1
XJump=1
Xtray=1
Xmodernskin=1
Xaudio=1
Xwma=1
Xmid=1
Xmod=1
Xogg=1
Xaac=1
XMp3enc=1
Xmp4=1
Xcdplay=1
Xsonic=1
Xcddb=1
Xwav=1
Xextra=1
Xsignal=1
Xwritewav=1
Xcdout=1
Xregopt=1
Xdircont=1
Xtypecont=1
Xaudiocd=1
XStartmenu=0
XNAME=xxxx
XKEY=xxxx etc.

Any ideas ?

By the way, thanks for your work ! :)

Alex

Link to comment
Share on other sites

well.....hmm.....

I was hoping I didn't have to make the script all that complicated.

Till I sort it out, you can just copy your winamp.ini file to %systemroot%\winamp5.ini

It will still get read by the MSI and it's settings used.

I think this is just an error of not being out to get the right path. I'll look into it.

I see NO ONE even cares to try msiexec.exe /a winamp.msi :)

I don't have my laptop with me at the moment (which has all the files) so it'll be awhile before I can even start to look at the problem.

A thought comes to mind, it could be the %CDROM% doesn't get parsed before going to the MSI. If I changed it to by default look at the same directory that the MSI is in, and you specify the INI would that be alright? I'm not sure if I can, it's speculation

Link to comment
Share on other sites

I had an error too yesterday. I can't remember what was it but it looks like the screenshot posted here. Since you posted an updated version, I just redownloaded and didn't had time to test it...

I'm calling it in XPlode from cmdlines.txt like this:

msiexec /i %SOURCEDRIVE%\Programmes\winamp\winamp.msi INI="%SOURCEDRIVE%\Programmes\winamp\install.ini"

Link to comment
Share on other sites

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...