Jump to content

nfm

Member
  • Posts

    193
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by nfm

  1. http://www.ryanvm.net/msfn/updatepack.html link to ryan's update pack. Use it with nLITE for automatic integration!
  2. or as with mine IF EXIST D:\WIN51 set CDROM=D: IF EXIST E:\WIN51 set CDROM=E: IF EXIST F:\WIN51 set CDROM=F: IF EXIST G:\WIN51 set CDROM=G: IF EXIST H:\WIN51 set CDROM=H: IF EXIST I:\WIN51 set CDROM=I: IF EXIST J:\WIN51 set CDROM=J: IF EXIST K:\WIN51 set CDROM=K: IF EXIST L:\WIN51 set CDROM=L: IF EXIST M:\WIN51 set CDROM=M: IF EXIST N:\WIN51 set CDROM=N: my batch looks like this ECHO. ECHO Installing Microsoft Office 2003 SP1 Professional ECHO Please wait... start /wait %cdrom%\Install\Office_2003_SP1\PRO11.MSI /QB ECHO Installation Successful! and yes, benners, the variable is %cdrom%
  3. @jrf2027 , i tried almost all switches that .msi installer recognizes to my suprise i found that /passive switch works and doesn't reboot PC. my batch looks something like this: ECHO. ECHO Installing Sun Java ECHO Please wait... start /wait %cdrom%\Install\Sun_Java\Java2_Runtime_Environment_5.0.msi /passive ECHO Installation Successful! My .msi is about 9.85mb
  4. @jrf2027 Using .msi and the data1.cab file
  5. If anybody wonders, the switch that works is: /qb- REBOOT=Suppress
  6. taskkill /im Ypager.exe /f worked for me.
  7. You can easily integrate virus definitions. To do this dowload lastest virus definitions http://securityresponse.symantec.com/avcen...ges/US-N95.html , extract it with winrar and copy then to "VIRUSDEF" folder in NIS2005. overwrite all files. Make sure DEFINST.EXE stays there. Finally "VIRUSDEF" folder should contain 42 objects. The rest of the updates is just a pain in a**.
  8. /s switch worked on my adobe premiere 1.5. No switch was needed for photoshop cs. Just make sure you run setups with -r switch and get setup.iss. And also, edit your Abcpy.ini
  9. Yep, i would also like to know the same thing. If anybody know, post it
  10. Hello guys I'm almost done with my unattended setup, but i'm missing some of the switches to the following application: 1. BitComet 0.56 3. Kazaa Resurrection KLR0076E (if there is any) 4. SISoftware Sandra Professional 2005 (registration or cd-key, maybe it is possible to write SN just like in nero?) 5. scripten.exe (switch to hotfix) 6. gdidettool.exe (switch to hotfix) that's about it, rest of my apps install smoothly B) If anybody know help would be appreciated. EDIT: Nevermind i found all of the necessary switches Thanks.
×
×
  • Create New...