Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gminoc01

    Need to check Version using possibly 'Split' for several decimals

    Could I have you implement Function into the script and re-post the full script? I'm not sure where to put it? I'm assuming If StringVerToLong(Version) < StringVerToLong("12.0") Then would actually be I'm assuming If StringVerToLong(Version) < StringVerToLong("12.1.44") Then Thank You,
  2. gminoc01

    Need to check Version using possibly 'Split' for several decimals

    The script works great if version < 12.0 However, if I change to < 12.1.44 I get error: Expected 'Then' Basically, the second decimal causes an error. Please refer to code below: 'Requirements: Administrative Privileges const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Function...
  3. gminoc01

    Need to check Version using possibly 'Split' for several decimals

    I downloaded script via: http://gallery.technet.microsoft.com/scriptcenter/Citrix-Uninstall-d4922be6 I need to modify the script to reflect versions < 12.1.44.1 from lines below. I receive an error because code can't find the string utilizing multiple decimals. I think the coincidence relates...
  4. gminoc01

    Object required: 'objWMIService {2,1)

    Thanks guitarzan, Greatly appreciated! I also ended up adding which then it worked Set WshShell = CreateObject("WScript.Shell").
  5. gminoc01

    Object required: 'objWMIService {2,1)

    Hi All, I'm new to vb script and need some help. I'm receiving error Object required: 'objWMIService {2,1) when running script. The script is suppose to find file version of wfica32.exe and run CitrixOnlinePluginWeb.exe /unistall depending on version of wfica32.exe. script is located at...

Part and Inventory Search

Back
Top