For my project i need to do next:

  1. Install Silverlight
  2. Install XAP file
  3. Run XAP 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?

link|improve this question

78% accept rate
feedback

2 Answers

up vote 0 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.