Skip to content

Commit

Permalink
Merge pull request #493 from AndyStewart/master
Browse files Browse the repository at this point in the history
Added documentation around msi's
  • Loading branch information
anaisbetts committed Nov 13, 2015
2 parents 3b2098f + 815d15f commit ceb12b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/advanced-releasify.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ An example invocation including both of these features would be something like:
```
Squirrel --releasify MyApp.nupkg -g .\loading.gif -n "/a /f CodeCert.pfx /p MySecretCertPassword"
```


### Machine-Wide Installs via MSI (#466)

Squirrel's Releasify command generates an MSI file suitable for installation via Group Policy. This MSI isn't a general-purpose installer, this means that once you run the MSI, users from now on will get the app installed, on next Login.

So, most normal users should continue to run the Setup.exe's generated by Releasify, but if you want to have an IT Admin Friendly version, you can hand off the MSI

Most users of Squirrel won't have to do anything new to enable this behavior, though certain NuGet package IDs / names might cause problems with MSI. Generating MSIs can be disabled via the --no-msi flag.

0 comments on commit ceb12b8

Please sign in to comment.