Jump to content

Katılımsız Kurulumda Saatin Yanında çıkan Pencere


Recommended Posts

selam, başlıkta belirttim. konuyu sık kullanılanlara eklememiştim. şimdi arıyorum ancak bulamadım. yardımcı olabilir mi acaba biri? programınız yükleniyor, yüklenmiştir gibi bilgi penceresi çıkıyordu saatin yanında. bi kullanıcı yapmıştı hatta.

Link to comment
Share on other sites

sağol ilgin için, ancak bu değildi. bu bölümdeydi konu, sarı renkli bi pencere çıkıyordu. çarpı işaretinden kapatılabiliyordu. resimle yapılan bir şey değildi sanırım.

Link to comment
Share on other sites

Peki bu traytipi scriptin neresine eklemeliyiz.Mesela

ShellExecuteWait("FSCaptureSetup65.exe", "FSCaptureSetup65.exe /S")

ShellExecute(@ProgramFilesDir & "\FastStone Capture\FSCapture.exe")

WinWait("FastStone Capture 6.5 - Trial Version")

WinSetTrans("FastStone Capture 6.5 - Trial Version", "", 1)

WinActivate("FastStone Capture 6.5 - Trial Version")

ControlClick("FastStone Capture 6.5 - Trial Version", "", "TButton3")

WinWait("FastStone Capture - Registration")

WinSetTrans("FastStone Capture - Registration", "", 1)

WinActivate("FastStone Capture - Registration")

ClipPut("username")

Send("^v")

Send("{TAB}")

ClipPut("AXCQY-RBMSV-FTJZI-SOLHQ")

Send("^v")

Send("{ENTER}")

WinWait("Information")

WinSetTrans("Information", "", 1)

WinActivate("Information")

Send("{ENTER}")

ProcessClose("FSCapture.exe")

Bu kodlardan hangisinden önce gelmeli.Kısacası burdaki kodlarla kurulum bitinceye kadar traytipde eşzamanlı olarak kurlumla başlayıp kurulumla bitecek şekilde ekranda devamlı göstermek için ne yapmalıyız.

Tek bir au3 dosyasında deneme olarak

TrayTip("Program Yükleniyor.", "... www.tnctr.com created by ReCeP ...", 15, 1)

Sleep(3000)

kodlarını girince oluyor.Ama bunu yukardaki kodlarla bütünleştirmek için ne yapmalıyım.kurulum başlayıp bitene kadar ekranda gözükmesini istiyorum.

Link to comment
Share on other sites

TrayTip("Program Yükleniyor.", "... www.tnctr.com created by ReCeP ...", 15, 1)

ShellExecuteWait("FSCaptureSetup65.exe", "FSCaptureSetup65.exe /S")

ShellExecute(@ProgramFilesDir & "\FastStone Capture\FSCapture.exe")

WinWait("FastStone Capture 6.5 - Trial Version")

WinSetTrans("FastStone Capture 6.5 - Trial Version", "", 1)

WinActivate("FastStone Capture 6.5 - Trial Version")

ControlClick("FastStone Capture 6.5 - Trial Version", "", "TButton3")

WinWait("FastStone Capture - Registration")

WinSetTrans("FastStone Capture - Registration", "", 1)

WinActivate("FastStone Capture - Registration")

ClipPut("username")

Send("^v")

Send("{TAB}")

ClipPut("AXCQY-RBMSV-FTJZI-SOLHQ")

Send("^v")

Send("{ENTER}")

WinWait("Information")

WinSetTrans("Information", "", 1)

WinActivate("Information")

Send("{ENTER}")

ProcessClose("FSCapture.exe")

TrayTip("", "",0)

Link to comment
Share on other sites

Peki burdaki

TrayTip("Program Yükleniyor.", "... www.tnctr.com created by ReCeP ...", 15, 1) kısımda "... www.tnctr.com created by ReCeP ..." altına birşeyler yazabilirmiyiz.Bileşenler yükleniyor vb. gibi.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...