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
![]() ![]() |
May 21 2005, 02:43 PM Post
#1 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none |
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. ![]() 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 CODE 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 CODE 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 CODE winamp.msi Xaudio=1 Xvideo=1 To install Agent CODE winamp.msi Xagent=1 If you wanted EVERYTHING then use CODE 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 CODE 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: CODE [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 CODE 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 CODE winamp.msi INI="%systemdrive%\install\winamp\winamp5.ini" NOTE: IF you want to use CDDB functionality, you MUST set XINET to 0. Updates
Last Update: 3/12 18:32 GMT This post has been edited by Shark007: Nov 29 2006, 07:39 AM Attached File(s)
switches.rtf ( 12.3K )
Number of downloads: 928
Winamp_5.21.rar ( 102.38K )
Number of downloads: 1106 |
| | |
Jun 21 2005, 07:29 PM Post
#2 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none | 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 |
| | |
Jun 21 2005, 07:33 PM Post
#3 | |
| Member ![]() ![]() Group: Members Posts: 148 Joined: 3-July 03 Member No.: 4816 |
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: Jun 21 2005, 07:36 PM |
| | |
Jun 21 2005, 08:13 PM Post
#4 | |
| Member ![]() ![]() Group: Members Posts: 148 Joined: 3-July 03 Member No.: 4816 |
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? |
| | |
Jun 21 2005, 11:52 PM Post
#5 | |
| Somewhat Knowledgeable Group: Supreme Sponsors Posts: 580 Joined: 30-September 03 From: Fox Valley, WI Member No.: 7533 OS: Vista Business x64 | 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. This post has been edited by blinkdt: Jun 21 2005, 11:53 PM |
| | |
Jun 22 2005, 12:59 AM Post
#6 | |
| Junior ![]() Group: Members Posts: 58 Joined: 26-March 05 Member No.: 49315 |
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!
|
| | |
Jun 22 2005, 03:18 AM Post
#7 | |
| The Guy from Aus ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 1543 Joined: 14-November 03 From: DownUnder Member No.: 9474 |
Nice update dude.
|
| | |
Jun 22 2005, 07:07 AM Post
#8 | |
| 4th Star Learner ![]() ![]() ![]() Group: Members Posts: 413 Joined: 10-August 04 From: Montreal Member No.: 27002 OS: Vista Home Premium x86 |
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 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 |
| | |
Jun 22 2005, 07:15 AM Post
#9 | |
| 4th Star Learner ![]() ![]() ![]() Group: Members Posts: 413 Joined: 10-August 04 From: Montreal Member No.: 27002 OS: Vista Home Premium x86 |
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: Jun 22 2005, 07:30 AM |
| | |
Jun 22 2005, 09:02 AM Post
#10 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none |
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. |
| | |
Jun 22 2005, 09:23 AM Post
#11 | |
| Advanced Member ![]() ![]() ![]() Group: Members Posts: 378 Joined: 28-November 04 Member No.: 37465 OS: none | QUOTE (Alanoll @ Jun 22 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. so should we download the new version or not |
| | |
Jun 22 2005, 10:00 AM Post
#12 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none |
yes, i fixed it just a few moments ago.
|
| | |
Jun 22 2005, 03:53 PM Post
#13 | |
| Scroll up - see the Google bar? Group: Super Moderator Posts: 5047 Joined: 30-September 04 From: Vancouver, Canada Member No.: 32464 OS: Windows 7 x64 |
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! |
| | |
Jun 23 2005, 07:05 AM Post
#14 | |
| Newbie Group: Members Posts: 31 Joined: 30-November 04 Member No.: 37585 |
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! |
| | |
Jun 23 2005, 08:54 PM Post
#15 | |
| Group: Members Posts: 2 Joined: 23-June 05 Member No.: 61707 |
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 |
| | |
Jun 23 2005, 09:17 PM Post
#16 | |
| Group: Members Posts: 1 Joined: 23-June 05 Member No.: 61714 |
Thank you for your indepth explanation. much appreciated.
|
| | |
Jun 23 2005, 09:35 PM Post
#17 | |
| Member ![]() ![]() Group: Members Posts: 148 Joined: 3-July 03 Member No.: 4816 | QUOTE (hd_steve @ Jun 23 2005, 09: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 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. |
| | |
Jun 23 2005, 10:44 PM Post
#18 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none |
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: Jun 23 2005, 11:18 PM |
| | |
Jun 24 2005, 03:52 PM Post
#19 | |
| Group: Members Posts: 2 Joined: 23-June 05 Member No.: 61707 | QUOTE (OrcoXP @ Jun 23 2005, 08:35 PM) 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? |
| | |
Jun 24 2005, 04:03 PM Post
#20 | |
| CODE tags people, CODE tags! Group: Patrons Posts: 5496 Joined: 25-September 03 From: Dallas, Texas Member No.: 7393 OS: none |
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) |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 09:47 PM |