Skip to content
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

Creating an MSI on Windows fails #485

Closed
skewis6 opened this issue Jun 10, 2016 · 4 comments · May be fixed by qcif/data-curator#563
Closed

Creating an MSI on Windows fails #485

skewis6 opened this issue Jun 10, 2016 · 4 comments · May be fixed by qcif/data-curator#563

Comments

@skewis6
Copy link

skewis6 commented Jun 10, 2016

I'm trying to build an MSI on Windows, I've added in the flag msi: true, but this keeps throwing this wonderful error.

Error: C:\test\directory\node_modules\electron-winstaller-fixed\vendor\Update.com failed with exit code: 4294967295

Not really sure what to do with that error. I notice it says electron-winstaller, so it could well be an issue with that project itself but I'm not sure.

I do have the application building without the msi flag set to true, to an installable windows setup.exe, which is great, but we do want the .msi as well.

Build task looks like this:

"build": {
    "asar": false,
    "win": {
      "msi": true
    },
    "osx": {
      "title": "Test Title",
      "target": "dmg",
      "icon": "src/icon.icns",
      "background": "src/img/bg.png",
      "contents": [
        {
          "x": 448,
          "y": 344,
          "type": "link",
          "path": "/Applications"
        },
        {
          "x": 192,
          "y": 344,
          "type": "file",
          "path": "appPath/macApp.app"
        }
      ]
    }
  },
  "directories": {
    "buildResources": "dist/web/",
    "app": "./dist/web"
  }
@develar
Copy link
Member

develar commented Jun 10, 2016

It is our bug. Are you sure that you want msi — #366 (comment) ?

@skewis6
Copy link
Author

skewis6 commented Jun 10, 2016

Yes, an MSI is pretty essential to the delivery of the application unfortunately!

@develar
Copy link
Member

develar commented Jun 10, 2016

@skewis6 Will be fixed soon.

@develar
Copy link
Member

develar commented Jun 23, 2016

As always *** Squirrel.Windows masks real exception :( Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants