繁体   English   中英

重新签署一次单击应用程序

[英]Re-signing a Click Once Application

我尝试通过运行此命令按照此处的说明更新配置后重新签署一次单击应用程序

mage.exe –更新MyApp.Client.application –appmanifest“应用程序文件\\ MyApp_3_6_7_93 \\ MyApp.exe.manifest”

但我不断收到错误:

无法识别的命令行参数'-appmanifest'无法识别的命令行参数'Application Files \\ MyApp.Client._3_6_7_93 \\ MyApp.exe.manifest'

区分大小写

您可以使用-appm

Commands
        -New <file_type>                  -n
        -Update <file_name>               -u
        -Sign <file_name>                 -s
        -ClearApplicationCache            -cc
        -Help [verbose]                   -h -?



Options
        -AppCodeBase <path>               -appc
        -AppManifest <path>               -appm
        -CertFile <file_name>             -cf
        -CertHash <hash>                  -ch
        -FromDirectory <path>             -fd
        -IconFile <file_path>             -if
        -IncludeProviderURL <true|false>  -ip
        -Install <true|false>             -i
        -Name <name>                      -n
        -Password <password>              -pwd
        -Processor <processor>            -p
        -ProviderURL <url>                -pu
        -Publisher <publisher_name>       -pub
        -MinVersion <version #|none>      -mv
        -SupportURL <support_url>         -s
        -TimeStampUri <uri>               -ti
        -ToFile <file_name>               -t
        -TrustLevel <level>               -tr
        -UseManifestForTrust <true|false> -um
        -Version <version>                -v
        -WPFBrowserApp <true|false>       -wpf

Use "mage -help verbose" for more detailed help

暂无
暂无

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

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