-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stub executable mysteriously removed after update installation #178
Comments
OK some progress on understanding the bug. Current deployment of our app 1.5.19 is: The (attempted) updated deployment of our app 1.6.0 is: For the 1.6.0 MSI installer (created by self-hosted Windows 10 runner, Wix 3.14 installed) - it seems (for the stub executable only) the "File Version" is being incorrectly set as 1.6.0.0 (instead of 678.0.0.0) and is therefore skipped by the MSI installer (since a "higher versioned" but older stub executable with File Version "642.0.0.0" existed already). The file version is set correctly on the actual executable inside app-1.6.0 Using If I create a MSI for the identical project on my personal Windows 11 machine (also Wix 3.14 installed) there are no issues and the stub executable's File Version has the right version. |
closing as I've pinned down the issue to this: #179 |
I've successfully deployed my app (many many times over) using 5.0.0 of this repo. Updates have been served via MSI installers - no delta updates or anything like that.
I've recently tried to release a new version of my app using 5.1.2, and it seems the new MSI (created with 5.1.2) now completely removes the existing (installed) stub executable and doesn't replace it. The desktop shortcut also fails. Any thoughts?
Installing the new MSI from scratch (after uninstalling the old app) works fine - the stub executable is correctly installed.
The text was updated successfully, but these errors were encountered: