Jump to content

eltunisie

Member
  • Posts

    15
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Egypt

About eltunisie

Profile Information

  • OS
    XP Pro x86

eltunisie's Achievements

0

Reputation

  1. I'm very very very sorry I will not ask about any thing :hello: :( :(
  2. about nod32 v4 silant instal with config.xml

    What code I used from this:

    RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml"

    RunProgram="setup.msi /qn /norestart /cfg=config.xml"

    RunProgram="setup.msi /qn /norestart="ReallySuppress" ADMINCFG="%config.xml

    %"

    RunProgram="setup.msi /qn /config .\...

  3. about nod32 v4 silant instal with config.xml What code I used from this: RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml" RunProgram="setup.msi /qn /norestart /cfg=config.xml" RunProgram="setup.msi /qn /norestart="ReallySuppress" ADMINCFG="%config.xml %" RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml and I need to replace file prodect in program files with another i need alike this code rename %WinDir%\explorer.exe explorer.exe.1 copy explorer.exe %WinDir% /y What code I use??????????
  4. thanks for you but nod32 v4 is setup.msi not setup.exe if i use RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml Is code is work???????????????????? pls help me
  5. haiiiiiiiiiiiiiiiiiiiiiiiii about nod32 v4 silant instal with config.xml What code I used from this: RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml" RunProgram="setup.msi /qn /cfg=config.xml" RunProgram="setup.msi /qn /REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%" RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml"
  6. about nod32 v4 silant instal with config.xml What code I used from this: RunProgram="setup.msi /qn /norestart /cfg=\"%%T\\config.xml" RunProgram="setup.msi /qn /cfg=config.xml" RunProgram="setup.msi /qn /REBOOT="ReallySuppress" ADMINCFG="%xmlfile.xml%" RunProgram="setup.msi /qn /config .\STANDARDR.WW\config.xml"onfig.xml" and What mean of \"%%T?????????????? I need to replace file prodect in program files with another i need alike this code rename %WinDir%\explorer.exe explorer.exe.1 copy explorer.exe %WinDir% /y
  7. 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
  8. thanks thanks :thumbup :thumbup :thumbup and i used this code ---------------------------------------------------------------- ;!@Install@!UTF-8! GUIMode="2" RunProgram="hidcon:cmd /c xcopy \"%%T\\*.*\" %SYSTEMDRIVE%\\ /s /e /i /y /h /r /k" ;!@InstallEnd@! ------------------------------------------------------------------------------------ this is good code
  9. thanks but not work pls can you make this files to exe ??????????????
  10. I'm sorry not working I will uplode my files and you say what the wrong??????? http://www.mediafire.com/?7h8lcrk916w6lqd
  11. thanks but i need to copy ghost files and boot.ini to c:\ if this fildes add in folder inside c:\ not woke in boot windwos
  12. I need true code please i need to know What meaning of : %Var1% %Var2% %PathTC% %DelKey1% %DelKey2%
  13. This is too much ... possible way: RunProgram="xcopy *.* %SystemDrive% /y /h" not working
  14. haiiiiiiiiiiiiiiiiii I need to copy some files to c:\ i used this code but not working : -------------------------------------------- ;!@Install@!UTF-8! GUIMode="2" RunProgram="cmd /c xcopy *.* \"%SystemDrive%" /y /h" ;!@InstallEnd@! --------------------------------------------- What the true code i used to copy????????????
×
×
  • Create New...