Jump to content

WwTIPPYwW

Member
  • Posts

    330
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by WwTIPPYwW

  1. make sure that the registry file is valid and can manually be imported. It might be corrupt or something...
  2. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\WinISO] "UserName"="xxx" "Registration"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" My START.CMD ECHO. ECHO Extracting WinISO 5.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\winiso53i.exe /s ECHO. ECHO Installing WinISO 5.3 ECHO Please wait... start /wait %systemdrive%\install\Applications\winiso53\WINISO53.EXE /VERYSILENT /SP- ECHO. ECHO Killing WinISO.exe process ECHO Please wait... taskkill.exe /F /IM winiso.exe ECHO. ECHO Registering WinISO 5.3 ECHO Please wait... REGEDIT /S %systemdrive%\install\Applications\winiso53\winiso.reg
  3. fixed it - sorry for the F' Up - WwTIPPYwW ps - thanks for the extra tweaking to WinAMP. One thing I'd like fixed is changing the shortcuts/folders/icons from Winamp to WinAMP - but I guess officially on their site it is Winamp....oh well - don't mess with that then.
  4. maybe quicktime or media player or something else is claiming them?!
  5. agent gets enabled on reboot it looks like. As for Audio Extensions - none of the weird/obscure file types are highlighted. Here is the difference when I select the AUDIO ONLY file types. BEFORE config_extlist=:MID:MIDI:mod:s3m:s3z:it:itz:xm:xmz:MP3:AAC:M4A:MP4:OGG:WMA AFTER config_extlist=CDA:MID:MIDI:RMI:KAR:MIZ:mod:mdz:nst:stm:stz:s3m:s3z:it:itz:xm:xmz:mtm: ult:669:far:amf:okt:ptm:MP3:MP2:MP1:AAC:M4A:MP4:OGG:WAV:VOC:AU:SND:AIF:AIFF:WMA:m3u:pls fixed the formatting - sorry
  6. let me say this - it isn't installing things I didn't want. but when you go into the extension section (post-install) not all AUDIO extensions are highlighted. same for keyboard shortcuts. Within the CUSTOM installer - I select at the high-level for each section. I select AUDIO FILE SUPPORT. It installs WinAMP Agent - but it doesn't enable it. I think I've solved it by just configuring it after installation and then when I reinstall it with unattended - just have it copy the INI over.
  7. it shows what I've added with the switches - just the way I want it....but it doesn't seem to install them. maybe its just me and what I expect....
  8. I'm using the one from the first post in this thread....
  9. some reason it isn't working for me....any ideas why I'm screwed up!? I don't get the MODERN Skin. Not all AUDIO is selected. Plus I get the AOL desktop ICON. So I had to add that to my script. Missing the WinAMP Equalizer Presets. The file is C:\Program Files\Winamp\Winamp.q1 I've done a self extracting archive - I like it better than copy. See below. If you want the PRO features - look for the following reg keys - to import: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Nullsoft\Winamp] "regname"="xxxxx" "regkey"="xxxxx" --------------------------------------------------------------------------- CLS @echo off TITLE WinAMP 5.03a Installation ECHO. ECHO Installing WinAMP 5.03a ECHO Please wait... start /wait %systemdrive%\install\Applications\WinAMP\WinAMP.msi xagent=1 xintex=1 xmodernskin=1 xaudio=1 xextra=1 xregopt=1 /qb ECHO. ECHO Registering WinAMP 5.03a ECHO Please wait... REGEDIT /S %systemdrive%\install\Applications\WinAMP\WinAMP.reg ECHO. ECHO Deleting 'Install AOL - FREE Trial' Desktop Shortcut ECHO Please wait... del "%userprofile%\Desktop\Install AOL - FREE Trial!.lnk" ECHO. ECHO Extracting WinAMP Equalizer Presets ECHO Please wait... start /wait %systemdrive%\install\Applications\WinAMP\AmpEQs.exe /s
×
×
  • Create New...