Jump to content

Autoit'le Winrar Katılımsız Yapma


A80
 Share

Recommended Posts

Arkadaşlar WinRAR'ı \S Paremetresi Kullanarak Katılmsız Yaptım. FileCopy Komutunu Kullanarak rarreg'i kopyaladım Ama Lisanslanmadı. Filecopy Komutu Kodunda Yanlışlık mı Var? Yanlışlığı Düzeltir Misiniz? 

#RequireAdmin
FileInstall("x86.exe",@TempDir & "\x86.exe",1)
FileInstall("x64.exe",@TempDir & "\x64.exe",1)

If @OSArch = "X86" Then
	ShellExecuteWait(@TempDir & "\x86.exe","/S","","",@SW_HIDE)
Else
	ShellExecuteWait(@TempDir & "\x64.exe","/S","","",@SW_HIDE)
EndIf

If @OSArch = "X86" Then
	FileCopy(@TempDir & "\rarreg.key",@HomeDrive & "\Program Files\WinRAR\rarreg.key",9)

Else
	FileCopy(@TempDir & "\rarreg.key", @HomeDrive & "\Program Files (x86)\WinRAR\rarreg.key",9)

EndIf

FileDelete(@TempDir & "\x86.exe")
FileDelete(@TempDir & "\x64.exe")
FileDelete(@TempDir & "\rarreg.key")
TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
Sleep(5000)

Edited by A80
Link to comment
Share on other sites

AutoIt'te Yeniyim. Bu Şekilde Yaptım Olmadı!

If @OSArch = "X86" Then
	FileInstall("rarreg", @ProgramFilesDir & "\WinRAR", 9)

Else
	FileInstall(@TempDir & "\rarreg", @HomeDrive & "\Program Files (x86)\WinRAR",9)

EndIf
Link to comment
Share on other sites

Winrarı kısa yoldan lisanslamak için bir yöntem var. Rarreg.key dosaysını winrar ın setup dosyasının içine atarsan yüklendiği zaman lisanslı oluyor. Geriye sadece /s parametresiyle katılımsız kurdurmak kalıyor.

Link to comment
Share on other sites

Şöyle bi olay şimdi sen Sistem 32 bit iste 32 bit kurduyosun yani dizin ""C:\Program Files\WinRAR"" oluyo 64 bit sistemede otomatik 64 bit kurcak dizin ""C:\Program Files (x86)\WinRAR""  olmuycak  yine ""C:\Program Files\WinRAR""  yani @OSArch kullanma gerek yok orda .olucak düzenlenmiş hali ile aşağıda.

 

[spoiler]

  1. #RequireAdmin
  2. FileInstall("x86.exe",@TempDir & "\x86.exe",1)
  3. FileInstall("x64.exe",@TempDir & "\x64.exe",1)
  4.  
  5. If @OSArch = "X86" Then
  6. ShellExecuteWait(@TempDir & "\x64.exe","/S","","",@SW_HIDE)
  7. Else
  8. ShellExecuteWait(@TempDir & "\x86.exe","/S","","",@SW_HIDE)
  9. EndIf
  10. FileInstall("rarreg.key", @HomeDrive & "\Program Files\WinRAR\rarreg.key", 1)
  11.  
  12. FileDelete(@TempDir & "\x86.exe") 
  13. FileDelete(@TempDir & "\x64.exe")
  14. TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
  15. Sleep(5000)

[/spoiler]

Link to comment
Share on other sites

Şöyle bi olay şimdi sen Sistem 32 bit iste 32 bit kurduyosun yani dizin ""C:\Program Files\WinRAR"" oluyo 64 bit sistemede otomatik 64 bit kurcak dizin ""C:\Program Files (x86)\WinRAR""  olmuycak  yine ""C:\Program Files\WinRAR""  yani @OSArch kullanma gerek yok orda .olucak düzenlenmiş hali ile aşağıda.

 

[spoiler]

  1. #RequireAdmin
  2. FileInstall("x86.exe",@TempDir & "\x86.exe",1)
  3. FileInstall("x64.exe",@TempDir & "\x64.exe",1)
  4.  
  5. If @OSArch = "X86" Then
  6. ShellExecuteWait(@TempDir & "\x64.exe","/S","","",@SW_HIDE)
  7. Else
  8. ShellExecuteWait(@TempDir & "\x86.exe","/S","","",@SW_HIDE)
  9. EndIf
  10. FileInstall("rarreg.key", @HomeDrive & "\Program Files\WinRAR\rarreg.key", 1)
  11.  
  12. FileDelete(@TempDir & "\x86.exe") 
  13. FileDelete(@TempDir & "\x64.exe")
  14. TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
  15. Sleep(5000)

[/spoiler]

Tsk Ama Bu Halde Olmadı.Lisanslamadı. Kodlarda Bi Sorun Var

 

S_Erol; Dediğin Şekilde Lisanslandı.

 

Bn WinRAR'ın Kurulumuna Tema Entegre Edeceğim Ve Tema'yı Varsayılan Olarak Ayarlacağım. Bunu Nasıl Yapabilirim? Hangi AutoIt Kodunu Kullanmam Gerek. Entegre Etmek İstediğim Tema;  http://www.datafilehost.com/d/e5729adb


Hata rarreg'i kopyalarken FileCopy veya FileInstall Komutunda hata alıyoruz. O Komut Nasıl Olmalı? Bn WinRAR'ın Kurulumuna Tema Entegre Edeceğim Ve Tema'yı Varsayılan Olarak Ayarlacağım. Bunu Nasıl Yapabilirim? Hangi AutoIt Kodunu Kullanmam Gerek?

Edited by A80
Link to comment
Share on other sites

Arkadaşlar WinRAR'ı \S Paremetresi Kullanarak Katılmsız Yaptım. FileCopy Komutunu Kullanarak rarreg'i kopyaladım Ama Lisanslanmadı. Filecopy Komutu Kodunda Yanlışlık mı Var? Hata rarreg'i kopyalarken FileCopy veya FileInstall Komutunda hata alıyoruz. O Komut Nasıl Olmalı? Ayrıca Olarak WinRAR'ın Kurulumuna Tema Entegre Edeceğim Ve Tema'yı Varsayılan Olarak Ayarlacağım. Bunu Nasıl Yapabilirim? Hangi AutoIt Kodunu Kullanmam Gerek. Entegre Etmek İstediğim Tema; http://www.datafilehost.com/d/e5729adb

#RequireAdmin
FileInstall("x86.exe",@TempDir & "\x86.exe",1)
FileInstall("x64.exe",@TempDir & "\x64.exe",1)
 
If @OSArch = "X86" Then
ShellExecuteWait(@TempDir & "\x86.exe","/S","","",@SW_HIDE)
FileDelete(@TempDir & "\x86.exe")
Else
	ShellExecuteWait(@TempDir & "\x64.exe","/S","","",@SW_HIDE)
EndIf
 
If @OSArch = "X86" Then
	FileCopy(@TempDir & "\rarreg.key",@HomeDrive & "\Program Files\WinRAR\rarreg.key",9)
 
Else
	FileCopy(@TempDir & "\rarreg.key", @HomeDrive & "\Program Files (x86)\WinRAR\rarreg.key",9)
 
EndIf
 

FileDelete(@TempDir & "\x64.exe")
FileDelete(@TempDir & "\rarreg.key")
TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
Sleep(5000)
 
Link to comment
Share on other sites

If @OSArch = "X86" Then
	FileInstall("C:\Users\Filanca\Desktop\winrarx86.exe", @TempDir & "\winrarx86.exe")
	FileSetAttrib(@TempDir & "\winrarx86.exe", "+SH")
	ShellExecuteWait(@TempDir & "\winrarx86.exe", "/S", "", "", @SW_HIDE)
	FileInstall("rarreg.key", @ProgramFilesDir & "\WinRAR\rarreg.key", 1)
	FileDelete(@TempDir & "\winrarx86.exe")
Else
	FileInstall("C:\Users\Filanca\Desktop\winrarx64.exe", @TempDir & "\winrarx64.exe")
	FileSetAttrib(@TempDir & "\winrarx64.exe", "+SH")
	ShellExecuteWait(@TempDir & "\winrarx64.exe", "/S", "", "", @SW_HIDE)
	FileInstall("rarreg.key", @HomeDrive & "\Program Files\WinRAR\rarreg.key", 1)
	FileDelete(@TempDir & "\winrarx64.exe")
EndIf

FileInstall("C:\Users\Filanca\Desktop\winrarTheme.exe", @TempDir & "\winrarTheme.exe")
ShellExecuteWait(@TempDir & "\winrarTheme.exe", "/s", "", "", @SW_HIDE)
FileDelete(@TempDir & "\winrarTheme.exe")

RegWrite("HKEY_CURRENT_USER\Software\WinRAR\Setup", "CascadedMenu", "REG_DWORD", 1)
RegWrite('HKCU\Software\WinRAR\Setup\MenuItems', 'EmailArc', 'REG_DWORD', '0')
RegWrite('HKCU\Software\WinRAR\Setup\MenuItems', 'EmailOpt', 'REG_DWORD', '0')

SFX Kodu

Path=%appdata%\WinRAR\Themes
Overwrite=2

Temaları sfxle paketle kodu yaz s parametrsiyle en son kurdur, Bence ragreg.key'i satın al adamlara faydan dokunsun, kullanışlı program...

Edited by MAKINCI
Link to comment
Share on other sites

Tsk Ama Bu Halde Olmadı.Lisanslamadı. Kodlarda Bi Sorun Var

 

S_Erol; Dediğin Şekilde Lisanslandı.

 

Bn WinRAR'ın Kurulumuna Tema Entegre Edeceğim Ve Tema'yı Varsayılan Olarak Ayarlacağım. Bunu Nasıl Yapabilirim? Hangi AutoIt Kodunu Kullanmam Gerek. Entegre Etmek İstediğim Tema;  http://www.datafilehost.com/d/e5729adb


Hata rarreg'i kopyalarken FileCopy veya FileInstall Komutunda hata alıyoruz. O Komut Nasıl Olmalı? Bn WinRAR'ın Kurulumuna Tema Entegre Edeceğim Ve Tema'yı Varsayılan Olarak Ayarlacağım. Bunu Nasıl Yapabilirim? Hangi AutoIt Kodunu Kullanmam Gerek?

burda kodların doğru fakat şöyle bir yerde yanlış yapmışsın

 
 
If @OSArch = "X86" Then
ShellExecuteWait(@TempDir & "\x86.exe","/S","","",@SW_HIDE)
Else
ShellExecuteWait(@TempDir & "\x64.exe","/S","","",@SW_HIDE)
EndIf
FileInstall("rarreg.key", @HomeDrive & "\Program Files\WinRAR\rarreg.key", 1)
 
bu bölge böyle olmalı
 
sen yanlışlıkla sistem 32 bit ise x64.exe yi seçmişsin ondan hata yapıyor yoksa kodda başka sorun yok
 
x86.exe ile x64.exe yer değiştirecek
Edited by hasandgn34
Link to comment
Share on other sites

SFX İle Temayı Yaptım. \S Paremetresiyle Kurdurdum Ama Varsayılan Tema Olarak Ayarlanmadı. Varsayılan Tema Olarak Ayarlanması İçin Hangi Komutu da Kullanmam Gerekir?


#RequireAdmin

If @OSArch = "X86" Then
	FileInstall("x86.exe", @TempDir & "\x86.exe", 1)
	FileSetAttrib(@TempDir & "\x86.exe", "+SH")
	ShellExecuteWait(@TempDir & "\x86.exe", "/S", "", "", @SW_HIDE)
	FileInstall("rarreg.key", @ProgramFilesDir & "\WinRAR\rarreg.key", 1)
	FileDelete(@TempDir & "\x86.exe")
Else
	FileInstall("x64.exe", @TempDir & "\x64.exe", 1)
	FileSetAttrib(@TempDir & "\x64.exe", "+SH")
	ShellExecuteWait(@TempDir & "\x64.exe", "/S", "", "", @SW_HIDE)
	FileInstall("rarreg.key", @HomeDrive & "\Program Files\WinRAR\rarreg.key", 1)
	FileDelete(@TempDir & "\x64.exe")
EndIf

FileInstall("By Ali.exe", @TempDir & "\By Ali.exe", 1)
ShellExecuteWait(@TempDir & "\By Ali.exe", "/s", "", "", @SW_HIDE)
FileDelete(@TempDir & "\By Ali.exe")

RegWrite("HKEY_CURRENT_USER\Software\WinRAR\Setup", "CascadedMenu", "REG_DWORD", 1)
RegWrite('HKCU\Software\WinRAR\Setup\MenuItems', 'EmailArc', 'REG_DWORD', '0')
RegWrite('HKCU\Software\WinRAR\Setup\MenuItems', 'EmailOpt', 'REG_DWORD', '0')

TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
Sleep(5000)
Link to comment
Share on other sites

  • Editor

SFX İle Temayı Yaptım. \S Paremetresiyle Kurdurdum Ama Varsayılan Tema Olarak Ayarlanmadı. Varsayılan Tema Olarak Ayarlanması İçin Hangi Komutu da Kullanmam Gerekir?

şu konuyu baştan sona incele, aradığın herşey fazlası ile var:

[spoiler]

http://www.wincert.net/forum/topic/11559-winrar-aio-x86x64-sfx-addon-maker/

[/spoiler]

Link to comment
Share on other sites

Kodları Bu Şekilde Kullandım. WinRAR Kuruldu. Lisanslandı. Tema Kuruldu Ama İconlar değişmedi. Yani Tema Varsayılan Tema Olarak Ayarlanmadı. Varsayılan Tema Olarak Ayarlanması İçin Hangi Reg Kaydına Gerek Var?

#RequireAdmin

If @OSArch = "X86" Then
	FileInstall("x86.exe", @TempDir & "\x86.exe", 1)
	FileSetAttrib(@TempDir & "\x86.exe", "+SH")
	ShellExecuteWait(@TempDir & "\x86.exe", "/S", "", "", @SW_HIDE)
	FileInstall("rarreg.key", @ProgramFilesDir & "\WinRAR\rarreg.key", 1)
	FileDelete(@TempDir & "\x86.exe")
Else
	FileInstall("x64.exe", @TempDir & "\x64.exe", 1)
	FileSetAttrib(@TempDir & "\x64.exe", "+SH")
	ShellExecuteWait(@TempDir & "\x64.exe", "/S", "", "", @SW_HIDE)
	FileInstall("rarreg.key", @HomeDrive & "\Program Files\WinRAR\rarreg.key", 1)
	FileDelete(@TempDir & "\x64.exe")
EndIf

FileInstall("Designcontest.exe", @TempDir & "\Designcontest.exe", 1)
ShellExecuteWait(@TempDir & "\Designcontest.exe", "/s", "", "", @SW_HIDE)
FileDelete(@TempDir & "\Designcontest.exe")
FileDelete(@TempDir & "\rarreg.key")

RegWrite("HKEY_CURRENT_USER\Software\WinRAR\Setup", "CascadedMenu", "REG_DWORD", 1)
RegWrite('HKCU\Software\WinRAR\Setup\MenuItems', 'EmailArc', 'REG_DWORD', '0')
RegWrite('HKCU\Software\WinRAR\Setup\MenuItems', 'EmailOpt', 'REG_DWORD', '0')
RegWrite("HKCU\Software\WinRAR\Interface\Themes", "ActivePath", "REG_SZ", "Designcontest_32x32")
RegWrite("HKCU\Software\WinRAR\Interface\Themes", "ShellExtBMP", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\RarSmall.bmp")
RegWrite("HKCU\Software\WinRAR\Interface\Themes", "ShellExtIcon", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\Rar.ico")
RegWrite("HKCU\Software\WinRAR\Interface\Themes", "ActivePath", "REG_SZ", "Designcontest_32x32")
RegWrite("HKCU\Software\WinRAR\Interface\Themes", "ShellExtBMP", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\RarSmall.bmp")
RegWrite("HKCU\Software\WinRAR\Interface\Themes", "ShellExtIcon", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\Rar.ico")
RegWrite("HKCU\Software\Classes\WinRAR.ZIP\DefaultIcon", "", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\RAR.ico")
RegWrite("HKCU\Software\Classes\WinRAR.REV\DefaultIcon", "", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\REV.ico")
RegWrite("HKLM\SOFTWARE\MicrVar0004oft\Windows\CurrentVersion\Uninstall\WinRAR archiver", "DisplayIcon", "REG_SZ", @AppDataDir & "\WinRAR\Themes\Designcontest_32x32\Setup.ico")
TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
Sleep(5000)
Link to comment
Share on other sites

Dediğini Yaptım Birşey Değişmedi. Kurulumdan Sonra Iconlar değişmiyor. Tema Kuruluyor. Varsayılan Olarak Ayarlanmıyor. Reg'le Yapmaya Çalıştık ama nerde Sorun?

 

nQUNys8.png

Edited by A80
Link to comment
Share on other sites

Basit bir şekilde böyle yazmıstım acemice işte :D tema böyle aktifleştiriyorum ben."WinRAR FatCow 1.00, 32x32" yazan yere kendı temanın adını yaz bir dene bakalım.
 

#RequireAdmin


Opt("TrayIconHide", 1)
Opt("TrayIconDebug", 1)
Opt("WinWaitDelay", 100)
Opt("WinTitleMatchMode", 4)
Opt("WinDetectHiddenText", 1)
Opt("MouseCoordMode", 0)

If @OSArch = "X86" Then

    ; Winrar açıp FatCow Temesını seçiyor.
    Run("C:\Program Files\WinRAR\WinRAR.exe", "", @SW_HIDE)
    WinWait("[CLASS:WinRarWindow]")
    WinMenuSelectItem("[CLASS:WinRarWindow]", "", "Seçe&nekler", "&Temalar")
    WinMenuSelectItem("[CLASS:WinRarWindow]", "", "Seçe&nekler", "&Temalar", "WinRAR FatCow 1.00, 32x32")
    WinWait("[CLASS:WinRarWindow]")
    Sleep(100)
    ; Winrardaki Uzayan işlevler menüsünü aktifleştiyor.
    Sleep(100)
    WinClose("[CLASS:WinRarWindow]", "")
    RegWrite('HKCU\Software\WinRAR\Setup', 'ShellExt', 'Reg_Dword', '0x00000001') ;
    RegWrite('HKCU\Software\WinRAR\Setup', 'CascadedMenu', 'Reg_Dword', '0x00000001')
    RegWrite('HKCU\Software\WinRAR\Setup', 'MenuIcons', 'Reg_Dword', '0x00000001')
    RegWrite('HKCU\Software\WinRAR\General\Toolbar', 'Lock', 'Reg_Dword', '0x00000001')

ElseIf @OSArch = "X64" Then

    ; Winrar açıp FatCow Temesını seçiyor.
    Run("C:\Program Files\WinRAR\WinRAR.exe", "", @SW_HIDE)
    WinWait("[CLASS:WinRarWindow]")
    WinMenuSelectItem("[CLASS:WinRarWindow]", "", "Seçe&nekler", "&Temalar")
    WinMenuSelectItem("[CLASS:WinRarWindow]", "", "Seçe&nekler", "&Temalar", "WinRAR FatCow 1.00, 32x32")
    WinWait("[CLASS:WinRarWindow]")
    Sleep(100)
    ; Winrardaki Uzayan işlevler menüsünü aktifleştiyor.
    Sleep(100)
    WinClose("[CLASS:WinRarWindow]", "")
    RegWrite('HKCU\Software\WinRAR\Setup', 'ShellExt', 'Reg_Dword', '0x00000001') ;
    RegWrite('HKCU\Software\WinRAR\Setup', 'CascadedMenu', 'Reg_Dword', '0x00000001')
    RegWrite('HKCU\Software\WinRAR\Setup', 'MenuIcons', 'Reg_Dword', '0x00000001')
    RegWrite('HKCU\Software\WinRAR\General\Toolbar', 'Lock', 'Reg_Dword', '0x00000001')

EndIf
Link to comment
Share on other sites

Dediğini Yaptım Birşey Değişmedi. Kurulumdan Sonra Iconlar değişmiyor. Tema Kuruluyor. Varsayılan Olarak Ayarlanmıyor. Reg'le Yapmaya Çalıştık ama nerde Sorun?

 

nQUNys8.png

 

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR]
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR\DefaultIcon]
@="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\RAR.ico"
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.REV]
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.REV\DefaultIcon]
@="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\REV.ico"
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.ZIP]
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.ZIP\DefaultIcon]
@="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\RAR.ico"
 
[HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes]
"ShellExtBMP"="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\RarSmall.bmp"
"ShellExtIcon"="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\Rar.ico"
"ActivePath"="---Tema Adı---"
 
registry dosyan bu şekilde olmalı bunu kendine göre düzenlersen tema geçerli olur.
Link to comment
Share on other sites

 

 

Windows Registry Editor Version 5.00
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR]
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR\DefaultIcon]
@="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\RAR.ico"
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.REV]
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.REV\DefaultIcon]
@="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\REV.ico"
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.ZIP]
 
[HKEY_CURRENT_USER\Software\Classes\WinRAR.ZIP\DefaultIcon]
@="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\RAR.ico"
 
[HKEY_CURRENT_USER\Software\WinRAR\Interface\Themes]
"ShellExtBMP"="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\RarSmall.bmp"
"ShellExtIcon"="C:\\Users\\---Kullanıcı Adı---\\AppData\\Roaming\\WinRAR\\Themes\\---Tema Adı---\\Rar.ico"
"ActivePath"="---Tema Adı---"
 
registry dosyan bu şekilde olmalı bunu kendine göre düzenlersen tema geçerli olur.

 

Yine Olmadı!

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 vedatorkun
      1. Adım: rarreg.key adlı bir dosya oluşturun
      2. Adım: Aşağıdaki kodu dosyaya yapıştırın
      3. Adım: Winrar kurulum dizinine gidin (varsayılan olarak => c:\ProgramFiles\WinRAR\ )
      4. Adım: rarreg.key dosyasını bu WinRAR dizinine yapıştırın
       
      RAR registration data WinRAR Unlimited Company License UID=4b914fb772c8376bf571 6412212250f5711ad072cf351cfa39e2851192daf8a362681bbb1d cd48da1d14d995f0bbf960fce6cb5ffde62890079861be57638717 7131ced835ed65cc743d9777f2ea71a8e32c7e593cf66794343565 b41bcf56929486b8bcdac33d50ecf773996052598f1f556defffbd 982fbe71e93df6b6346c37a3890f3c7edc65d7f5455470d13d1190 6e6fb824bcf25f155547b5fc41901ad58c0992f570be1cf5608ba9 aef69d48c864bcd72d15163897773d314187f6a9af350808719796 Kaynak
    • By artae
      WinRAR 6.11 Beta 1
      English | File Size: 6.6 MB

      WinRAR 6 is a powerful archive manager for Windows, Linux, Mac. This is a powerful compression tool with many integrated additional functions to help you organize your compressed archives. It can backup your data and reduce size of email attachments, decompress RAR, ZIP and other files downloaded from Internet and create new archives in RAR and ZIP file format. The archiver puts you ahead of the crowd when it comes to compression. By consistently creating smaller archives, WinRAR is often faster than the competition. This will save you disc space, transmission costs AND valuable working time as well. WinRAR is ideal for multimedia files. It automatically recognizes and selects the best compression method.

      The special compression algorithm compresses multimedia files, executables and object libraries particularly well. RAR files can usually compress content by 8 percent to 15 percent more than ZIP files can.

      Features of WinRAR:
      It is a powerful compression tool with many integrated additional functions to help you organize your compressed archives.
      It puts you ahead of the crowd when it comes to compression. By consistently creating smaller archives, WinRAR is often faster than the competition. This will save you disk space, transmission costs AND valuable working time as well.
      Supports all popular compression formats (RAR, ZIP, CAB, ARJ, LZH, ACE, TAR, GZip, UUE, ISO, BZIP2, Z and 7-Zip).
      It is ideal for multimedia files. Automatically recognizes and selects the best compression method. The special compression algorithm compresses multimedia files, executables and object libraries particularly well.
      Allows you to split archives into separate volumes easily, making it possible to save them on several disks for example.
      Allows you to create selfextracting and multivolume archives.
      Recovery record and recovery volumes allow to reconstruct even physically damaged archives.
      It is also ideal, if you are sending data through the web. Its 256 bit password encryption and its authenticated signature technology will give you the peace of mind you have been looking for.
      It is easier to use than many other archivers with the inclusion of a special "Wizard" mode which allows instant access to the basic archiving functions through a simple question and answer procedure. This avoids confusion in the early stages of use.
      It is a trial product, meaning you have the chance to thoroughly test it. The program can be used absolutely free of charge for 40 days!
      Licenses are valid for all available language and platform versions. If you have purchased several licenses, you can even mix versions to meet your own personal needs.
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/A07B7E7A59342A9/fzq0g.WinRAR.6.11.Beta.1.zip



      https://rapidgator.net/file/329bfc5bfd869523f7e89d004389b180/fzq0g.WinRAR.6.11.Beta.1.zip


    • By artae
      File size: 10 MB

      "RAR Extractor Max" inherited the advantages of "RAR Extractor Pro", we redesigned the UI and added more powerful functionalities.

      Support unarchive RAR, winmail.dat, ZIP, 7z, tbz, sti, tar, xar, lha, lzh, hqx, bin, bz2, bzip2, bz, xz, iso, cid, nrg, mdf, taz, lzma, exe, msi, cpio, lzx, jar, swf, xip, ace, arj, pak, pkg, apk, lbr, lqr, cab, rpm, cpt, sea, pdf, nsa, dcs, now, spk.
      Support archive files and folder to encrypted zip&7z
      Quicklook files in archive before extraction.
      「MAIN FEATURES」
      Extract extract compressed files in all most formats(over 50 formats).
      Unzip, unrar encrypted archives.
      Preview and open the file in winmail.dat sent from Microsoft Outlook
      Easy view of an archive's file list.
      Quicklook files in archive before extraction.
      Unarchive & unrar the selected individual file or folder in the archive.
      Double click to display or extract directly after setting this APP as default archiver.
      Drag archives to the dock icon to extract or display directly.
      Batch decompress many archives
      Create password-protected ZIP & 7Z archives.
      AES256 encryption algorithm to create ZIP & 7Z archives.
      Drag the file in archive to the desktop to extract directly
      Top In-App Purchases: Full Version - included.
      Supported Operation Systems
      macOS 10.12 or later (Apple Silicon compatible)
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/F31B9D8A4C4C090/n0sth.RAR.Extractor.MaxUnzip.Winrar.8.1.0.macOS.rar



      https://rapidgator.net/file/e44cf188fcaeb65dd8f3d6d121a264b1/n0sth.RAR.Extractor.MaxUnzip.Winrar.8.1.0.macOS.rar


    • By artae
      WinRAR Theme Pack 22.2 Multilingual
      File Size: 22.1 MB

      A collection New Themas for Winrar 5 that can have respect and change the classic style that comes the program, and you can choose what you want queusted

      WinRAR™ Theme Pack is multilenguaje Albanian, Arabic, Armenian, Azerbaijani, English, Bulgarian, Czech, Danish, Dutch, Farsi, French, Georgian, German, Greek, Hebrew, Hungarian, Italian, Indonesian, Korean, Kurdish, Lithuanian, Malay, Polish, Portuguese, Russian, Serbian, Slovak, Spanish, Simplified Chinese, Traditional Chinese, Turkish, Vietnames, Albanian, Arabic, Azerbaijan, Bosnian, Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, Farsi, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Lithuanian, Macedonian,mongolia Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish,Vietnam and Uzbek languages.

      čeština, dansk, Deutsch, eesti, English, français, français canadien, italiano, magyar, Nederlands, Norsk, polski, português, português brasileiro, română, slovenščina, suomi, svenska, tiếng Việt, Türkçe, Ελληνικά, български, Русский, 简体中文, 繁體中文 (香港), 日本語, 繁體中文 (臺灣)

      How-to-Use: Simply double click on the "*.theme.rar" file and the installation will be finished in a while. After that, you can choose my themes from the "Option -> Themes" menu to apply it. However, the themes only work with Winrar 6.XXX

      - Double Click on the Theme / right click on mouse and select open
      - select Yes to install Theme
      - Restart Winrar / Open Winrar again
      - select and click options menu - Themes - select theme
      - Select and click the theme you just downloaded

      Whats New
      - 29 New WinRAR theme
      - Fixed conflict Languajes
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/A5DA3A9D404F7B8/qlzbw.WinRAR.Theme.Pack.22.2.Multilingual.rar



      https://rapidgator.net/file/eaa4627f308258e7016885f12ba61e93/qlzbw.WinRAR.Theme.Pack.22.2.Multilingual.rar


    • By artae
      English | File Size: 6.6 MB

      WinRAR 5 is a powerful archive manager for Windows.

      This is a powerful compression tool with many integrated additional functions to help you organize your compressed archives. It can backup your data and reduce size of email attachments, decompress RAR, ZIP and other files ed from Internet and create new archives in RAR and ZIP file format. The archiver puts you ahead of the crowd when it comes to compression. By consistently creating smaller archives, WinRAR is often faster than the competition. This will save you disc space, transmission costs AND valuable working as well. WinRAR is ideal for muldia files. It automatically recognizes and selects the best compression method.
      The special compression algorithm compresses muldia files, executables and object libraries particularly well. RAR files can usually compress content by 8 percent to 15 percent more than ZIP files can.

      It is a powerful compression tool with many integrated additional functions to help you organize your compressed archives.
      It puts you ahead of the crowd when it comes to compression. By consistently creating smaller archives, WinRAR is often faster than the competition. This will save you disk space, transmission costs AND valuable working as well.
      Supports all popular compression formats (RAR, ZIP, CAB, ARJ, LZH, ACE, TAR, GZip, UUE, ISO, BZIP2, Z and 7-Zip).
      It is ideal for muldia files. Automatically recognizes and selects the best compression method. The special compression algorithm compresses muldia files, executables and object libraries particularly well.
      Allows you to split archives into separate volumes easily, making it possible to save them on several disks for example.
      Allows you to create selfextracting and multivolume archives.
      Recovery record and recovery volumes allow to reconstruct even physically damaged archives.
      It is also ideal, if you are sending data through the web. Its 256 bit password encryption and its authenticated signature technology will give you the peace of mind you have been looking for.
      It is easier to use than many other archivers with the inclusion of a special Wizard mode which allows instant access to the basic archiving functions through a simple question and answer procedure. This avoids confusion in the early stages of use.
      It is a trial product, meaning you have the chance to thoroughly test it. The program can be used absolutely free of charge for 40 days!
      Licenses are valid for all available language and platform versions. If you have purchased several licenses, you can even mix versions to meet your own personal needs.
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/CE926DA3FC92023/6ek6j.WinRAR.6.11.Beta.1.zip



      https://rapidgator.net/file/a4a0603f7f830c119114b3d8b285e94c/6ek6j.WinRAR.6.11.Beta.1.zip


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...