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,
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.