Jump to content

NaDer_GenKO

Member
  • Posts

    180
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

Posts posted by NaDer_GenKO

  1. =====Post Nº1=====

    Its very simple script to install yohoo messenger.

    I want use a command to end the process instead of run a .cmd file

    =====Post Nº2=====

    Thanks MHz

    Working very well to delete the file :thumbup

    So i can use this in the [Run] section to kill a process

    Filename: cmd; parameters: /c taskkill /f /im notepad.exe;Flags: runhidden

    and work with me. Thanks MHz

    YahooSetup.iss

  2. =====Post Nº1=====

    Hi,

    i use Inno setup compiler to install my programs and I'm face this issues

    1. How can i kill/end a Process(app) in the [Run] section ?

    2. How can i delete some files in the [Run] section also ?

    any suggestions please

    =====Post Nº2=====

    Please any help guys

    =====Post Nº3=====

    Still have a hope . Someone will help me soon :rolleyes:

  3. Alright everytime i edit it and then save it... nothin happened to my Properties window.. so i went and checked and compared the file sizes and windows had put the default back in there. how do i make i not do that...lol

    thanx

    Disable Windows File Protection .you can use this regkey :

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
    "SFCSetting"=dword:ffffff9d
    "SFCDisable"=dword:ffffff9d

  4. and for above question...

    admin installation is by using msi command

    msiexec.exe /a nod.msi

    it will install the msi into a folder with msi installer... so we can mod the exe file what ever we like without screwing the installer... and pack into sfx install...

    OK

    but Do you mean replace the files and make a sfx (by winrar) with all Extracted files.

    and lanche the "ess3.566.msi" with the same archive

    and i have one more thing, How to make the installer stop launching the "egui.exe" after installation?

    Thank you for help me

  5. Only main problem i have at the moment is the virus defination of it...

    does anybody know how do we update the virus defination our own?

    so we can backup it and restore back without live update ....

    known the defination is in the %allusersprofile% directory...

    you can find the update files in (%allusersprofile%\Application Data\ESET\ESET Smart Security\Updfiles\)

    and if you extract the .msi installer you will also find an update files in (...\APPDATADIR\Updfiles\)

    So i think the best way to update the virus defination is to replace the update files in the .msi installer with the new update files.But i don't know how Replace files in an '.msi' installer ?

  6. Hi all,

    For how facing Random Movement in vista AVIs kindly do the following:

    Just open 'Shell32.dll' file in Resource Hacker and then goto:

    Dialog -> 1020 -> 1033

    and Replace the line begin with "CONTROL "", 106, "SysAnimate32", ......etc "

    with the following code:

    CONTROL "", 106, "SysAnimate32", ACS_CENTER | ACS_AUTOPLAY | ACS_TIMER | WS_CHILD | WS_VISIBLE, 0, 0, 237, 25

×
×
  • Create New...