Quote:

I changed the quote and still doesnt want to run. Has anyone installed a MSI file from Kixtart script????

If InGroup ("ALLKIXCALLTRACKING")
If NOT ReadValue('HKEY_CURRENT_USER\SOFTWARE\RunOnce','cal2')
Run 'msiexec /i \\Fldavrep01\calltracking\PSCallRecordingSetup\PSCallTracking_Setup.msi /qb-'
WriteValue('HKEY_CURRENT_USER\SOFTWARE\RunOnce','cal2','1','REG_SZ')
EndIf




Indeed we do install msi-packets with the help of kixtart.
Code:

If InGroup ("ALLKIXCALLTRACKING")
"in group allkixcalltracking" ?
If NOT ReadValue('HKEY_CURRENT_USER\SOFTWARE\RunOnce','cal2')
"regvalue does not exist" ?
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


(note that the location of msiexec might differ on 9x-machines (I acctually have no idea))
Any comments about errornous code? =)
(spelling noted


Edited by ewook (2006-03-22 11:17 AM)
_________________________
as long as it works - why fix it?
If it doesn't work - kix-it!