MSFN Forum: Winamp 5.24 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
  • 15 Pages +
  • 1
  • 2
  • 3
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

Winamp 5.24 Msi Release Rate Topic: ***-- 4 Votes

#1 User is offline   Alanoll 

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

Posted 21 May 2005 - 02:43 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.

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 = 0; Any other will disable
XREGVID = Associate Video extensions. Default = 0; Any other will disable
XSEPPROFILES = Seperate Profiles for each User. Default = 0; =1 will Enable

Attached is an RTF file containing ALL available switches. You can also press the Help button on the Custom Setup screen, or type
msiexec.exe /a Winamp.msi
[code]
To bring up the same Help window.


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 XName,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 Xname="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\MyINIFile.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.

Updates
  • Shortcut Issue Fixed (unreported)
  • Modern Skin selection working now
  • Hotfix Plugin SHOULD be fixed
  • Updated to 5.092
  • Fixed Registration Screen PopUp on First Run
  • Fixed GUIDs allowing for upgrades from 5.091 to 5.092
  • Fixed Visualization INI entry
  • Updated to 5.093
  • Hopefully Fixed the SFC Error
  • Proper Working Directory for all Shortcuts now
  • Updated to 5.094
  • Updated to 5.1
  • Moved Shortcuts to ALLUSERS profiles
  • New switches added. Please view the attached RTF file
  • MSI Updated to 5.111
  • Forgot to add those new switches to INI support, fixed
  • MSI Updated to 5.12
  • MSI Updated to 5.21
  • MSI Updated to 5.24
Download Link: MSI File | CAB Files
Last Update: 3/12 18:32 GMT

Attached File(s)


This post has been edited by Shark007: 29 November 2006 - 07:39 AM



#2 User is offline   Alanoll 

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

Posted 21 June 2005 - 07:29 PM

Quote

but heres a question how could you tell it not to install some thing if you set it up that way ?

Instead of the current method of telling something to install, the switches would therefore be instead telling it to NOT install, ie instead of setting switches to =1 it'd be =0

#3 User is offline   OrcoXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 148
  • Joined: 03-July 03

Posted 21 June 2005 - 07:33 PM

Cheers on the new build!!!

I would say an unintrusive everything...

Disable registering file extensions and disable the Winamp Agent.

So Winamp5093.msi /qb! /xagent=1 /regall=1 would be everything

Here's another idea...maybe a wildcard install switch.
I don't know if this is possible but maybe something like /STAR1=winamp.ini /STAR2=".\Plugins\ColorThemes\Winamp Modern\Forum Themes Collection.xml"

Maybe not...my eyes are sometimes bigger than my stomach ;)

[edit]

Oh and disable the context menus!

This post has been edited by OrcoXP: 21 June 2005 - 07:36 PM


#4 User is offline   OrcoXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 148
  • Joined: 03-July 03

Posted 21 June 2005 - 08:13 PM

Does anyone know a command line to run a fresh install of Winamp minimized and start the AVS? and possibly set the volume to 50%?

Wouldn't that be a cool back drop for your RunOnceEx?

#5 User is offline   blinkdt 

  • Somewhat Knowledgeable
  • PipPipPipPip
  • Group: Members
  • Posts: 582
  • Joined: 30-September 03
  • OS:Vista Ultimate x64
  • Country: Country Flag

Posted 21 June 2005 - 11:52 PM

Quote

Would you prefer that the MSI defaulted everything to install, and then you DESELECT what you don't want? or everything not to install, and then SELECT what you do want?

I really appreciate the way you have it set up now: No by default, SELECT what you want. :yes: And thanks again for staying on top of this.

This post has been edited by blinkdt: 21 June 2005 - 11:53 PM


#6 User is offline   EdGaR 

  • Junior
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 26-March 05

Posted 22 June 2005 - 12:59 AM

a heckler is well a smart@ss. i saw in a an episode of home movies.but was just joshing(u know joking).thx alanoll for staying up to date with winamp.ur work is very appreciated!

#7 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 22 June 2005 - 03:18 AM

Nice update dude.

#8 User is offline   Thauzar 

  • 4th Star Learner
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 10-August 04

Posted 22 June 2005 - 07:07 AM

I would prefer everything on but since you have Xfull=1 it's not a problem. As long as I can deselect video and cd association (hope you remembered to add the switch you forgot in last msi ;) ). But I wish you find a way with those booleans to get a master switch to 1 but to let some minor switches be overwritten with the following lines if they are not 1. Like let's say, Xregaudio=1 and on the next line Xogg = 0 would overwrite only the 1 for the ogg file type and leave every other sound format to 1.

Leave the context menus alone! Or maybe do a switch to turn it on or off since everything is 0 by default, but I want it on when I install with Xfull=1. Again, here, it would be the best if someone could Xfull=1 and then overwrite the context menu setting with Xcontext=0 on the following line.

Now let's try this new msi, see if you got that cd playback switch there, and if it updates fine ;)

#9 User is offline   Thauzar 

  • 4th Star Learner
  • PipPipPip
  • Group: Members
  • Posts: 415
  • Joined: 10-August 04

Posted 22 June 2005 - 07:15 AM

I don't see it in switches.rtf though. Maybe you forgot to add the 3rd cd switch you were talking about? I want to disable cd association with winamp but still keep the cdplayback support and ripping stuff.


Everything is still ok except that cd association. I'd like the switch to be there. But is it normal it still says 5.092 everywhere? like on mouse over in the tray, in about, it still says 5.092 from may 26th. So did it really update or you just forgot to change the dates and version number?

This post has been edited by Thauzar: 22 June 2005 - 07:30 AM


#10 User is offline   Alanoll 

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

Posted 22 June 2005 - 09:02 AM

DANG IT!! I knew i would forget something, and of course it was those darn file versions in the MSI itself. The files themselves are 5.093, but the MSI still says 5.092.

As for the new switches, i didn't get a chance to add them, as i was trying to figure out a new way for the switches to operate.

#11 User is offline   maniaq 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 378
  • Joined: 28-November 04
  • OS:none specified
  • Country: Country Flag

Posted 22 June 2005 - 09:23 AM

Alanoll, on Jun 22 2005, 09:02 AM, said:

DANG IT!! I knew i would forget something, and of course it was those darn file versions in the MSI itself. The files themselves are 5.093, but the MSI still says 5.092.

As for the new switches, i didn't get a chance to add them, as i was trying to figure out a new way for the switches to operate.
<{POST_SNAPBACK}>


so should we download the new version or not

#12 User is offline   Alanoll 

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

Posted 22 June 2005 - 10:00 AM

yes, i fixed it just a few moments ago.

#13 User is offline   Zxian 

  • Scroll up - see the Google bar?
  • Group: Super Moderator
  • Posts: 5,066
  • Joined: 30-September 04
  • OS:none specified
  • Country: Country Flag

Posted 22 June 2005 - 03:53 PM

Hey Alanoll,

Thanks again for the release. Great work as always.

I think it's best the way that you have it - i.e. having to select what you DO want installed. That way if you want to make it a Winamp Lite plus a couple of addons, it's pretty easy to do this.

Cheers!

#14 User is offline   Sneakyghost 

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

Posted 23 June 2005 - 07:05 AM

Once Again:
big thx @ allanoll for keeping up with those guys at nullsoft!

just in time for me to still add it to my nearly finished UA. won't do much on that one for awhile so i'm pretty happy that this one still came in b4 i'm finished...

great job man! :)

#15 User is offline   hd_steve 

  • Group: Members
  • Posts: 2
  • Joined: 23-June 05

Posted 23 June 2005 - 08:54 PM

I'm sure by now you're getting tired of working in all the fixes, many thanks for your efforts w this release.

One small problem I have is that I can't get it to register the mp3 filetype properly, as in when double clicking a mp3 file nothing happens, winamp doesn't open.

The "open" command for the mp3 file type on install of the release registers this:
C:\Program Files\Winamp\\Winamp.exe "%1" seems to me like the double \ is the problem, when I remove it, it works as expected.

Wondering if you have any thoughts. Alanoll

The install syntax I've been using:
Winamp5092.msi Xaudio=1 XREGAUD=1 XREGPLS=1 XQuicklaunch=0 XStartmenu=0 Xregopt=1 /qn

#16 User is offline   jlodell 

  • Group: Members
  • Posts: 1
  • Joined: 23-June 05

Posted 23 June 2005 - 09:17 PM

Thank you for your indepth explanation. much appreciated.

#17 User is offline   OrcoXP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 148
  • Joined: 03-July 03

Posted 23 June 2005 - 09:35 PM

hd_steve, on Jun 23 2005, 09:54 PM, said:

I'm sure by now you're getting tired of working in all the fixes, many thanks for your efforts w this release.

One small problem I have is that I can't get it to register the mp3 filetype properly, as in when double clicking a mp3 file nothing happens, winamp doesn't open.

The "open" command for the mp3 file type on install of the release registers this:
C:\Program Files\Winamp\\Winamp.exe "%1" seems to me like the double \ is the problem, when I remove it, it works as expected.

Wondering if you have any thoughts. Alanoll

The install syntax I've been using:
Winamp5092.msi Xaudio=1 XREGAUD=1 XREGPLS=1 XQuicklaunch=0 XStartmenu=0 Xregopt=1 /qn
<{POST_SNAPBACK}>


Are you sure there is not quotes around "C:\Program Files\Winamp\Winamp.exe"?

And your fix is right...you can just import a reg file to resolve it until Alanollz releases a fix.

Assuming the problem is reproduceable I mean...I didn't test it myself. ;)

#18 User is offline   Alanoll 

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

Posted 23 June 2005 - 10:44 PM

I shall check the MSI in a moment.

EDIT:: I found a possible cause of the problem, and am uploading an updated version of both downloads.

This post has been edited by Alanoll: 23 June 2005 - 11:18 PM


#19 User is offline   hd_steve 

  • Group: Members
  • Posts: 2
  • Joined: 23-June 05

Posted 24 June 2005 - 03:52 PM

OrcoXP, on Jun 23 2005, 08:35 PM, said:

Are you sure there is not quotes around "C:\Program Files\Winamp\Winamp.exe"?

And your fix is right...you can just import a reg file to resolve it until Alanollz releases a fix.

Assuming the problem is reproduceable I mean...I didn't test it myself. ;)


Looking into it further I found that the problem only shows when logging into a different user account than the MSI was installed in. The user account that the release is installed into directly doesn't have that problem.

As in when joining the system to a domain and logging into the system as a domain user, double clicking a mp3 file won't open winamp.

The problem isn't clear to me, I may have been wrong about the double \\, as that doesn't seem to be directly the issue. In any case removing the double \ does seem to fix it.

I tried the new release on a clean system, didn't fix it. It's a small issue though, I may just try to get it to work w reg fixes like OrcoXP suggests.

Any ideas?

#20 User is offline   Alanoll 

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

Posted 24 June 2005 - 04:03 PM

hmmm....

sure the update didn't fix it? hmmm....
The file associations are being set in HKCR for the current user, and HKLM\Classes for the system. I'll double check both in a moment....

A snapshot of the registry would be helpful, HIVE format preferably (Save As, and type as Hive)

Share this topic:


  • 15 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