Hi Ashish,
First unpack SUM from the archive. You'll get a directory called SUM
Then run STARTUP.BAT in the SUM directory.
@echo off
@set curdir=%~d0%~p0
if exist %SystemRoot%\system32\cscript.exe. (
cmd /C cscript.exe /nologo %curdir%startup.js %*
) else (
echo Windows Scripting Host must be enabled to run the startup script.
echo Please read the note 816211 for further information.
)
Then go to SUM/SDT/EXE directory and start the service with DSUSERVICE.BAT
Then click DSUGUI.BAT to start the SUM user interface. After that follow the prompts.