how to write batch script and VBscript for Install and uninstall an MSI. if /x then uninstall. If /silent then silent install
suppose eg arg.bat or arg.vbs run on cmd output is installed
and we can pass the argument
>arg.bat /x
olp : will be uninstallled the msi.
>arg.bat /silent
o/p:will be installed the msi.
>arg.vbs /x
olp : will be uninstallled the msi.
>arg.vbs /silent
o/p:will be installed the msi.