Jump to content

valdus

Member
  • Posts

    6
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Greece

About valdus

valdus's Achievements

0

Reputation

  1. If you copy the entire section [setupData] from another TXTSETUP.SIF to the clean one then it will work.
  2. 1) Creating AIP start /wait setup.exe /A /V"/QB TARGETDIR=C:\SEP" (Replace c:\SEP with your own directory) Rename "Symantec AntiVirus.msi" to SAV.msi 2) Manual Update Defs I) Go here "http://securityresponse.symantec.com/avcenter/download/pages/US-N95.html" and download the latest v5i32 exe. II) Use winrar to extract it select all files and add them and replace the files inside vdefhub.zip from step 1. 3) Installation For example: I) From CMD start /wait "your_path\SEP\SAV.msi" /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress II) From RunOnceEx REG ADD %KEY%10 /VE /D "Symantec Antivirus" /f REG ADD %KEY%10 /V 1 /D "your_path\SEP\SAV.msi /QB RUNLIVEUPDATE=0 REBOOT=ReallySuppress" /f It NEEDS RESTART to function properly. So after windows installation has finished and the first reboot, all will be ok.
  3. OK. I'll have a look at it. Thank you very much.
  4. Thank you for your reply, just a last question: I have this line of drivers and i have copied the .inf files from only intelinf to $OEM$\$$\inf folder. I didn't copied any other .inf file from all the other drivers in $OEM$\$$\inf, so all i got installed was intel chipset. So, I assume that for every driver I want Installed I have to copy the .inf files too? OemPnPDriversPath="drivers\000_intelinf;001_network\Marvell88E8053Gbit;002_graphics\nvidia;003_sound\ALC850;004_sound\CMediaHD Thanks in advance.
  5. Just a simple question. Can I use subfolders under the main folders in winnt.sif ?e.g. OemPnPDriversPath="drivers\000_intelinf;001_network\Marvell88E8053Gbit;002_graphics\nvidia;003_sound\ALC850;004_sound\CMediaHD" Thank you.
×
×
  • Create New...