我有点烦人的问题,似乎找不到答案。我使用powershell脚本卸载程序,并使用批处理文件在我希望按特定顺序删除的程序上运行脚本。我在网上找到了脚本,它在我的测试机器上运行得很好。这是我得到的错误:
Error formatting a string: Input string was not in a correct format..Should work with all msiexec string uninstallers.因此,我认为这与在这2台机器上运行的p
我在c#中使用psexec在远程计算机上安装软件,所以我想得到安装的结果,看看它是否有效,我的问题是标准输出只返回以下内容
Process p = new Process();p.StartInfo.FileName = @"psexec.exe ";
p.StartInfo.Arguments = @"\\johnpc -h -u john -p MOHAMED msiexec
我使用wix安装项目来安装我的asp.net应用程序。我在安装项目中放了一个简单的.bat文件,它可以帮助我在目标机器上进行安装。`D:\Temp\MySetupProject\bin\Debug>n++msiexec /i MySetupProject.msi /l*vx Install.txt'n++msiexec' is not