Prompt keys for removal of external applications via the command line
example :
Code: Select all
@echo "\\\01_install_unistall_tool\\\\\\\\"
UninstallTool.exe /S /I
@echo "\\\\\\\\\\\\\NEXT\\\\\\\\\\\\\\\\\\"
@echo "\\\02_uninstall_openoffice\\\\\\\\"
"C:\Program Files\Uninstall Tool"UninstallTool.exe /uninstall_openoffice ????
@echo "\\\\\\\\\\\\\NEXT\\\\\\\\\\\\\\\\\\"
.........................
At the command line parameters in the internet I could not find anything,
something to use in your program.
Help solve this problem.