MSFN Forum: {REQUEST] Winamp 5.1x Silent Installer for WPI - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

{REQUEST] Winamp 5.1x Silent Installer for WPI Rate Topic: -----

#1 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 09 February 2006 - 06:07 AM

how to create Winamp 5.1x Silent Installer to run in Windows Post Installer? exe? sfx?


#2 User is offline   amit_talkin 

  • Experienced
  • PipPipPip
  • Group: Members
  • Posts: 397
  • Joined: 05-October 05

Posted 09 February 2006 - 06:20 AM

"winampsetup.exe /S /NCRC"

Note: case sensitive!!

#3 User is offline   ZileXa 

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

Posted 09 February 2006 - 08:29 AM

If you would have TRIED to search... you would know there is a topic with a great Winamp MSI. You can select the things you want/don't want and install it silent.

#4 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 09 February 2006 - 08:48 PM

View Postamit_talkin, on Feb 9 2006, 08:20 PM, said:

"winampsetup.exe /S /NCRC"

Note: case sensitive!!


not working for Winamp 5.13 Full w/o emusic.
http://download.nullsoft.com/winamp/client/winamp513_full.exe


this windows pop up asking for this:

Screen 7:

Quote

Registration Info
Email address & ZIP code are not required (optional)
uncheck any other options, if you wish.
Click "Send" to send registration info, or "Later" to not send.
If selecting "Later", then you could/should also checkmark "do not ask again until next install", otherwise the reg screen will reappear next time you close & reopen winamp.
If "Later" is clicked, then Winamp just opens.
If "Send" is clicked, then at this point you should get a notification from your firewall stating that Winamp is trying to access the internet. If so, then be sure to grant internet access to winamp.exe
A confirmation screen appears.
Click "Run Winamp"


How to fix it? what switch?

#5 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 09 February 2006 - 09:04 PM

Silent install not all that silent

winamp512_full.exe /S
Registration screen is displayed (install page 7).

winamp512_full.exe /S /install=F
Registration screen is displayed

winamp512_full.exe /S /install=f
Registration screen is displayed

I tested both upper and lower case due to silent /s not working in lower case.

I take it there still isn't a way to silently install Winamp barring repackaging as an msi?

#6 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 10 February 2006 - 12:01 AM

View Postowikh84, on Feb 10 2006, 01:04 PM, said:

I take it there still isn't a way to silently install Winamp barring repackaging as an msi?

Ofcouse, it has been covered in other WinAmp threads.

Here is a simple AutoIt script that does what you want. Silent and WinAmp will not nag afterwards, as the ini is written to to stop tha nag window.
RunWait(@ScriptDir & '\winamp513_full.exe /S')
ProcessWait('winamp.exe', 5)
If ProcessExists('winamp.exe') Then ProcessClose('winamp.exe')
If ProcessExists('winampa.exe') Then ProcessClose('winampa.exe')
IniWrite(@ProgramFilesDir & '\winamp\winamp.ini', 'winampreg', 'NeedReg', '0')


Just save as "_WinAmp.au3" and compile with a rightclick. Then add the compiled "_WinAmp.exe" to the same folder as "winamp513_full.exe" and run it from WPI without switches.

:)

#7 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 10 February 2006 - 04:28 AM

View PostMHz, on Feb 10 2006, 02:01 PM, said:

View Postowikh84, on Feb 10 2006, 01:04 PM, said:

I take it there still isn't a way to silently install Winamp barring repackaging as an msi?

Ofcouse, it has been covered in other WinAmp threads.

Here is a simple AutoIt script that does what you want. Silent and WinAmp will not nag afterwards, as the ini is written to to stop tha nag window.
RunWait(@ScriptDir & '\winamp513_full.exe /S')
ProcessWait('winamp.exe', 5)
If ProcessExists('winamp.exe') Then ProcessClose('winamp.exe')
If ProcessExists('winampa.exe') Then ProcessClose('winampa.exe')
IniWrite(@ProgramFilesDir & '\winamp\winamp.ini', 'winampreg', 'NeedReg', '0')


Just save as "_WinAmp.au3" and compile with a rightclick. Then add the compiled "_WinAmp.exe" to the same folder as "winamp513_full.exe" and run it from WPI without switches.

:)




EDIT: Thx working

This post has been edited by owikh84: 10 February 2006 - 05:31 AM


#8 User is offline   WotC 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 29-January 05

Posted 10 February 2006 - 09:28 AM

working with 5.13 without the use of AutoIT (it's part of a wihu script, but i guess you get the idea):

description.9 = Winamp 5.13
description.9.0 = Taskkill Winamp
description.9.1 = Taskkill Winamp Agent
description.9.2 = Taskkill EmusicClient.exe
command.9 = %wihu%\Winamp\WinAmp.exe /S /install=SRF
command.9.0 = taskkill /F /IM winamp.exe
command.9.1 = taskkill /F /IM winampa.exe
command.9.2 = taskkill /F /IM EmusicClient.exe
hidden.9.0 = 1
hidden.9.1 = 1
hidden.9.2 = 1
selected.9 = 1
selected.9.0 = 1
selected.9.1 = 1
selected.9.2 = 1


and at the end (when cleaning up the system) i run:

"%programfiles%\Winamp\eMusic\Uninst-eMusic-promotion.exe" /S

though i have to admit i'm not sure whether i still need it or its just a leftover :-)

#9 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 10 February 2006 - 11:15 AM

how to disable Winamp Agent using AutoIt?

#10 User is offline   WotC 

  • Member
  • PipPip
  • Group: Members
  • Posts: 127
  • Joined: 29-January 05

Posted 10 February 2006 - 04:02 PM

uhm - just remove it from autostart using a reg file (or a cmd file, whatever you prefere)? and if thats not enough, copy over your "original" winamp.ini file (i'm doing this, don't know whether its required for turning of agent).

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"WinampAgent"=-

This post has been edited by WotC: 10 February 2006 - 04:03 PM


#11 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 10 February 2006 - 07:36 PM

View PostWotC, on Feb 11 2006, 06:02 AM, said:

uhm - just remove it from autostart using a reg file (or a cmd file, whatever you prefere)? and if thats not enough, copy over your "original" winamp.ini file (i'm doing this, don't know whether its required for turning of agent).

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"WinampAgent"=-


Quote

RunWait(@ScriptDir & '\winamp513_full.exe /S')
ProcessWait('winamp.exe', 5)
If ProcessExists('winamp.exe') Then ProcessClose('winamp.exe')
If ProcessExists('winampa.exe') Then ProcessClose('winampa.exe')
IniWrite(@ProgramFilesDir & '\winamp\winamp.ini', 'winampreg', 'NeedReg', '0')


how to prevent the installer enabling Winamp Agent during installation?
what script do i need to put into my .au3?

This post has been edited by owikh84: 10 February 2006 - 07:46 PM


#12 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 10 February 2006 - 10:00 PM

AutoIt script without the WinAmp Agent
RunWait(@ScriptDir & '\winamp513_full.exe /S')
ProcessWait('winamp.exe', 5)
If ProcessExists('winamp.exe') Then ProcessClose('winamp.exe')
If ProcessExists('winampa.exe') Then ProcessClose('winampa.exe')
IniWrite(@ProgramFilesDir & '\winamp\winamp.ini', 'WinampReg', 'NeedReg', '0')
RegDelete('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', 'WinampAgent')


;)

#13 User is offline   owikh84 

  • Takeshi Kaneshiro
  • PipPip
  • Group: Members
  • Posts: 165
  • Joined: 09-October 05

Posted 11 February 2006 - 02:39 AM

Thx MHz and WotC as well. both are helpfull. really appreciate.

Share this topic:


Page 1 of 1
  • 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