Jump to content

Splayer Katılımsız Tr Yapma


A80
 Share

Recommended Posts

Arkadaşlar SPlayer'i AutoIt Paremetre Kullarak Katılımısız Yaptım. Ama TR Olabilmesi için Programın Kurulmuş Olduğu Klasördeki "lang" Klasöründeki Bütün Dosyalar Silinmeli ve İçine Aşağıda Vereceğim .dll uzantılı TR Dil Paketi Koyulmalıdır. Bunu AutoIt'le Nasıl Yapabilirim. Birde Hazırladığım Kodları Düzenler misiniz? Gereksiz Kodları Silerek ve Daha Uygun Yeni Kodlar Kullanarak Bana Yardımcı Olabilir Misiniz?

#RequireAdmin
FileInstall("splayer.exe",@TempDir & "\splayer.exe",1)
ShellExecuteWait(@TempDir & "\splayer.exe", "/S", "", "", @SW_HIDE)
FileDelete(@TempDir & "\splayer.exe")
TrayTip("Splayer 3.7.0.2437 Final TR", "Kurulumu Tamamlandı! | By Titan", 30, 4)
Sleep(5000)

TR Dil Paketi: http://www.datafilehost.com/d/20f51df4


Şöyle Bi Yol Denemek İstedim. lang klasörünü DirRemove Komutuyla sildim ve lang'ın içindeki dosyayı sfx ile Splayer Klasörüne Çıkartmayı Denedim. Sanırım Kodlarda Az Bir Sorun Oldu. Hata Aldım. Bir Bakar Mısınız 

#RequireAdmin
FileInstall("splayer.exe",@TempDir & "\splayer.exe",1)
ShellExecuteWait(@TempDir & "\splayer.exe", "/S", "", "", @SW_HIDE)
DirRemove("C:\Program Files (x86)\SPlayer\lang",1)
FileCopy("lang.exe", @ProgramFilesDir & "\Splayer",9)
FileDelete(@TempDir & "\splayer.exe")
TrayTip("Splayer 3.7.0.2437 Final TR", "Kurulumu Tamamlandı! | By Titan", 30, 4)
Sleep(5000)
Edited by A80
Link to comment
Share on other sites

If @OSArch = "X86" Then
	FileInstall("splayer.en.dll", @ProgramFilesDir & "\SPlayer\lang\splayer.en.dll", 9)
	FileDelete(@ProgramFilesDir & "\SPlayer\lang\splayer.cht.dll")
	FileDelete(@ProgramFilesDir & "\SPlayer\lang\splayer.fr.dll")
	FileDelete(@ProgramFilesDir & "\SPlayer\lang\splayer.ge.dll")
	FileDelete(@ProgramFilesDir & "\SPlayer\lang\splayer.ru.dll")
Else
	FileInstall("splayer.en.dll", @HomeDrive & "\Program Files (x86)\SPlayer\lang\splayer.en.dll", 9)
	FileDelete(@HomeDrive & "\Program Files (x86)\SPlayer\lang\splayer.cht.dll")
	FileDelete(@HomeDrive & "\Program Files (x86)\SPlayer\lang\splayer.fr.dll")
	FileDelete(@HomeDrive & "\Program Files (x86)\SPlayer\lang\splayer.ge.dll")
	FileDelete(@HomeDrive & "\Program Files (x86)\SPlayer\lang\splayer.ru.dll")
EndIf

Ayrıca MD5-SHA1 değerlerine baktım programı Türkçeleştiren benim, güle güle kullan...

Edited by MAKINCI
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By DivaneTR
      En çok tercih edilen medya oynatıcılardan bir AIO paket hazırladım. Tümü en son sürümdür, 6 adet program içerir.
       
      :download1:
       
      Toplam Boyut : 150 MB
      http://turbobit.net/9sakoqe9045o.html
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...