I know this is ancient history, But I was just asked this an hour ago...

Code:


if keyexist('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webshots Desktop')
$uninst=readvalue('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Webshots Desktop','UninstallString')
$uninst = JOIN(SPLIT($uninst),' /a /s')
run '&comspec% /c '+ $uninst
endif


_________________________
How to ask questions the smart way <-----------> Before you ask