简体   繁体   English

Gallio测试套件安装

[英]Gallio test suite installation

I am using MbUnit test framework and Gallio. 我正在使用MbUnit测试框架和Gallio。
I need to create an installer that install it and run some test on silent mode. 我需要创建一个安装程序来安装它并在静默模式下运行一些测试。
I noticed that Gallio got a quiet installation mode 'GallioInstall.msi /quiet'. 我注意到Gallio有了一个安静的安装模式'GallioInstall.msi / quiet'。
My problem is how to know when the installation is done? 我的问题是如何知道何时完成安装? because when i run on command line it installs it on the background and i can continue working. 因为当我在命令行上运行时,它将在后台安装,因此我可以继续工作。

That's not really got anything to do with Gallio, it's an MSI feature: 这实际上与Gallio没有任何关系,它是MSI功能:

http://msdn.microsoft.com/en-us/library/windows/desktop/aa372024(v=vs.85).aspx http://msdn.microsoft.com/zh-CN/library/windows/desktop/aa372024(v=vs.85).aspx

I would assume control doesn't return to the command line until the installation has completed. 我认为直到安装完成,控制权才返回命令行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM