Jump to content


D23YeNsiD

Established Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by D23YeNsiD

  1. It will only download the updates that it needs.
  2. Struggling with this one. I can't seem to figure this out. I am trying to filter by OS in this query. What I have is working but I can't seem to get it to filter by OS type. I want only Windows 7 and Windows XP machines to show up in this collection. If anyone can help I would greatly appreciate it. select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_NETWORK_ADAPTER_CONFIGURATION on SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.ResourceId = SMS_R_System.ResourceId where SMS_R_System.Name not in (select SMS_R_SYSTEM.Name from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceId = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName = "communicator.exe" and SMS_G_System_SoftwareFile.FileVersion >= "4.0") and SMS_G_System_NETWORK_ADAPTER_CONFIGURATION.DefaultIPGateway in ("REMOVED FOR SECURITY")
  3. Nevermind this is working now. I had to use both the config file and the MSP file the config file I had to enable only the line to make it silent.
  4. I have been using my own system to deploy this to so I can test it before sending it to the person that needs it. On my system it kicks off 'setup.exe *32' and just sits there. When I sent it to another user that is running 32 bit Windows 7 it goes through just fine. I am on Windows 7 64 bit. Does anyone know why this would work just fine on a 32 bit system but not on a 64 bit system?
  5. Hey Guys, Kinda been lurking for a couple weeks and have not posted yet because so far I have been able to find all my answers through searching. I am having an issue right now with trying to get Visio 2010 installed on my machine through SCCM. I have configured a MSP file and only have one and it is in the updates folder. I have tried to make changes to the config.xml file but currently it is in it's default state. I have tried to run it with and without switches, trying both the /config switch and /adminfile switch. The program is downloaded to my test machine and setup.exe kicks off. But just hangs.... If i run setup.exe directly from the cache folder it installs silently with the exception of the MS Office box that comes up but then disappears. Pretty new to SCCM so was wondering if anyone has seen this before and/or which log files I can look at to determine what is happening and why it is hanging. There is only one product in the source folder that is Visio Premium 2010 32bit, but for troubleshooting sake I went throught the entire process that is laid out in this forum for deploying Office 2010. Any help is appreciated!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.