You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Actual application EXE gets replaced with stub, if EXE found in app.publish*
Squirrel Version:1.5.2
Background: Changing an application from being ClickOnce to Squirrel, and had left Enable ClickOnce Security Settings checked. As a result of this, an extra copy of the application EXE is placed in this directory.
When creating the releasify package, I can confirm the correct application EXE is in the package, in the correct position.
On doing an install however, attempting to then run the stub, crashes:
Attempting to run what I believe to be the application EXE from the app-x.y.z folder, does not work either.
Running BeyondCompare against both of the EXEs, I'm told they are identical.
It therefore would seem the application EXE is getting overwritten with the stub EXE on application install/update.
* It may be for any EXE, but certainly was in my case.
The text was updated successfully, but these errors were encountered:
simquad
changed the title
Executables get replaced with Stub Executable
Application Executables gets incorrectly replaced with Stub Executable
Jan 27, 2017
I have also experienced this issue however the "ClickOnce Security Settings" were not enabled and never were. 1.4.4 did not have this issue and was introduced as of 1.5.1. The install only included one exe
KirillOsenkov
added a commit
to KirillOsenkov/MSBuildStructuredLog
that referenced
this issue
Feb 7, 2017
Issue: Actual application EXE gets replaced with stub, if EXE found in
app.publish
*Squirrel Version:
1.5.2
Background: Changing an application from being
ClickOnce
toSquirrel
, and had leftEnable ClickOnce Security Settings
checked. As a result of this, an extra copy of the application EXE is placed in this directory.When creating the releasify package, I can confirm the correct application EXE is in the package, in the correct position.
On doing an install however, attempting to then run the stub, crashes:
Attempting to run what I believe to be the application EXE from the
app-x.y.z
folder, does not work either.Running
BeyondCompare
against both of the EXEs, I'm told they are identical.It therefore would seem the application EXE is getting overwritten with the stub EXE on application install/update.
Related Issue: #868
* It may be for any EXE, but certainly was in my case.
The text was updated successfully, but these errors were encountered: