Ok fellas i'm back....everything seems to be working fine except that i'm unable to get a silent uninstall.....and ur arugment that inf silent install is possible then the converse should also hold true, is smoething i buy into.......any help before i submit it by 5pm today will be more than appreciated..........


Break Off

Dim $Msg, $Pause

If Exist('C:\Program Files\Pivotal\Relation')

$Msg = MessageBox('Please wait while Relationship is uninstalled','ESI International',4160,5)

;This command line uninstalls Relationship from user computer.

Shell 'C:\WINDOWS\uninst.exe -y -f"C:\Program Files\Pivotal\Relation\DeIsL1.isu" >NULL 2>NULL'

'Error: ' + @ERROR + ' - ' + @SERROR ?

'Press any key to continue /s ' ?

Get $Pause

;This command line will FORCE all applications closed without saving data within 90 seconds

$RC = Shutdown("","System is being rebooted to enable new settings.", 90, 1, 1)

Else
'The Relationship program was not found on this system ' ?
EndIf