Code: Select all
UninstallTool.exe /install "<executable_or_msi_path>"Code: Select all
UninstallTool.exe /install "<executable_or_msi_path>"Try:eil wrote:recently i get knowledge that UT trace-install can be triggered via the command line(it wasn't mentioned anywhere till someone asked about it in a forum). developer stated it simply as:i tried to modify it with my UT install path and <curitem>, but didn't mange to get it working. need some help please..Code: Select all
UninstallTool.exe /install "<executable_or_msi_path>"
Code: Select all
openwith """path-to-UninstallTool.exe"" /install ""<executable_or_msi_path>""";many thanksserendipity wrote:Try:Code: Select all
openwith """path-to-UninstallTool.exe"" /install ""<executable_or_msi_path>""";
You mean <curitem> doesn't work?eil wrote:many thanksserendipity wrote:Try:Code: Select all
openwith """path-to-UninstallTool.exe"" /install ""<executable_or_msi_path>""";, this works with strict paths. but another difficulty lies ahead: how to make it run currently selected file as an argument?(<executable_or_msi_path>) i tried some experiments, but it didn't work(maybe again 'cause of bad quoting).