IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

 
Reply to this topicStart new topic
> BSPlayer and XP Autoplay Video Files - SOLVED!
buletov
post Sep 29 2004, 06:56 AM
Post #1


Senior Member
****

Group: Members
Posts: 518
Joined: 8-September 04
Member No.: 30347



Ok, I've finally come with a successful way to have a working
Windows XP autoplay "play using BSPlayer" method. (we all know that
BSPlayer, unlike Winamp, doesn't do anything if you provide it a
driveletter as a command line argument, the famous %L variable).

So here's what you have to do:

1. Install bsplayer exactly like this (but replace bspath with your own path):
CODE
start /wait bspath\bsplayer100.812.exe /S /D=C:\Progra~1\BSPlayer >nul

(This is actually a silent install, but it is only important that BSPlayer is installed in C:\Program Files\BSPlayer)

2. Download this completely silent rar sfx archive...
COMPLETELY SILENT SFX ARCHIVE (1.20MB)

3. ...and run it simply like this (replace bspath with your own path):
CODE
start /wait bspath\bst-autoplay.exe >nul


4. apply these registry settings:
CODE
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Bspl.Play\Shell\play]
@="&Play"
[HKEY_CLASSES_ROOT\Bspl.Play\Shell\play\Command]
@="\"C:\\Program Files\\BSPlayer\\bst-briss.exe\" %L"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection]
"PlayVideoFilesOnArrival"="BRiSsPlayBS"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayVideoFilesOnArrival]
"BRiSsPlayBS"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BRiSsPlayBS]
"Action"="Play"
"Provider"="BSPlayer"
"InvokeProgID"="Bspl.Play"
"InvokeVerb"="play"
"DefaultIcon"=hex(2):25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\
 00,6c,00,65,00,73,00,25,00,5c,00,42,00,53,00,50,00,6c,00,61,00,79,00,65,00,\
 72,00,5c,00,62,00,73,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,\
 00,65,00,2c,00,30,00,00,00


And that's it!

Now take some divx movie and test it by inserting the CD in any drive!
You can do the testing without reinstalling Windows, ofcourse...
Go to the top of the page
 
+Quote Post
buletov
post Sep 29 2004, 03:17 PM
Post #2


Senior Member
****

Group: Members
Posts: 518
Joined: 8-September 04
Member No.: 30347



uhm, here's a pic how it looks if you don't know what i'm talking about:

Go to the top of the page
 
+Quote Post
buletov
post Sep 30 2004, 02:53 AM
Post #3


Senior Member
****

Group: Members
Posts: 518
Joined: 8-September 04
Member No.: 30347



any comment?
Go to the top of the page
 
+Quote Post
Rodent
post Oct 1 2004, 06:15 PM
Post #4


Junior
*

Group: Members
Posts: 51
Joined: 1-October 04
Member No.: 32536



Thanks very much

i very often use BS player,
i like the DDR Skin from Thomas Radeke smile.gif

I will try it with my next unattended Install.

Thanks in advance
Alex
Go to the top of the page
 
+Quote Post
--=ddSHADOW=--
post Oct 10 2004, 02:46 PM
Post #5


--=ddSHADOW=--
**

Group: Members
Posts: 209
Joined: 8-August 04
From: Slovenia
Member No.: 26544
OS: XP Pro x86
Country Flag


tnx but there is a problem you cant play vcd/svcd in bsplayer no plugins. i use Media player classic for this type of movies.

SVCD = .mpg .mpeg .dat
Go to the top of the page
 
+Quote Post
buletov
post Oct 10 2004, 03:29 PM
Post #6


Senior Member
****

Group: Members
Posts: 518
Joined: 8-September 04
Member No.: 30347



well maybe one day bsplayer will support it...
and dvd movies also, hopefully...
Go to the top of the page
 
+Quote Post
MCT
post Oct 11 2004, 03:37 PM
Post #7


MSFN Junkie
*********

Group: Members
Posts: 3288
Joined: 19-May 04
Member No.: 20315
Country Flag


ive made an inf that does exactly what the above reg file does, but except c:\program files isnt hard coded, your bsplayer.exe must be in %programfiles%\bsplayer\bsplayer.exe for it to work

bsplayer.inf
CODE
[Version]
signature = $CHICAGO$

[DefaultInstall]
AddReg = bsplayerAP

[bsplayerAP]
HKCR,"Bspl.Play\Shell\play",,,"&Play
HKCR,"Bspl.Play\Shell\play\Command",,,"%16422%\BSPlayer\bsplayer.exe" "%L"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlersDefaultSelection","PlayVideoFilesOnArrival",0x00000000,"BRiSsPlayBS"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayVideoFilesOnArrival","BRiSsPlayBS",0x00000000,""
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BRiSsPlayBS","Action",0x00000000,"Play"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BRiSsPlayBS","Provider",0x00000000,"BSPlayer"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BRiSsPlayBS","InvokeProgID",0x00000000,"Bspl.Play"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BRiSsPlayBS","InvokeVerb",0x00000000,"play"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\BRiSsPlayBS","DefaultIcon",0x00000001,25,00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,\
00,6c,00,65,00,73,00,25,00,5c,00,42,00,53,00,50,00,6c,00,61,00,79,00,65,00,\
72,00,5c,00,62,00,73,00,70,00,6c,00,61,00,79,00,65,00,72,00,2e,00,65,00,78,\
00,65,00,2c,00,30,00,00,00
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 9th February 2010 - 11:18 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2010 msfn.org
Privacy Policy