Jump to content

64 Bit Zorunluluğu


pcusta_99
 Share

Recommended Posts

[quote name='ibocan06' date='24 January 2012 - 19:23 ' timestamp='1327425817' post='1145249']
kodların en üstüne;

[code]If @OSArch = "X86" Then
MsgBox(16, "Kurulum Sırasında Hata !","Bu Kurulum Sadece 64 Bit Sistemler İçindir ! Kur Kapatılacak...", 5)
Exit 0
EndIf[/code]

alt kısma x64 ise ne yapılacağını yazabilirsin.
[/quote]

[code]If @OSArch = "X86" Then
MsgBox(16, "Kurulum Sırasında Hata !","Bu Kurulum Sadece 64 Bit Sistemler İçindir ! Kur Kapatılacak...", 5)
Exit 0
EndIf

Run($setup.exe & $/s,$ScriptDir) [/code]

Bu şekilde kullansam sorun çıkar mı acaba ? Birde ScriptDir komutu ne işe yarıyor, onda ne değişiklik yapmam gerek ?

Link to comment
Share on other sites

@ScriptDir, atoit dosyasının bulunduğu dizini gösterir.

[codebox]If @OSArch <> "X64" Then
MsgBox(16, "Kurulum Sırasında Hata !","Bu Kurulum Sadece 64 Bit Sistemler İçindir ! Kur Kapatılacak...", 5)
Exit 0
EndIf

Run(@ScriptDir & "\Setup.exe")[/codebox]

Link to comment
Share on other sites

[quote name='ibocan06' date='24 January 2012 - 21:28 ' timestamp='1327433317' post='1145322']
onun maksadı artistlik :dribble:
[/quote]

Ne diyosun sen :angry2: Ne artisliği, bana yardım ettiğin için, artitst deme hakkını mı kazandın zannediyorsun ? Benim istediğim sadece 64 bitse uyarı verip kapanacak, bu kadar ! Artislikle ne alakası var !

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