Jump to content

[Release] BS.Player 2.50 AUTOIT


Recommended Posts

BsplayerPRO 2.50+ AUTOIT

Homepage

Features:

- sillent install with no popup's

- script delete old registration info if exists

- automatic registration

How to use:

- copy installation file (*.exe) to SETUP folder

- copy skins files to SKINS folder

- add your registration info in the config.ini

- set ypir čanguage and skin in the config.ini

- change custom messages if u like

SKINS:

http://customize.org/browse/bsplayer

http://www.skinbase.org/Skins/BSPlayer/340

Script will work for newer versions if the installer don't change.

If any problems contact me ddshadow@gmx.net

Changelog:

2.0

- script rewriten, optimized, commented

- fixed register in runonce mode (script didnt find config.ini)

- NEW way to set default language, skin and more (using _XMLDomWrapper.au3)

- no more costum BSplayer.xml needed

- u can add more settings in script > easy coding

1.6

- up 2 date script 2.50+ I

- kills codec manager popup durring install

- copy's key.reg to install folder owerwrite old one (Bsplayer dont update the key.reg itself) install BUG

- add your OLD costum BSplayer.xml (all your settings there) copy in SETUP folder

where to find > open RUN and write >> %USERPROFILE%\Application Data\BSplayer Pro

- removed old key.reg install method >>> u need to write username and pass in config.ini

1.5 Number of downloads: NOT released

- registers program with key.ini if its newer then setup file

- added mouse emulation (click on register) REMOVED

1.4 Number of downloads: 525

- updated registration method for version 2.24

- added mouse emulation (click on register)

1.3 Number of downloads: 354

- updated registration method for version 2.2

- added config.ini where u put your registration info no need to edit the source file

- removed mouse emulation

1.2.1 Number of downloads: 35

- Updated for new registration location.

- New version fixed problems in Windows Vista

1.2. Number of downloads: 67

- Automatic detection of setup file, u dont need to check what is $installer= whatever

- Added skin that u must have :D

1.1. Number of downloads: 150

- Updated the way to register Bsplayer the old method was to quick didnt wait Bsplayer to confirm the registration

1.0 Number of downloads: 48

Download:

bsp_ver2.0.rar

Edited by --=ddSHADOW=--
Link to comment
Share on other sites

  • 4 weeks later...

Thanks. Works fine but just when I install it from windows if I try do it from WPI never ends the registration, any solution?

replace this

Run(@ProgramFilesDir & "\Webteh\BSplayerPro\bsplayer.exe")

$title="Registration info"

$title_info="Register BSplayer"

WinWaitActive($title)

with this function

Run(@ProgramFilesDir & "\Webteh\BSplayerPro\bsplayer.exe")

$title="Registration info"

$title_info="Register BSplayer"

WinWait($title)

WinSetOnTop($title,"",1)

WinSetState ($title,$title_info,@SW_ENABLE)

If Not WinActive($title,$title_info) Then

WinActivate($title,$title_info)

WinSetOnTop($title,$title_info,1)

WinSetState ($title,$title_info,@SW_ENABLE)

EndIf

ill update the script wenn i have time sry ppl

Link to comment
Share on other sites

  • 2 years later...
  • 1 month later...

Changelog:

2.0

- script rewriten, optimized, commented

- fixed register in runonce mode (script didnt find config.ini)

- NEW way to set default language, skin and more (using _XMLDomWrapper.au3)

- no more costum BSplayer.xml needed

- u can add more settings in script > easy coding

Link to comment
Share on other sites

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...