Jump to content

Nutso

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Nutso

Nutso's Achievements

0

Reputation

  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
×
×
  • Create New...