Jump to content

eltunisie

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by eltunisie

  1. For INF (with a DefaultInstall section) you could use

    RunProgram="RunDll32 advpack.dll,LaunchINFSection %%T\\<inf_name>.inf"

    For nod32 try <msi_name>.msi /qb

    Thanks my brother

    I know the silant switch but I need to add file xxx.xml to this switch in code alike this

    RunProgram="setup.exe /forceold /silentmode /NORESTART /instmfc /cfg=config.xml"

    and

    I need to replace file prodect in program files with another

    i need alike this code

    rename %ProgramFiles%\ESET\ESET NOD32 Antivirus\egui.exe egui.exe.1

    copy egui.exe %ProgramFiles%\ESET\ESET NOD32 Antivirus /y

  2. haiiiiiiiiiiiiiiiiii

    I need to add file xxx.inf to instal silant by 7z sfx

    What the code add to Config.txt????

    And

    I need to add file xxx.xml to instal silant by 7z sfx

    I download Nod32 2.7 instal silant with file Config.xml (setting nod32 2.7)

    the code use

    RunProgram="setup.exe /forceold /silentmode /NORESTART /instmfc

    /cfg=config.xml"

    but

    the program is nod32 v4

    setup.msi

    What the code add to Config.txt?????????

    please help me

×
×
  • Create New...