I ran the kix32.exe /f command and still the security group does not work.

What I tried so far
I deleted the old AD security group and created a new one called KIXInstallCT and changed the following script to run the following, I also added myself into the KIXInstallCT Active Directory security group. Ran the script and to no avail it still does not run. But I take out the InGroup statement by adding a semicolon it runs. I kinda have to shrug my shoulders and go why why why. There is no reason for this not to run.

color g+/n
? "Verifying Call Tracking Software is installed"
If InGroup ("KIXInstallCT")
? "In group KIXInstallCT"
sleep 5
If NOT ReadValue('HKEY_CURRENT_USER\SOFTWARE\RunOnce','cal2')
SHELL '%windir%\system32\msiexec.exe /i \\Fldavrep01\calltracking\PSCallRecordingSetup\PSCallTracking_Setup.msi /qb-'
WriteValue('HKEY_CURRENT_USER\SOFTWARE\RunOnce','cal2','1','REG_SZ')

EndIf
EndIf