Squirrel / Squirrel.Windows

An installation and update framework for Windows desktop apps
MIT License
7.36k stars 1.03k forks source link

squirrel.windows application doesn't work after setup #1322

Open DorGoldi opened 6 years ago

DorGoldi commented 6 years ago

I created a wpf application. I wanted to create a single installation file with auto updates, using squirrel.windows. I followed this tutorial:

https://intellitect.com/deploying-app-squirrel/ (and https://intellitect.com/publishing-a-nuget/ which is being referred to. the only change was in using this line : nuget pack HitKli_WpfApp -Prop Platform=x86 -Prop Configuration=Release)

after i completed the setup the app does not work. maybe it doesn't have any files included cause it is only 1700kb? I am really not sure where to start check from. did anyone had this problem?

anaisbetts commented 6 years ago

I would have a look at the files being deployed in %LocalAppData%\HitKli_WpfApp and see if they're the ones that you expect

DorGoldi commented 6 years ago

thanks Paul, i had a look. it has nothing but the update and app setup files, and a folder with the nuget package and RELEASES file.

TulmarS commented 6 years ago

I have the same problem. Any solution?

Thieum commented 5 years ago

@DorGoldi @TulmarS is it an issue you are still experiencing with the latest version of Squirrel?