install

hi
i have made an installer file from VISE
and that installer is password protected.
Is it possible to write a script that automatically feed password and the installer starts without any prompt for password

some thing like this

tell application "installer_name"
activate
DoInstall with password "786543"
end tell

thanks