MSFN Forum: Winamp 5.0.8 Msi Release - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 11 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Winamp 5.0.8 Msi Release Rate Topic: -----

#1 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 11 December 2004 - 03:19 PM

Alrighty, here it is.

Background:
This MSI is meant as a complete replacement for the NSIS installer for Winamp. It is a complete recreation of the installer in the Windows Installer format. This conversion allows for command-line switches to be used.

NOTE: This installer is not SILENT by default. You must still use /qb or /qn like you normally would.

For more information, if you don't understand anything here (besides the INI part) refer to here: http://www.msfn.org/...showtopic=17412 and http://www.msfn.org/...showtopic=26923

Switches:
I'm lazy, and don't want to type up ALL the switches individually, so I believe I'll use an image.
Posted Image
The switches are in the colum just to the RIGHT of all the components. They match up with the components they're in line with.

Additional switches are
Xfull = Install ALL components.
XName = Username for Pro registration
XKey = Product Key for Pro registration
XDesktop = Creates the Desktop shortcut; Default is 1
XQuicklaunch = Creates the Quicklaunch shortcut; Default is 0
XStartmenu = Creates the Startmenu shortcuts; Default is 1
XAllShort = Creates all shortcuts; Default is 0
XSkinsetting = Specify the SKIN to use in Winamp.
XINET = Specifies what internet connection you want. 0 = Always; 1 = Modem; 2 = Not Connect. Default is 2
XREGAUD = Associate Audio extensions. Default = 1; Any other will disable
XREGVID = Associate Video extensions. Default = 1; Any other will disable


Usage:
To install a component, you MUST tell the installer to install it. By DEFAULT only the main executable (winamp.exe) is installed. All switches are =0. To signal to the installer to install a component, add the switch to the command line with =1.

Examples:
To install Audio and Video
winamp.msi Xaudio=1 Xvideo=1

To install Agent
winamp.msi Xagent=1

If you wanted EVERYTHING then use
winamp.msi Xfull=1

and everything will be installed.


The ONLY ones this does not apply to are XUser,XKey, and XSkinsetting. They are all strings, so use whatever you're supposed. If you used "Joe User" to register Winamp, then use
winamp.msi Xuser="Joe User" XKey="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"



INI Usage:
Now for the fun part. New in this release is the ability to use an INI file rather then type it all out at the command line. This file can be called anything, and can be anywhere, because you specify where it is. If the path is not correct and it can't find the file, then the installer may perhaps error out on you.

INI Syntax:
[SETUP]
XAUDIO=1
XVIDEO=1
XNAME=Joe User
XKEY=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX


I only included a set of the of arguments you could use. They are the exact same names and usage as from command line from above.
Save this file ANYWHERE you want, and call it [b]ANYTHING[/] you want. As long as you know where and what it's called.

After you have create your INI file, start the install with
winamp.msi INI="%CDROM%\Unattend\winamp5.ini"

the quotes ( " ) are only neccesary when there are spaces, and when used MUST enclose the whole argument. %CDROM% does NOT have to be %CDROM%. If you're files are in %systemdrive%\install\winamp, then use
winamp.msi INI="%systemdrive%\install\winamp\winamp5.ini"


NOTE: IF you want to use CDDB functionality, you MUST set XINET to 0 or 1.

Updates
Updated MSI to 5.0.8d.
Shortcut problem appears solved, as does the burning thing.
CDDB may require to you change the internet connection type, prior to it working.


Download Link: MSI File | CAB Files
Last Update: 1/29 03:25 GMT

This post has been edited by Alanoll: 20 February 2005 - 11:34 PM



#2 User is offline   Mr_Mo 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 13-April 04

Posted 11 December 2004 - 03:31 PM

Great Work!

#3 User is offline   bonedaddy 

  • Bonafide Member
  • PipPipPip
  • Group: Members
  • Posts: 454
  • Joined: 20-October 03

Posted 11 December 2004 - 04:17 PM

seems the same as previous ver. (version)

thanks Alanoll

#4 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 11 December 2004 - 04:29 PM

Hey man that looks bloody brilliant to me! :thumbup
an msi for winamp. quite new to me (but on the other hand the whole mfsn-world is new to me).
quite curious how it works. i'll find out soon...
thanks allanoll!
sneakyghost

#5 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 11 December 2004 - 04:31 PM

f***ing double-posts...
thx god there'S something like an edit button...
hey-stupid question, but: b4 i download 5.07 from nullsoft, does the msifile cotain winamp already?
file looks kinda big to me...

#6 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 11 December 2004 - 06:36 PM

I can't get the compression down to the same level as NullSoft's original, but the MSI is rebuild of the original (as close to it as possible) installer. EVERYTHING the original installer has this should have.

#7 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 11 December 2004 - 06:55 PM

yeah allright i found out already anyway.just wasn't quite sure wether u dare releasing a msi installer version including winamp cuz i think the EULA doesn't quite permit that....
but in the end, they will tell u if they don't like it.
i was just surprised to find it.
something else:
cant get the winamp specific switches to work. only /qn,/qb etc. work. how's the exact syntax? i can just line the switches up with spaces inbetween, can't i?
and the name and serial box don't take copy&paste.
but brilliant job so far. i love it!

#8 User is offline   Cee-Kay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 126
  • Joined: 20-May 04

Posted 11 December 2004 - 07:06 PM

Thanks as always Alanoll, definately one less thing to worry about on my uA CD! B)

Cheers

Cee-Kay

#9 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 11 December 2004 - 07:11 PM

Thanks Mr Alanoll youre the best again son.

#10 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 11 December 2004 - 07:49 PM

Sneakyghost, on Dec 11 2004, 06:55 PM, said:

yeah allright i found out already anyway.just wasn't quite sure wether u dare releasing a msi installer version including winamp cuz i think the EULA doesn't quite permit that....
but in the end, they will tell u if they don't like it.
i was just surprised to find it.
something else:
cant get the winamp specific switches to work. only /qn,/qb etc. work. how's the exact syntax? i can just line the switches up with spaces inbetween, can't i?
and the name and serial box don't take copy&paste.
but brilliant job so far. i love it!

i believe there are examplse of COMMAND-LINE usage in the first post.
The original Winamp switch (/S) doesn't work as well....this is an MSI. ALL Windows Installer command line commands should work (with the exception of /a which bring up a help; which isn't updated :P )

As for teh copy paste issue....I'll look into. You're the first to notice. lol. Probally just a check box I forgot to click :whistle:

#11 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 11 December 2004 - 08:11 PM

oh yay!
thanks Alanoll!

#12 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 12 December 2004 - 04:25 AM

@alanoll:
good morning.just had my coffee, checked again and found the same.

Quote

i believe there are examplse of COMMAND-LINE usage in the first post.
The original Winamp switch (/S) doesn't work as well....this is an MSI. ALL Windows Installer command line commands should work (with the exception of /a which bring up a help; which isn't updated  )

of course i have seen the examples, watcha think? :rolleyes:
didn't help though. is there anything i should know about the way i'm applying them:
my way looks like this:
....\winamp5.0.7.msi /qb /Xswitch1=x /Xswitchlast=y
were does the /qb or /qn sit? first or last?
sorry for being a pain!
if u think this is annoying just say so.... :D
sneakyghost

#13 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 12 December 2004 - 04:47 AM

Nice job! I'll be waiting for the 'associate file extensions' version... thats really great!

#14 User is offline   cino 

  • Newbie
  • Group: Members
  • Posts: 35
  • Joined: 14-September 04

Posted 12 December 2004 - 05:02 AM

Sneakyghost, on Dec 12 2004, 04:25 AM, said:

of course i have seen the examples, watcha think? :rolleyes:
didn't help though. is there anything i should know about the way i'm applying them:
my way looks like this:
....\winamp5.0.7.msi /qb /Xswitch1=x /Xswitchlast=y
were does the /qb or /qn sit? first or last?
sorry for being a pain!
if u think this is annoying just say so.... :D
sneakyghost

Sneakyghost, try this with winamp.ini works ok for me

Quote

REG ADD %KEY%\1014 /VE /D "WinAmp 5.07" /f
REG ADD %KEY%\1014 /V 1 /D "%systemdrive%\install\winamp.msi /qn INI="%systemdrive%\install\winamp.ini"" /f


#15 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 12 December 2004 - 08:18 AM

am i correct in assuming we can use the same INI file we used for the 5.05 release?

also, not to be a pest, but whats the approximate release schedule for the updated MSI (with associations)

thanks!!

#16 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 12 December 2004 - 08:42 AM

@chino:
thanx mate. was just about trying that. just didn't want to cuz don't really know how to setup the ini. guess i just have look round the board, but usually i'm to lazy to that...
nevermind.thx for the help. :)

#17 User is offline   Alanoll 

  • CODE tags people, CODE tags!
  • Group: Patrons
  • Posts: 5,496
  • Joined: 25-September 03

Posted 12 December 2004 - 08:49 AM

a06lp, on Dec 12 2004, 08:18 AM, said:

am i correct in assuming we can use the same INI file we used for the 5.05 release?

also, not to be a pest, but whats the approximate release schedule for the updated MSI (with associations)

thanks!!

I was thinking of starting it Wednesday. I'm sure there are gonna be bugs, so just giving a few days for people to find those.

Also, the registering associations works, just as in the same release. What doesn't work is the "User can install the audio components, but still not have Winamp associated to it". That's what's gonna be changed next update.

The INI file is the SAME form the last release, it's good to go.

@Sneakyghost
Guess you're still not seeing the examples :P
There are NO "/" for the switches. the ONLY "/" you should have is for the /qb or the /qn. All the others are just XFULL=1 or XAUDIO=1 and you just list them out.

#18 User is offline   midiboy 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 586
  • Joined: 04-July 04

Posted 12 December 2004 - 09:03 AM

Hi Alanoll,

thanks for the new msi !

A small bug ...

as with your last msi, the playback of wav etc. files does not work after installation. The wave input module does not have those associated after installation !

Thanks !
Alex

#19 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 12 December 2004 - 09:05 AM

Hey Alanoll...great work again ! :thumbup

Does anyone know what the file PXSDKPLS.dll in the Winamp directory is for?

I'm slimming down my install so I install Winamp with the following INI:

[SETUP]
XMODERNSKIN=1
XAUDIO=1
XNSV=1
XWRITEWAV=1
XDCOUT=1
XNAME=Dynaletik
XKEY=XXXXX-XXXXX-XXXXX-XXXXX
XDesktop=0
XQuicklaunch=0


and after that I delete some files that I don't need

DEL "%programfiles%\Winamp\Plugins\milkdrop.html"
DEL "%programfiles%\Winamp\Winamp.m3u"
DEL "%programfiles%\Winamp\demo.mp3"
DEL "%programfiles%\Winamp\whatsnew.txt"
DEL "%programfiles%\Winamp\winampmb.htm"


#20 User is offline   Sneakyghost 

  • Newbie
  • Group: Members
  • Posts: 31
  • Joined: 30-November 04

Posted 12 December 2004 - 09:43 AM

@alanoll:
oh my god i'm so sorry 4 being such a pest!
cause ur right!
that happens quite often when i'm reading stuff. i do see and i don't.just not looking properly.
sorry about that!
sneakyghost :no:

Share this topic:


  • 11 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy