Jump to content

Recommended Posts

Posted

I'm trying to do a silent install and tweaking of RealPlayer v10.5. I'm using the "realplayer10-5gold_bb.exe" install file. I've been able to get it to silently install and to configure my default settings automatically through a batch file, but am having a pain with the initial startup screen you get when launching RealPlayer.

I am NOT able to bypass the initial "Google Toolbar and Google Desktop Search" screen. Following this screen is the user registration info (name, email address, etc). By just closing this window with the X in the corner I can bypass the whole user registration info and my RealPlayer is all pre-configured with all my particular settings.

I'd like to get rid of this initial google toolbar installer screen. It seems as though if you set the "LastLoginTime" and "LastStartupVersion" to the same number (which looks like a UNIX timestamp to me), it seems to initially bypass the google toolbar installer and user registation screens and takes me right to the realplayer.

Now the problem is that the LastLoginTime and LastStartupVersion numbers seem to need to be within 24hours of the system clock in order for it to work.

Has anyone found a way to bypass this stupid Google toolbar installer screen and the user registration?

RealPlayer alternative is not a solution. We need to be able to use the original RealPlayer software.

Anyhelp would be GREATLY appreciated! :yes:

Here's what I'm doing:

@ECHO OFF
SETLOCAL

SET INSTALLERPATH=\\server\RealPlayer v10.5

REM RealPlayer v10.5
REM For more information see: http://www.msfn.org/board/index.php?showtopic=10228&hl=

ECHO Installing RealPlayer v10.5....
START "RealPlayer Install" /D%TEMP% /WAIT "%INSTALLERPATH%\RealPlayer10-5GOLD_bb.exe" -s


ECHO Modifying Registry Settings....
REM The following disables the FirstRun Feature
REM
REM 1113106800
  REM ***;Disable RealPlayer Agent
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v TkBellExe /f
  REM ***;Disable Software Updates (required to prevent RealSched.exe from running)
REG ADD HKCU\Software\RealNetworks\Update\6.0\Preferences\ATH\SoftwareUpdates /ve /t REG_SZ /d "2" /f
  REM ***;Required to prevent realsched.exe from running
REG ADD HKCU\Software\RealNetworks\rnadmin\Preferences\RunMode /ve /t REG_SZ /d "1" /f
  REM ***;Prevents TkBellExe from adding itself to startup again
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\FirstRunPlayed /ve /t REG_SZ /d "1" /f
  REM ***;Tells RealPlayer it is already ran through its configuration
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationCount /ve /t REG_SZ /d "1" /f
  REM ***;Bypasses the EULA
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\EulaAcceptedVersion /ve /t REG_SZ /d "2" /f
  REM ***;Prevents Google Toolbar, Desktop Search, and User Registraion on startup
  REM ***;  The value of this key is a UNIX timestamp based on seconds since standard epoch of 1/1/1970
  REM ***;  This key may be a problem if it is too old
  REM ***;  Setting LastLoginTime and LastStartupVersion to the same seems to eliviate the problem
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastLoginTime /ve /t REG_SZ /d "1117227043" /f
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastStartupVersion /ve /t REG_SZ /d "1117227043" /f
  REM ***;Disables the History list
REG ADD HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\EnableHistoryInFileMenu /ve /t REG_SZ /d "0" /f
  REM ***;Disable Automatic Updates
REG ADD HKCR\Software\RealNetworks\Update\6.0\Preferences\Warn /ve /t REG_SZ /d "1" /f
  REM ***;Disable Message Center
REG ADD HKCU\Software\RealNetworks\Update\6.0\Preferences\ATH\NewMessages /ve /t REG_SZ /d "2" /f
  REM ***;Check file associations on startup (disabled)
REG ADD HKCR\Software\RealNetworks\Update\6.0\Preferences\ATH\Startupscan /ve /t REG_SZ /d "0" /f
  REM ***;Message Center - Show system tray icon (disabled)
REG ADD HKCU\Software\RealNetworks\MSG\Preferences\ShowSystrayIcon /ve /t REG_SZ /d "0" /f
  REM ***;Message Center - Show Headlines (disabled)
REG ADD HKCU\Software\RealNetworks\MSG\Preferences\ShowMessageHeadline /ve /t REG_SZ /d "0" /f
  REM ***;Set Country/Region (us=America)
REG ADD HKCU\Software\RealNetworks\Preferences\CountryID /ve /t REG_SZ /d "us" /f
  REM ***;Set Startup Display to "Player Only"
REG ADD HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\StartupTab /ve /t REG_SZ /d "playeronly" /f



REM Remove RealPlayer Associations
REG DELETE "HKCR\.m4a" /va /f
REG DELETE "HKCR\.m4a" /va /f
REG DELETE "HKCR\.mp1" /va /f
REG DELETE "HKCR\.mpga" /va /f
REG DELETE "HKCR\.pls" /va /f
REG DELETE "HKCR\.sdp" /va /f
REG DELETE "HKCR\.ssm" /va /f
REG DELETE "HKCR\.xpl" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\application/sdp" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\application/streamingmedia" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\audio/m4a" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\audio/mp1" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\audio/rn-mpeg" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\audio/scpls" /va /f
REG DELETE "HKCR\MIME\Database\Content Type\audio/x-scpls" /va /f
REG DELETE "HKCR\RealPlayer.M4A.6" /va /f
REG DELETE "HKCR\RealPlayer.MP1.6" /va /f
REG DELETE "HKCR\RealPlayer.MPGA.6" /va /f
REG DELETE "HKCR\RealPlayer.PLSPL.6" /va /f
REG DELETE "HKCR\RealPlayer.SDP.6" /va /f
REG DELETE "HKCR\rtsp" /va /f
REG DELETE "HKCU\SSM" /va /f
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypeS" /v "audio/m4a" /F
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/mp1" /F
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/rn-mpeg" /F
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/scpls" /F
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/x-scpls" /F
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/streamingmedia" /F
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/sdp" /F



REM Remove RealPlayer AutoPlay handler association (ie: RealPlayer option is removed from CD Autoplay options)
REM REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\CancelAutoplay\CLSID /v "5B239F5D-635D-4fab-883D-9BC28BC10C4C" /f


REM Remove Desktop & QuickLaunch Shortcuts
ECHO Deleting Desktop Icons....
DEL /F "%ALLUSERSPROFILE%\Desktop\Free Games & Music.url"
DEL /F "%ALLUSERSPROFILE%\Desktop\Rhapsody Play Music Free.url"
DEL /F "%ALLUSERSPROFILE%\Desktop\RealPlayer.lnk"
DEL /F "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\RealPlayer.lnk"
MOVE "%ALLUSERSPROFILE%\Start Menu\Programs\RealPlayer.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Entertainment"
RD /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Real

ENDLOCAL

post-17495-1117552303_thumb.jpg

  • 2 weeks later...

Posted

I found a solution. If you set the LastLoginTime to "999999999999999999" (a date in the future), you'll never see the Google Toolbar installer screen:

REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastLoginTime /ve /t REG_SZ /d "999999999999999999" /f > NULL

My entire RealPlayer install script is below:

@ECHO OFF
SETLOCAL

SET INSTALLERPATH=\\apps-01\incoming\apps\RealPlayer v10.5

REM RealPlayer v10.5
REM For more information see: http://www.msfn.org/board/index.php?showtopic=10228&hl=
REM                           http://www.appdeploy.com/messageboards/tm.asp?m=8161&mpage=1‷

ECHO Installing RealPlayer v10.5....
START "RealPlayer Install" /D%TEMP% /WAIT "%INSTALLERPATH%\RealPlayer10-5GOLD_bb.exe" -s


ECHO Modifying Registry Settings....
REM The following disables the FirstRun Feature
REM
REM
  REM ***;Disable RealPlayer Agent
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run /v TkBellExe /f > NULL
  REM ***;Disable Software Updates (required to prevent RealSched.exe from running)
REG ADD HKCU\Software\RealNetworks\Update\6.0\Preferences\ATH\SoftwareUpdates /ve /t REG_SZ /d "2" /f > NULL
  REM ***;Required to prevent realsched.exe from running
REG ADD HKCU\Software\RealNetworks\rnadmin\Preferences\RunMode /ve /t REG_SZ /d "1" /f > NULL
  REM ***;Prevents TkBellExe from adding itself to startup again
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\FirstRunPlayed /ve /t REG_SZ /d "1" /f > NULL
  REM ***;Tells RealPlayer it is already ran through its configuration
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationCount /ve /t REG_SZ /d "1" /f > NULL
  REM ***;Bypasses the EULA
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\EulaAcceptedVersion /ve /t REG_SZ /d "2" /f > NULL
  REM ***;Prevents Google Toolbar, Desktop Search, and User Registraion on startup
  REM ***;  The value of this key is a UNIX timestamp based on seconds since standard epoch of 1/1/1970
  REM ***;  This key may be a problem if it is too old
  REM ***;  Setting LastLoginTime and LastStartupVersion to the same seems to eliviate the problem
  REM ***;  You can also try setting LastLoginTime to a date in the future:  999999999999999999
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastLoginTime /ve /t REG_SZ /d "999999999999999999" /f > NULL
REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastStartupVersion /ve /t REG_SZ /d "1117227043" /f > NULL
  REM ***;Disables the History list
REG ADD HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\EnableHistoryInFileMenu /ve /t REG_SZ /d "0" /f > NULL
  REM ***;Disable Automatic Updates
REG ADD HKCR\Software\RealNetworks\Update\6.0\Preferences\Warn /ve /t REG_SZ /d "1" /f > NULL
  REM ***;Disable Message Center
REG ADD HKCU\Software\RealNetworks\Update\6.0\Preferences\ATH\NewMessages /ve /t REG_SZ /d "2" /f > NULL
  REM ***;Check file associations on startup (disabled)
REG ADD HKCR\Software\RealNetworks\Update\6.0\Preferences\ATH\Startupscan /ve /t REG_SZ /d "0" /f > NULL
  REM ***;Message Center - Show system tray icon (disabled)
REG ADD HKCU\Software\RealNetworks\MSG\Preferences\ShowSystrayIcon /ve /t REG_SZ /d "0" /f > NULL
  REM ***;Message Center - Show Headlines (disabled)
REG ADD HKCU\Software\RealNetworks\MSG\Preferences\ShowMessageHeadline /ve /t REG_SZ /d "0" /f > NULL
  REM ***;Set Country/Region (us=America)
REG ADD HKCU\Software\RealNetworks\Preferences\CountryID /ve /t REG_SZ /d "us" /f > NULL
  REM ***;Set Startup Display to "Player Only"
REG ADD HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\StartupTab /ve /t REG_SZ /d "playeronly" /f > NULL
  REM ***;Don't AutoPlay CD's
REG ADD HKCU\Software\RealNetworks\RealJukebox\1.0\Preferences /v AutoPlay /t REG_DWORD /d "0" /f > NULL
  REM ***;Don't prompt to save CD's
REG ADD HKCU\Software\RealNetworks\RealJukebox\1.0\Preferences /v ShowAutoRecDlg /t REG_DWORD /d "0" /f > NULL

REM Remove RealPlayer Associations
REG DELETE "HKCR\.m4a" /va /f > NULL
REG DELETE "HKCR\.m4a" /va /f > NULL
REG DELETE "HKCR\.mp1" /va /f > NULL
REG DELETE "HKCR\.mpga" /va /f > NULL
REG DELETE "HKCR\.pls" /va /f > NULL
REG DELETE "HKCR\.sdp" /va /f > NULL
REG DELETE "HKCR\.ssm" /va /f > NULL
REG DELETE "HKCR\.xpl" /va /f > NULL
REG DELETE "HKCR\MIME\Database\Content Type\application/sdp" /va /f > NULL
REG DELETE "HKCR\MIME\Database\Content Type\application/streamingmedia" /va /f > NULL
REG DELETE "HKCR\MIME\Database\Content Type\audio/m4a" /va /f  > NULL
REG DELETE "HKCR\MIME\Database\Content Type\audio/mp1" /va /f > NULL
REG DELETE "HKCR\MIME\Database\Content Type\audio/rn-mpeg" /va /f > NULL
REG DELETE "HKCR\MIME\Database\Content Type\audio/scpls" /va /f > NULL
REG DELETE "HKCR\MIME\Database\Content Type\audio/x-scpls" /va /f  > NULL
REG DELETE "HKCR\RealPlayer.M4A.6" /va /f > NULL
REG DELETE "HKCR\RealPlayer.MP1.6" /va /f > NULL
REG DELETE "HKCR\RealPlayer.MPGA.6" /va /f > NULL
REG DELETE "HKCR\RealPlayer.PLSPL.6" /va /f > NULL
REG DELETE "HKCR\RealPlayer.SDP.6" /va /f > NULL
REG DELETE "HKCR\rtsp" /va /f > NULL
REG DELETE "HKCU\SSM" /va /f > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypeS" /v "audio/m4a" /F > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/mp1" /F > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/rn-mpeg" /F > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/scpls" /F  > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/x-scpls" /F > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/streamingmedia" /F > NULL
REG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/sdp" /F > NULL



REM Remove RealPlayer AutoPlay handler association (ie: RealPlayer option is removed from CD Autoplay options)
REM REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\CancelAutoplay\CLSID /v "5B239F5D-635D-4fab-883D-9BC28BC10C4C" /f
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPCDBurningOnArrival /va /f > NULL
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPDeviceOnArrival /va /f > NULL
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPPlayCDAudioOnArrival /va /f > NULL
REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPPlayDVDMovieOnArrival /va /f > NULL
REM REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPPlayMediaOnArrival /va /f > NULL




REM Remove Desktop & QuickLaunch Shortcuts
ECHO Deleting Desktop Icons....
DEL /F "%ALLUSERSPROFILE%\Desktop\Free Games & Music.url" > NULL
DEL /F "%ALLUSERSPROFILE%\Desktop\Rhapsody Play Music Free.url" > NULL
DEL /F "%ALLUSERSPROFILE%\Desktop\RealPlayer.lnk" > NULL
DEL /F "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\RealPlayer.lnk" > NULL
MOVE "%ALLUSERSPROFILE%\Start Menu\Programs\RealPlayer.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Entertainment" > NULL
RD /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Real > NULL

ENDLOCAL
EXIT

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...