Questions tagged [squirrel.windows]

Squirrel.Windows is an installation and update framework for Windows desktop apps.

Squirrel.Windows is an installation and update framework for Windows desktop apps.

Squirrel is both a set of tools and a library, to completely manage both installation and updating of your Desktop Windows application, written in either C# or any other language (i.e. Squirrel can manage native C++ applications).

108 questions
0
votes
1 answer

Is it possible to package and deploy a Unity3d app using Squirrel for Windows installer?

I just discovered what seems to be a very nice, minimal installer called Squirrel for Windows from a dotNetConf 2015 video. The opening documentation sounds fairly inclusive as to what can be packaged: Squirrel is both a set of tools and a…
Feckmore
  • 4,322
  • 6
  • 43
  • 51
-1
votes
1 answer

Why does Setup.exe run my application, crash, then run it again (successfully)?

EDIT: Apologies I put this in "Squirrel.Windows" when this is more of a Clowd.Squirrel question. I don't have enough rep to make the Clowd.Squirrel tag. I previously used Squirrel.Windows to "realisify" my app (which was first turned into a NuGet…
Caleb H.
  • 33
  • 6
-1
votes
2 answers

Different behavior of WPF Application: IDE debugging vs directly running the executable

I have a problem: different behavior of the same code (same .exe). When I run my app in Debug mode (VS 2015), it behaves as expected. Running this app in Release mode is also fine. However, after packaging (packaging tool is…
1 2 3 4 5 6 7
8