开发者

NSIS installer like loader

For my project i need to do next:

  1. Install Silverlight
  2. Install XAP file
  3. Run XAP开发者_Python百科 file

It takes only 3 minutes, no configuration, just click-and-install

I would like to hide all controlls (progress bar, buttons, log list). Just logo and gif loading animation. All steps to create installer was done, so now i need to know could i do such customization or not?


Create simple NSIS installer with SILENT flag.

Use Exec to execute Silverlight and XAP installation (also in quiet mode) and filanne use ShellExecute to open a XAP file.


I am not sure if you want to hide silverlight's buttons or your one.

Silverlight: try quiet mode: /q.

Your: that long story, we need your NSIS code first.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜