smasher953 Posted May 31, 2005 Posted May 31, 2005 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! Here's what I'm doing:@ECHO OFFSETLOCALSET INSTALLERPATH=\\server\RealPlayer v10.5REM RealPlayer v10.5REM 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" -sECHO Modifying Registry Settings....REM The following disables the FirstRun FeatureREM REM 1113106800 REM ***;Disable RealPlayer AgentREG 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 runningREG ADD HKCU\Software\RealNetworks\rnadmin\Preferences\RunMode /ve /t REG_SZ /d "1" /f REM ***;Prevents TkBellExe from adding itself to startup againREG 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 configurationREG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationCount /ve /t REG_SZ /d "1" /f REM ***;Bypasses the EULAREG 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 problemREG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastLoginTime /ve /t REG_SZ /d "1117227043" /fREG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastStartupVersion /ve /t REG_SZ /d "1117227043" /f REM ***;Disables the History listREG ADD HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\EnableHistoryInFileMenu /ve /t REG_SZ /d "0" /f REM ***;Disable Automatic UpdatesREG ADD HKCR\Software\RealNetworks\Update\6.0\Preferences\Warn /ve /t REG_SZ /d "1" /f REM ***;Disable Message CenterREG 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" /fREM Remove RealPlayer AssociationsREG DELETE "HKCR\.m4a" /va /fREG DELETE "HKCR\.m4a" /va /fREG DELETE "HKCR\.mp1" /va /fREG DELETE "HKCR\.mpga" /va /fREG DELETE "HKCR\.pls" /va /fREG DELETE "HKCR\.sdp" /va /fREG DELETE "HKCR\.ssm" /va /fREG DELETE "HKCR\.xpl" /va /fREG DELETE "HKCR\MIME\Database\Content Type\application/sdp" /va /fREG DELETE "HKCR\MIME\Database\Content Type\application/streamingmedia" /va /fREG DELETE "HKCR\MIME\Database\Content Type\audio/m4a" /va /f REG DELETE "HKCR\MIME\Database\Content Type\audio/mp1" /va /fREG DELETE "HKCR\MIME\Database\Content Type\audio/rn-mpeg" /va /fREG DELETE "HKCR\MIME\Database\Content Type\audio/scpls" /va /fREG DELETE "HKCR\MIME\Database\Content Type\audio/x-scpls" /va /f REG DELETE "HKCR\RealPlayer.M4A.6" /va /fREG DELETE "HKCR\RealPlayer.MP1.6" /va /fREG DELETE "HKCR\RealPlayer.MPGA.6" /va /fREG DELETE "HKCR\RealPlayer.PLSPL.6" /va /fREG DELETE "HKCR\RealPlayer.SDP.6" /va /fREG DELETE "HKCR\rtsp" /va /fREG DELETE "HKCU\SSM" /va /fREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypeS" /v "audio/m4a" /FREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/mp1" /FREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/rn-mpeg" /FREG 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" /FREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/streamingmedia" /FREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/sdp" /FREM 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" /fREM Remove Desktop & QuickLaunch ShortcutsECHO 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\RealENDLOCAL
smasher953 Posted June 14, 2005 Author Posted June 14, 2005 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 > NULLMy entire RealPlayer install script is below:@ECHO OFFSETLOCALSET INSTALLERPATH=\\apps-01\incoming\apps\RealPlayer v10.5REM RealPlayer v10.5REM 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" -sECHO Modifying Registry Settings....REM The following disables the FirstRun FeatureREM REM REM ***;Disable RealPlayer AgentREG 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 runningREG ADD HKCU\Software\RealNetworks\rnadmin\Preferences\RunMode /ve /t REG_SZ /d "1" /f > NULL REM ***;Prevents TkBellExe from adding itself to startup againREG 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 configurationREG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\ConfigurationCount /ve /t REG_SZ /d "1" /f > NULL REM ***;Bypasses the EULAREG 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: 999999999999999999REG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastLoginTime /ve /t REG_SZ /d "999999999999999999" /f > NULLREG ADD HKCU\SOFTWARE\RealNetworks\RealPlayer\6.0\Preferences\LastStartupVersion /ve /t REG_SZ /d "1117227043" /f > NULL REM ***;Disables the History listREG ADD HKCU\Software\RealNetworks\RealPlayer\6.0\Preferences\EnableHistoryInFileMenu /ve /t REG_SZ /d "0" /f > NULL REM ***;Disable Automatic UpdatesREG ADD HKCR\Software\RealNetworks\Update\6.0\Preferences\Warn /ve /t REG_SZ /d "1" /f > NULL REM ***;Disable Message CenterREG 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'sREG ADD HKCU\Software\RealNetworks\RealJukebox\1.0\Preferences /v AutoPlay /t REG_DWORD /d "0" /f > NULL REM ***;Don't prompt to save CD'sREG ADD HKCU\Software\RealNetworks\RealJukebox\1.0\Preferences /v ShowAutoRecDlg /t REG_DWORD /d "0" /f > NULLREM Remove RealPlayer AssociationsREG DELETE "HKCR\.m4a" /va /f > NULLREG DELETE "HKCR\.m4a" /va /f > NULLREG DELETE "HKCR\.mp1" /va /f > NULLREG DELETE "HKCR\.mpga" /va /f > NULLREG DELETE "HKCR\.pls" /va /f > NULLREG DELETE "HKCR\.sdp" /va /f > NULLREG DELETE "HKCR\.ssm" /va /f > NULLREG DELETE "HKCR\.xpl" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\application/sdp" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\application/streamingmedia" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\audio/m4a" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\audio/mp1" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\audio/rn-mpeg" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\audio/scpls" /va /f > NULLREG DELETE "HKCR\MIME\Database\Content Type\audio/x-scpls" /va /f > NULLREG DELETE "HKCR\RealPlayer.M4A.6" /va /f > NULLREG DELETE "HKCR\RealPlayer.MP1.6" /va /f > NULLREG DELETE "HKCR\RealPlayer.MPGA.6" /va /f > NULLREG DELETE "HKCR\RealPlayer.PLSPL.6" /va /f > NULLREG DELETE "HKCR\RealPlayer.SDP.6" /va /f > NULLREG DELETE "HKCR\rtsp" /va /f > NULLREG DELETE "HKCU\SSM" /va /f > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypeS" /v "audio/m4a" /F > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/mp1" /F > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/rn-mpeg" /F > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/scpls" /F > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "audio/x-scpls" /F > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/streamingmedia" /F > NULLREG DELETE "HKCU\Software\Microsoft\Internet Explorer\Media\MimeTypes" /v "application/sdp" /F > NULLREM 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" /fREG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPCDBurningOnArrival /va /f > NULLREG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPDeviceOnArrival /va /f > NULLREG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPPlayCDAudioOnArrival /va /f > NULLREG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPPlayDVDMovieOnArrival /va /f > NULLREM REG DELETE HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Autoplayhandlers\Handlers\RPPlayMediaOnArrival /va /f > NULLREM Remove Desktop & QuickLaunch ShortcutsECHO Deleting Desktop Icons....DEL /F "%ALLUSERSPROFILE%\Desktop\Free Games & Music.url" > NULLDEL /F "%ALLUSERSPROFILE%\Desktop\Rhapsody Play Music Free.url" > NULLDEL /F "%ALLUSERSPROFILE%\Desktop\RealPlayer.lnk" > NULLDEL /F "%APPDATA%\Microsoft\Internet Explorer\Quick Launch\RealPlayer.lnk" > NULLMOVE "%ALLUSERSPROFILE%\Start Menu\Programs\RealPlayer.lnk" "%ALLUSERSPROFILE%\Start Menu\Programs\Accessories\Entertainment" > NULLRD /S /Q "%ALLUSERSPROFILE%\Start Menu\Programs\Real > NULLENDLOCALEXIT
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now