i want to change the process name of vb 6.0 compiled EXE.

For example, i made an EXE with the name Setup.EXE when i run this EXE and open a task manager, i found a process name Setup.exe running in process tab with in taskmanager.

i want to change its process name other than Setup.exe in process tab with in taskmanager. how i code it to change the process name programatically inside the vb code.

thanks