0

im beginner with Squirrel tool.

I´m programming a simple C# app in visual studio and im doyng his installe with Squirrel, the problem is that the SquirrelAwareApp HandleEvents is not working. The only method that is work is the onFirstRun event.

The code is the next:

SquirrelAwareApp.HandleEvents(
          onInitialInstall: v => OnInitialInstall(v));

I put this in the MainWindoConstructor and then the OnInitialInstall only display a MessageBox.Show("onInitialInstall").

Please, any answer? Thanks.

0 Answers0