Jump to content

Masaüstü Kısayol Problemi


SAYGINER
 Share

Recommended Posts

Merhaba arkadaşlar.
FileInstall("PowerISO5.exe",@TempDir & "\PowerISO5.exe") ;Setup DOSYAMIZI AUTOİT İÇİNE GÖMELİM VE TEMP'E ÇIKARALIM
ShellExecuteWait(@TempDir & "\PowerISO5.exe","/S","","",@SW_HIDE);KATILIMSIZ PARAMETRESİYLE KURALIM
FileDelete(@TempDir & "\PowerISO5.exe");KURULUM BİTTİ TEMPDEN SİLELİM
WinWait("PowerISO","Kayıt kodu gir...")
ControlCommand("PowerISO","Kayıt kodu gir...","Button2", "Check", "")
Send("TEAM CRUDE{TAB}CPPCFN6ZAY8QR7TXB4ULXR53C{ENTER}")
Send("{ENTER}")
ProcessClose("PowerISO.exe")
kodlarıyla PowerISO5.exe programını katılımsız kuruyorum.Fakat program kurulduktan sonra masaütüne kısayol olarak geliyor.Kısa yolu tıklayınca seriali kendiliğinden giriyor.Kısayolu tıklamadan Seriali girmek için başka neyapabilirm.Saygılar
ShellExecute(@ProgramFilesDir & "\PowerISO\PowerISO.exe","",@ProgramFilesDir & "\PowerISO")
komutuyla işi hallettim ama şimdide açılan programı ProcessClose("PowerISO.exe") komutu ile kapatamıyorum. Edited by SAYGINER
Link to comment
Share on other sites

[codebox]FileInstall("PowerISO5.exe", @TempDir & "\PowerISO5.exe") ;Setup DOSYAMIZI AUTOİT İÇİNE GÖMELİM VE TEMP'E ÇIKARALIM
ShellExecuteWait(@TempDir & "\PowerISO5.exe", "/S", "", "", @SW_HIDE);KATILIMSIZ PARAMETRESİYLE KURALIM
Sleep(500);Biraz bekleyelim
FileDelete(@TempDir & "\PowerISO5.exe");KURULUM BİTTİ TEMPDEN SİLELİM

; ---------------------
Local $Pid = RunWait(@ProgramFilesDir & "\PowerISO\PowerISO.exe", @ProgramFilesDir & "\PowerISO") ;Programı çalıştırıp pidini alalım
WinWait("PowerISO", "Kayıt kodu gir...")
ControlCommand("PowerISO", "Kayıt kodu gir...", "Button2", "Check", "")
Send("TEAM CRUDE{TAB}CPPCFN6ZAY8QR7TXB4ULXR53C{ENTER}")
Send("{ENTER}")
Sleep(1000);Biraz bekleyelim Yani bir saniye
ProcessClose($Pid) ;Programımızı kapatalım[/codebox]

Link to comment
Share on other sites

[quote name='blue_life' date='21 April 2012 - 18:20 ' timestamp='1335021608' post='1190106']
[codebox]FileInstall("PowerISO5.exe", @TempDir & "\PowerISO5.exe") ;Setup DOSYAMIZI AUTOİT İÇİNE GÖMELİM VE TEMP'E ÇIKARALIM
ShellExecuteWait(@TempDir & "\PowerISO5.exe", "/S", "", "", @SW_HIDE);KATILIMSIZ PARAMETRESİYLE KURALIM
Sleep(500);Biraz bekleyelim
FileDelete(@TempDir & "\PowerISO5.exe");KURULUM BİTTİ TEMPDEN SİLELİM

; ---------------------
Local $Pid = RunWait(@ProgramFilesDir & "\PowerISO\PowerISO.exe", @ProgramFilesDir & "\PowerISO") ;Programı çalıştırıp pidini alalım
WinWait("PowerISO", "Kayıt kodu gir...")
ControlCommand("PowerISO", "Kayıt kodu gir...", "Button2", "Check", "")
Send("TEAM CRUDE{TAB}CPPCFN6ZAY8QR7TXB4ULXR53C{ENTER}")
Send("{ENTER}")
Sleep(1000);Biraz bekleyelim Yani bir saniye
ProcessClose($Pid) ;Programımızı kapatalım[/codebox]
[/quote]
program kurulduktan sonra kapanmıyor.ProcessClose($Pid) yerine WinClose("PowerISO")
yazınca kapanıyor.Saygılarımla

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