-
Notifications
You must be signed in to change notification settings - Fork 95
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 fails when passing 4-level version string #131
Comments
How do you get that stub executable work? My short cut in the desktop seems point to the installer. |
I have seen the same problem: The overall error is as follows:
|
Still not fixed unfortunately. If you manually rename the subdirectory to have three version component, the real executable is properly launched. I'm not sure how to skip generating that stub exe at all. I don't see the added value, since a MSI cannot be installed side-by-side. |
there is plan to fix it? |
StubExecutable expects app's version to be a valid semantic version, while the 4-level version is not a valid semantic version.
So this is an expected behavior. In the base case, If you are using it via |
The stub executable fails to launch the actual app executable when I pass a 4-level windows compatible version string to the MSICreator options (e.g. "2.2.0.4") . It works when I pass a 3-level version string (e.g. "2.2.0").
The text was updated successfully, but these errors were encountered: