Jump to content

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


A80
 Share

Recommended Posts

Arkadaşlar /S Paremetre Kullanarak Ares Katılımsız Yaptım. Fakat Kurulum Tamamlanınca TrayTip'ten Sonra Ares Açılıyor. Ares'i Çalıştırmamak İçin Hangi Komutu Kullanmam Lazım. Yani Ares'i Kısayoldan Elle Açmak İstiyorum. Daha Uygun Kodları Kullanarak ve Düzenleyerek Bana Yardımcı Olur Musunuz?

#RequireAdmin

FileInstall("Ares.exe", @TempDir & "\Ares.exe", 1)
ShellExecuteWait(@TempDir & "\Ares.exe","/S","","",@SW_HIDE)
TrayTip("Ares 2.2.8 Final TR", "Kurulumu Tamamlandı! | By Titan", 30, 4)
Sleep(5000)

Edited by A80
Link to comment
Share on other sites

Hocam Görev Yöneticisinde Böyle Yazıyor. Bu Arada Sistemim Şuanda 32 Bit, 64 Bit Olsaydı Onda da Sorun Vermemesi If @OSArch = "X86" Then Komutunu Kullanarak ve Kodları Düzenleyerek Yazabilir Misiniz? Çalışan Program C:\Program Files (x86)\Ares toRCobm.jpg


Ares İçin If @OSArch = "X86" Then  Komutunu Kullanmaya Gerek Var Mı?

Edited by A80
Link to comment
Share on other sites

Hocam Görev Yöneticisinde Böyle Yazıyor. Bu Arada Sistemim Şuanda 32 Bit, 64 Bit Olsaydı Onda da Sorun Vermemesi If @OSArch = "X86" Then Komutunu Kullanarak ve Kodları Düzenleyerek Yazabilir Misiniz? Çalışan Program C:\Program Files (x86)\Ares toRCobm.jpg


Ares İçin If @OSArch = "X86" Then  Komutunu Kullanmaya Gerek Var Mı?

sistem türüne göre bu işlem değişmez sen o aresin .exe dosyasının adını bul (sağ tıkla dosya konomunu aç de o .exe) ve  eğer .exe nin adı "ares.exe" ise  

 

  1. progressclose("ares.exe")

 

  1. Run('taskkill.exe /f /im "ares.exe')

32 ve 64 bit sisteme göre kodun budur. ama istersen sadece üstteki kodda yeterlidir  

Link to comment
Share on other sites

#RequireAdmin

FileInstall("Ares.exe", @TempDir & "\Ares.exe", 1)
ShellExecuteWait(@TempDir & "\Ares.exe", "/S", "", "", @SW_HIDE)
progressclose("Ares.exe")
Run('taskkill.exe /f /im "Ares.exe')
TrayTip("Ares 2.2.8 Final TR", "Kurulumu Tamamlandı! | By Titan", 30, 4)
Sleep(5000)

Bu Şekilde Kodu Yazdım Ama Şu Sorunu Aldım. Bnm Koddaki Sorun Nerde Acaba. Dosya Konumu Açınca Çalısan Exenin adı Ares.

KfhrAcA.jpg


EDİT: 

progressclose("ares.exe") Komutunu Kullanmayınca Sorun Çözüldü!

Link to comment
Share on other sites

#RequireAdmin

FileInstall("Ares.exe", @TempDir & "\Ares.exe", 1)
ShellExecuteWait(@TempDir & "\Ares.exe", "/S", "", "", @SW_HIDE)
progressclose("Ares.exe")
Run('taskkill.exe /f /im "Ares.exe')
TrayTip("Ares 2.2.8 Final TR", "Kurulumu Tamamlandı! | By Titan", 30, 4)
Sleep(5000)

Bu Şekilde Kodu Yazdım Ama Şu Sorunu Aldım. Bnm Koddaki Sorun Nerde Acaba. Dosya Konumu Açınca Çalısan Exenin adı Ares.

KfhrAcA.jpg


EDİT: 

progressclose("ares.exe") Komutunu Kullanmayınca Sorun Çözüldü!

 

elle yazmayıp :@:forjest in kodunu copy paste yapınca yanlış olmus ona dikkat etmemişim

 

  1. Run('taskkill.exe /f /im "ares.exe') bu kodu ".bat" komutu oluşturarakta kullanabilirsin autoite ihtiyacın yok yani parametresi olan programlar için
  2. mesela winrar la katılımsız oluşturursun parametresini de eklersin bunun bir sonrasındaki komut satırına
  3. "taskkill /f /im explorer.exe" yazarsın setupun hazır olur tabi autoit te olur bir sakınca yok
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

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...