Squirrel / Squirrel.Windows

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

Unwanted Rigging execution stub #1388

Open GiladArnon opened 5 years ago

GiladArnon commented 5 years ago

Hi, I have a multiple exe project, but only one of them is squirrel aware. Still, the installation folder contains all the exceutables in the root folder, and not only inside the app-*** folder. In the squirrel log i see several lines of: Rigging execution stub for ExeName_ExecutionStub.exe to C:\Users\user\AppData\Local\App\ExeName.exe

Has it anyway to prevent this, and generate this exe only for the squirrel aware exe?

Thieum commented 5 years ago

@GiladArnon Did you try making your app squirrel aware as described here if it's a .net app, or here if it's a native app?