简体   繁体   English

NSIS安装程序(如加载程序)

[英]NSIS installer like loader

For my project i need to do next: 对于我的项目,我需要下一步:

  1. Install Silverlight 安装Silverlight
  2. Install XAP file 安装XAP文件
  3. Run XAP file 运行XAP文件

It takes only 3 minutes, no configuration, just click-and-install 仅需3分钟,无需配置,只需单击并安装

I would like to hide all controlls (progress bar, buttons, log list). 我想隐藏所有控件(进度条,按钮,日志列表)。 Just logo and gif loading animation. 只是徽标和gif加载动画。 All steps to create installer was done, so now i need to know could i do such customization or not? 创建安装程序的所有步骤均已完成,因此现在我需要知道是否可以进行此类自定义吗?

I am not sure if you want to hide silverlight's buttons or your one. 我不确定您是否要隐藏Silverlight的按钮或您的按钮。

Silverlight: try quiet mode: /q . Silverlight:尝试安静模式: / q

Your: that long story, we need your NSIS code first. 您的:长期而言,我们首先需要您的NSIS代码。

Create simple NSIS installer with SILENT flag. 使用SILENT标志创建简单的NSIS安装程序。

Use Exec to execute Silverlight and XAP installation (also in quiet mode) and filanne use ShellExecute to open a XAP file. 使用Exec执行Silverlight和XAP安装(也在安静模式下),而filanne使用ShellExecute打开XAP文件。

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

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