Jump to content

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


A80
 Share

Recommended Posts

Bu Şekilde

#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('HKCU\Software\Classes\WinRAR\DefaultIcon', '','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\RAR.ico')
RegWrite('HKCU\Software\Classes\WinRAR.REV\DefaultIcon', '','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\REV.ico')
RegWrite('HKCU\Software\Classes\WinRAR.ZIP\DefaultIcon', '','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\RAR.ico')
RegWrite('HKCU\Software\WinRAR\Interface\Themes', 'ShellExtBMP','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\RarSmall.bmp')
RegWrite('HKCU\Software\WinRAR\Interface\Themes', 'ShellExtIcon','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\Rar.ico')
RegWrite('HKCU\Software\WinRAR\Interface\Themes', 'ActivePath','REG_SZ','Designcontest')


TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
Sleep(5000)

Sorun Reg Kısmında. Reg'le Tek Tek Galiba İconları Yazacağız

Edited by A80
Link to comment
Share on other sites

Bu Şekilde

#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('HKCU\Software\Classes\WinRAR\DefaultIcon', '','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\RAR.ico')
RegWrite('HKCU\Software\Classes\WinRAR.REV\DefaultIcon', '','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\REV.ico')
RegWrite('HKCU\Software\Classes\WinRAR.ZIP\DefaultIcon', '','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\RAR.ico')
RegWrite('HKCU\Software\WinRAR\Interface\Themes', 'ShellExtBMP','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\RarSmall.bmp')
RegWrite('HKCU\Software\WinRAR\Interface\Themes', 'ShellExtIcon','REG_SZ','C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest\Rar.ico')
RegWrite('HKCU\Software\WinRAR\Interface\Themes', 'ActivePath','REG_SZ','Designcontest')


TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4)
Sleep(5000)

Sorun Reg Kısmında. Reg'le Tek Tek Galiba İconları Yazacağız

Designcontest.exe bu exe.nin dosyaları C:\Users\Ali\AppData\Roaming\WinRAR\Themes\Designcontest bu klasöre çıkartıp çıkarmadığını kontrol ettin mi çünkü scriptte başka bir hata gözükmüyor ve bu katılımsız setup sadece senin pc de çalışır başka pc de çalışmaz çünkü user(adı Ali) bu tarz fazla registry yazacağın programlarda inno setup kullanmanı öneririm parametreside "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" 'dir

 

 

birde sana söylemeyi unutmuşum scriptin sonuna

 

proccesclose("explorer.exe")

run("taskkill /f /im explorer.exe")

run("explorer.exe")
 
TrayTip("WinRAR 5.10 Final TR", "Kurulumu Tamamlandı ! | By Titan", 30, 4) Sleep(5000)
 
yaz  birde böyle dene çünkü bu şekilşde çalışıtor tema aktif oluıyor
Link to comment
Share on other sites

Kodları Düzenleyerek, Tempdir vs Komutunu Kullanarak Başka PC'lerde Çalışacak Şekilde Tekrardan Yazabilir Misiniz? Bugün Bunla Çok Uğrasdım Yazacak Kafa Kalmadı.Sanki Bana Temanın Tüm İçeriğini Reg'le Yazmıyoruz Giib Geliyor.Ewt Çıkarıyor. Tema İçeriği B7ezpd6.png

Edited by A80
Link to comment
Share on other sites

Kodları Düzenleyerek, Tempdir vs Komutunu Kullanarak Başka PC'lerde Çalışacak Şekilde Tekrardan Yazabilir Misiniz? Bugün Bunla Çok Uğrasdım Yazacak Kafa Kalmadı.Sanki Bana Temanın Tüm İçeriğini Reg'le Yazmıyoruz Giib Geliyor.Ewt Çıkarıyor. Tema İçeriği B7ezpd6.png

bu temanın linkini paylaş ben inno setup ile katılımsız yapçam sana anlartırım istersen birde

Link to comment
Share on other sites

Bnm Amacım AutoIt'le Yapmak. AutoIt'e Yeni Başladım. Onu Öğrenmek İçin Uğraşıyorum. Mümkünse AutoIt'le yapar Mısın?

Tema;

 http://www.datafilehost.com/d/3754584a

 

WinRAR v5.10.0 sürümünü hem hazırlanmış şekilde attım hemde script ve gerekli dosyaları içine koydum güle güle kullanın

 

https://mega.co.nz/#!RRRSEKBb!8dQ09HHA9gtdKijaJiRqA6whEwwTfoVHXTA96bHiC50

Edited by hasandgn34
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...