Hi
I have an application which was deployed some time ago using an .msi and a .mst
When I now try to uninstall the app using msiexec /x name_of_msi TRANSFORMS=name_of_mst /qb! I get a prompt asking if I would like to remove the ini files which were installed. Is there any way to uninstall the application and answer "Yes" to the prompt using a vbscript.
Thanks
G