Jump to content

Alanoll

Patron
  • Posts

    5,494
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Alanoll

  1. It's alright. I was more refering to any FUTURE requests
  2. Agreed, and any post of asking to obtain or any attachment will be removed and poster possibly banned. Any questions why, please read the forum rules.
  3. see, that's why there are INTRODUCTION PAGES! The guide is meant to be a read from start to finish (per section) not a take what you want and complain because it's not listed on every page type of thing. The $OEM$ Folders page is meant to describe what EACH folder does, not tell how it's done. The reference page lists almost ALL the neccesary entries and yet you didn't read it. Nor did you read the introduction page of the section that deals with the $OEM$ page.
  4. ALL information that should be entered is found in the TXTSETUP.OEM file located on the "disk" that you would normally use with F6. As stated in the guide.
  5. hey guy, if it's anysort of keygenerator to generate a countersign for the activation then don't distribute,or attach it.
  6. you could also try taskkill.exe as well. It's built into Windows XP.
  7. http://www.msfn.org/board/index.php?showto...ndpost&p=324486
  8. Not entirely sure what issue you're refering to. @Nazgul And that's why you don't use software that's almost two years old
  9. is DXSETUP.EXE the file you got after extracting the DirectX redistributable? And I'm guessing QCHAIN.EXE is causing the problem. Run the file in your current installing and select a temp path. Go to that folder, and inside there is the REAL QCHAIN.EXE you should use.
  10. <{POST_SNAPBACK}> I don't see anywhere in the guide where it has that option stated wrong. Though I'd be glad if you pointed it out.
  11. Your's should only autologon 2 time before requiring a password. The link will autologon till you remove the entries.
  12. modifype it, then copy a compressed and uncompressed version to I386.
  13. @Tails If that is the case, why not just spend the extra few bucks and purchase a nonrestricted copy from Wraith? You might even be able to negotiate with him on the price itself. If nothing else, it might even ensure support when needed.
  14. i'm not sure about the main installer, but the stub downloader can be bypassed. Start it up. When Netscape is actually installing, there should be a new folder in the Temp directory with like a 13MB file in it which is the real installer.
  15. http://unattended.msfn.org/intermediate/users.htm Read the AutoLogon part. You'll need to add REGEDIT /S autologon.reg to your CMDLINES.TXT file.
  16. A. Don't use download Managers B. Enable RefererID's to be passed.
  17. 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 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 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 switches.rtf Winamp_5.21.rar
  18. now here's the best part....Neowin is slow....
  19. (i edited my last post, just so you know. I believe the second option is the proper option)
  20. Whooooops <display title='Title Name' complete='Complete'> </display> the complete attribute allows to change the "Complete" at the bottom to another language or..... <environment> <display.title>XPlode Title</display.title> <display.complete>Complete</display.complete> <environment> <environment> goes in <config> just like <display> does.
  21. <display> <title>Title Name</title> </display> There should already be <display> tags in the XML file (it declares windowmode and colours and such)
  22. How bout this... if no one reports anything wrong in the next 5 hours (so about 23:00 GMT (4-5 o'clock EST)), I hunt down what mistakes I can, then do a full release. Speaking of, what's really funny.....my 5.0.8 installed the Advanced Visual Studio whenever ANYTHING in the Visualization section was select, but no one said anything about it....
  23. How can i test it outside my unattended disc? <{POST_SNAPBACK}> Just install it as normal on a up and running system. I'm mainly checking to make sure I have the files that need registering correctly and such. I know the switches and things work, I'm just making sure that Sonic and WMA and other little tidbits are working correctly. So really, just remove any prior version of Winamp installed (regardless of MSI or original Nullsoft installer), and install this MSI on your current system. Then try and play a DRM'ed WMA file, Play an AudioCD and see if CDDB works properly (it connects to the net and retrieves track info), and try and burn a couple of MP3 or something using the Media Library which would test the Sonic Burning plugin.
  24. I say test because it's not quite finished. The latest Winamp 5.091 includes updated WMP DRM codecs, and I don't have any DRMed music files. So yeah....test away. Also besure to test the Sonic Burning stuff as well. For CDDB to work, you'll need to set internet Always On. Winamp MSI Don't worry about switches yet, I'm just getting the internals working (I gutted it). DON'T use it for your Unattended disc.
  25. sure, that should work. Don't see what your question is though.... It'd basically just be a batch script that calls each update silently, which is executed by the Autorun.inf file.
×
×
  • Create New...