Jump to content

Traytip Sorunu


byiqqo
 Share

Recommended Posts

Slm Öncelıkle Ben Autoıtte Katılımsız Kurulumu Yapıyorum Fakat Kurulum Tamamlandığına dair Splash Çıkmıyo Neden Kaynaklanıyordur ?

Kodlar da bunlar

[code]
Opt("TrayIconHide", 1)
$Parametre = "/S" ; programın parametresı
FileInstall("VLC Media Player 2.1.0.exe",@TempDir & "\VLC Media Player 2.1.0.exe") ;
ShellExecuteWait(@TempDir & "\VLC Media Player 2.1.0.exe", $Parametre)
FileDelete(@TempDir & "\VLC Media Player 2.1.0.exe")
TrayTip("Kurulum Tamamlandı.", "byiqqO-61", 5, 4)
Sleep(5000)[/code] Edited by byiqqo
Link to comment
Share on other sites

[color="#8B0000"][font="Lucida Sans Unicode"]Gizlediğin tray ikonundan nasıl traytip almayı bekliyorsun onu anlamış değilim, bu şekilde düzeltirsen sorun kalmaz ;[/font][/color]

[codebox]
Opt("TrayMenuMode", 1)
$Parametre = "/S" ; programın parametresı
FileInstall("VLC Media Player 2.1.0.exe",@TempDir & "\VLC Media Player 2.1.0.exe") ;
ShellExecuteWait(@TempDir & "\VLC Media Player 2.1.0.exe", $Parametre)
FileDelete(@TempDir & "\VLC Media Player 2.1.0.exe")
TrayTip("Kurulum Tamamlandı.", "byiqqO-61", 5, 4)
Sleep(5000)
[/codebox]

Link to comment
Share on other sites

[b]Doğrusu bu kardeşim...[/b]

Opt("TrayMenuMode", 1)
$Parametre = "/S" ; programın parametresı
FileInstall("VLC Media Player 2.1.0.exe",@TempDir & "\VLC Media Player 2.1.0.exe") ;
ShellExecuteWait(@TempDir & "\VLC Media Player 2.1.0.exe", $Parametre)
FileDelete(@TempDir & "\VLC Media Player 2.1.0.exe")
TrayTip("Kurulum Tamamlandı.", "byiqqO-61", 10, 4)
Sleep(5000)

Link to comment
Share on other sites

Kullandığın işletim sistemiyle alakalı olabilir. Tray Balonların cıkmaması için reg girilmiş diye düşünüyorum.
[font="Courier New"][color="#00bfff"]RegWrite("HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced", "EnableBalloonTips", "REG_DWORD", "1")[/color][/font]
Bunu çalışmana koy bakalım sorunun çözelecek mi ?

Link to comment
Share on other sites

Sorunu Çözdüm Teşekkür Ederim
[b][font="Verdana"] [/font][/b]
[b][font="Verdana"][size="2"][color="#0000ff"]@Baba_[/color][/size][/font][/b]
[b][font="Verdana"][size="2"][color="#0000ff"]@MAKINCI[/color][/size][/font][/b]
[b][font="Verdana"][size="2"][color="#0000ff"]@SimpsoN_Bart[/color][/size][/font][/b]
[b][font="Verdana"][size="2"][color="#0000ff"]@Andryfarukov[/color][/size][/font][/b]

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