Unisntalling a spb file

(imported topic written by SystemAdmin)

All

I have the following action script to uninstall an spb. Problem is that this package isnt uninstalling silently (it prompts end user for interaction). Is this part of the spb, or am I missing a command flag somewhere??

createfile until __END

cd “{pathname of parent folder of client & “\SIE”}”

call swd_env.bat

wdrmvsp.exe %1

wdlssp.exe >software.cfg

__END

delete remove.bat

copy __createfile remove.bat

waithidden cmd.exe /C remove.bat “HDMC_TechSmith_Snagit10.10.0”