-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can't run installer on Windows 10 #2
Comments
Hmm, interesting. No idea what is causing this, but it is most likely something to do with If you figure out anything more, please let me know! |
Possibly relevant: http://stackoverflow.com/questions/16901722/error-attempting-to-read-from-the-source-install-database-c-windows-installer
|
@mmckegg Thanks for the quick response :) I'll check that out and let you know if there's anything to patch back in msi-packager. Probably just a switch in our ProductCode yeah. |
Just tested from a fresh MSI build w/ a new GUID, and the error is the same when running the installer. Isn't that due to the fact we build it from a Mac w/ msitools from brew? |
In that case, then yes, most likely |
Does it work for you if you try building an MSI w/ the latest |
MSI generated on Mac OS X 10.11.5. Uses the NPM package with msitools installed via brew too. Then ran on a VM running Windows 10, it worked as expected. Just posting this incase others have immediate concerns - not sure what the issue is, but it hasn't effected me thankfully (as of yet)! |
Hello,
Looks like MSI installers generated from msi-packager are broken on Windows 10 (x64).
MSI files are built from MacOS, via
msitools
.It launches, and shortly after pops up the following message:
"error attempting to read from the source install database"
"C:/Windows/Installer/32ea2.msi"
Anything that's not compatible on your side? Or maybe that comes from
msitools
?Here's our build config:
Thanks for the great work!
The text was updated successfully, but these errors were encountered: