2013-09-26 63 views

回答

0

下面提到的MSBUILD脚本帮我卸载了微星:

<Target Name="UnInstallMSI"> 
    <Message Text="UnInstallation of MSI Started..." Importance="high"></Message> 
    <Exec Command='msiexec.exe /x &quot;$(MSILocation)&quot; /qn /l*vx &quot;$(LogFile)&quot;' ContinueOnError="false" /> 
    <Message Text="UnInstallation of MSI Completed Successfully..." Importance="high"></Message> 
    </Target> 

感谢&问候, 桑托斯·库马尔Patro