So try this...

Code:
If KeyExist ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Relationship 98") = 0
  Shell '%ComSpec% /c %systemroot%\IsUninst.exe -y -f"C:\Program Files\Pivotal\Relationship\Uninst.isu" >NUL 2>NUL'
 ? "Uninstall command Issued, Return Code = " @Serror
  Sleep 6
  Shell "\\william\admin\users\Office 2003 Removal Wizard\kill.exe -f isuninst.exe"
 ? "Kill Command sent, Return Code = " @Serror
Else
  ? "Error Code = " @Error " Error Details = " @Serror
EndIf 

[edit] added a few more debugging items [/edit]


Edited by Gargoyle (2007-01-10 09:51 PM)
_________________________
Today is the tomorrow you worried about yesterday.