strict

Comments

  • In creating my own prereq rule i found something interesting. I decided to add a prereq rule that checks the version of IE. Looking at the same reg key used currently checking to see if IE is at least V7 or higher I found the version of IE used on my W8E and WS12S boxes was not what I expected. These are full versions from…
  • If you are looking for YOUR 3P syncs click on Software Publishing under Administration and Reporting. There you will find details on what you have. To the right you can click on Synchronization Settings to make sure you are automatically synchronizing, and modify other options. In addition you will see the Synchronize Now!…
  • I tried simply writing a command script, and that is not running either. it seems like packageboot is completely ignoring post execution commands. not sure how to troubleshoot this.
  • nope. mine deployed fine. i even added some packageboot fanciness to uninstall any java 6's. worked great!
  • Using GPO to modify registry is always an option. I am using the Adobe Customization Wizard to create a custom deployment package with those settings included, and I really like it. You can DL the customization wizard here: ftp://ftp.adobe.com/pub/adobe/acrobat/win/11.x/11.0.03/misc/ I used this walkthrough on my first go:…
  • just wanted to show my support for such a user group, and user groups in general. i will certainly hang out!
  • i have this working, but i don't use msi rules, instead i use registry as thats what i find is most consistent. in addition i use the adobe customization wizard, which i find awesome, but should not affect what you are trying to do. for prereq: i just use the generic is x86 or is x64 arch. for applicable:…
  • BUMP! We certainly need an official answer on this!
  • Please excuse my curiosity... I am wondering how many wireshark installations you have, and why you would have so many? Thanks!
  • It appears somebody changed the email server without updating the SPF record: Email Header: Received-SPF: fail (google.com: domain of solarwindscommunityteam@communications.solarwinds.com does not designate 204.93.64.116 as permitted sender) client-ip=204.93.64.116 >nslookup -type=txt solarwinds.com 8.8.8.8 "v=spf1…
  • This is happening again!
  • Loving thwack! Keep up the proactive work! -mark
  • i CANNOT recommend feedly.com enough! AMAZING iphone and google chrome apps. i am actually glad google reader died so that i found feedly. feedly with automatically import every feed and category you have once you connect. nothing short of awesomeness! -mark 
  • So I must say, us having to 'work around' these java updates is not what I signed up for. Obviously the "PM Sun Package Guru" agrees Java should not be trying to update itself because they are adding JAVAUPDATE=0 to the command line arguments. If JAVAUPDATE=0 is not doing the trick, then the "PM Sun Package Guru" should be…
  • I have used these reg edits: 64 bit OS: [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy] "EnableJavaUpdate"=dword:00000000 "EnableAutoUpdateCheck"=dword:00000000 32 bit OS: [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy] "EnableJavaUpdate"=dword:00000000 "EnableAutoUpdateCheck"=dword:00000000
  • This is most likely due to your existing automatic approvals. I automatically approve all critical and security update classifications. If any third party party update falls under either of these, they are automatically approved causing the same problem you are describing. My work around is to 'duplicate' the third party…