Jump to content

Nutso

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Nutso

  1. Hi, Wanted to get your feedback/suggestions on how to generate arbitrary SNMP traps for our monitoring server. I am new to SNMP so I would like to expand my knowledge on this area. I found a link that seems to lay out the basics... http://www.ehsco.com/reading/20050715.html Is it a good way of setting up or is there a more efficent way of setting up? Thanks for your help.
  2. Argon, I did used the /Q:A /R:N and no luck. Alanoll, "/c: "dahotfix.exe /q /n" Does this mean the file is in the c drive? Basically what im trying to do is to make a script that will install netframework and mdac when people log on their computers. cls @echo off @echo installing framework and mdac @echo installing framework start "framework" /wait "\\vstest1\test\framework\netfxsp1.exe" @echo done @echo installng mdac 2.8 start "mdac 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /Q:A /R:N @echo done @echo installing hotfix for mdac 2.8 start "mdac hotfix" /wait "\\vstest1\test\mdac\hotfix\dahotfix.exe" /q /n @echo done Thanks for your help.
  3. Sorry if there was a post about this, I didn't see it. my cmd goes like this... @echo MDAC 2.8 start "MDAC 2.8" /wait "\\vstest1\test\mdac\mdac_typ.exe" /Q:A R:N @echo done When it runs, i still get the pop up message asking me to agree with the license. How do i override that? Thanks in advance
  4. I just checked the contents on the CD of SAV and it has the Packager which is seems to be handy however it won't work with version 9.0 and above because they are now using MSI instead of PMI. Any suggestions? I'm trying to make a package for a computer that's off site. How can I make it unmanaged and it runs daily scans and liveupdate on its own without user interface? Thanks!
  5. I just tried this but the ads are still popping up. Any ideas why?
  6. Before applying all the hotfixes to XP, i was able to change the bliss to a different pic by renaming it bliss and makecab it. however after the hotfixes were applied, xp changed back to classic view with the blue wallpaper. how can i make it stick with bliss while unattended? thanks for any inputs
  7. Awesome post here. is it possible to have a tweak that adds my computer to the right click menu on desktop when all icons are hidden? thanks!
  8. sweeeeeeeeeeeeeet, i love this place
  9. The CDImage for XP Pro is a great tool, I was wondering if there is a similar program for W2K? If I replace the xpboot.img with w2kboot.bin, will it run? Wasn't sure if the xpboot.img is an image file with stuff, couldn't open it. Appreicate any feedbacks.
  10. Here I am, again. Had lil problem with my bat command. for some reason the norton client security won't install along with other programs. when i tested the bat by removing other programs and make it solo installation for norton...it worked. do i have to add another bat so it would call norton to install separately from the other programs? Thanks for any inputs
  11. You missed the point of this thread, this script is for installing softwares FROM the network. but thanks for your input and code. I didnt miss out anything, it meets my requirements. As for the adobe, i got this custom self extracting from RyanVM's website that does everything for me from installing it and deleting unnecessary links.
  12. check it out http://www.big-boys.com/articles/swinger.html have fun!
  13. Thanks Bek, your solution helped out a lot. I had to modify the code little bit as well with the quotes and switches.... CLS @Echo Off @Echo Installing Basic Applications @Echo Installing Acrobat Reader 6.02... start "Adobe" /wait "\\nas1\IT SPACE\User Software\Adobe Reader\acroread602.exe" @Echo Done @Echo Installing Winzip start "WinZip" /wait "\\nas1\IT SPACE\User Software\WinZip2\Winzip32.EXE" /noqp /autoinstall @Echo Done @Echo Installing Norton Anti Virus start "Anti-Virus" /wait "\\vscopics_svr1\VPHOME\CLT-INST\9.0.1.1000\setup.exe" /S /v/qn @Echo Done @Echo Installing Microsoft Firewall Client start "Firewall" /wait "\\vs_gateway\mspclnt\SETUP.EXE" /S /v/qn @Echo Done
  14. Usually when we get a new computer, we have to add some basic softwares to the computer, I thought of writing a script and make it install software from our network. However when I ran it, I got two command prompts popping up as shown: Nothing happens after those. This is the code of Install.CMD CLS @Echo Off @Echo Installing Basic Applications @Echo Installing Acrobat Reader 6.02... start /wait "\\nas1\IT SPACE\User Software\Adobe Reader\acroreader602.exe" @Echo Done @Echo Installing Winzip start /wait "\\nas1\IT SPACE\User Software\WinZip\setup.exe /autoinstall /noqp" @Echo Done @Echo Installing Norton Anti Virus start /wait "\\vscopics_svr1\VPHOME\CLT-INST\9.0.1.1000\setup.exe /qn /Reboot=Suppress" @Echo Done @Echo Installing Microsoft Firewall Client start /wait "\\vs_gateway\mspclnt\setup.exe /v " /qn "" @Echo Done Did I do something wrong? (note its W2K workstation and I do have full admin rights) Think vbscript is better way to go? Thanks
  15. it's not? http://msdn.microsoft.com/library/default....all_clients.asp but its resolved now. and sorry for any confusions.
  16. After some more digging in Google, was able to find the switiches for installing MSF Path\Setup /v " /qn " Path is the path to where the setup is. This is for uninstallation MsiExec.exe /X {8C7A59A8-9ABE-459A-9A93-08C281A4A264} /qn
  17. Microsoft Client Firewall is what I'm talking about, check out the link http://www.isaserver.org/tutorials/ISA_Cli...all_Client.html All I'm asking is the switches for it so I can install it while unattended. Thanks
  18. Sorry but should have been more clear, I'm running on W2K workstation. And as for XP workstations, we haven't install SP2 since we don't like it much
  19. Oh, for unattended silent installation. nothing extra.
  20. Is there any switches for MS Firewall Client? Thanks in advance
  21. What is the switch for installing Norton Secuirty silently? Thanks
×
×
  • Create New...