作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
mage.exe -New De-6ren">
当我运行 ClickOnce mage.exe 实用程序时,使用 -MinVersion
创建一个新的部署 list 。和 -Install
选项,我收到一个错误。
> mage.exe -New Deployment -Install true -Version 1.0.0.0 -MinVersion 1.0.0.0
The minimum version specified is not valid.
最佳答案
选项 -Install
和 -MinVersion
不能在同一个命令行中使用。这是 mage.exe 中的一个缺点,如果不是错误的话。因此,您必须在两个单独的命令中应用这些选项。例如,
> mage.exe -New Deployment -Install true -Version 1.0.0.0
deploy.application successfully created
> mage.exe -Update deploy.application -MinVersion 1.0.0.0
deploy.application successfully updated
关于clickonce - mage.exe、MinVersion 和 "The minimum version specified is not valid.",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29683516/
我是一名优秀的程序员,十分优秀!