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

fresh installation header always shows "Choose Uninstallation Options" #643

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

fresh installation header always shows "Choose Uninstallation Options" #643

rwlnd opened this issue Aug 4, 2016 · 4 comments · May be fixed by qcif/data-curator#563

Comments

@rwlnd
Copy link

rwlnd commented Aug 4, 2016

  • Version: 5.12.1
  • Target: nsis

Even when installing my nsis-generated exe on a machine where it has never been installed before, the header of the first step of the installer always says:

Choose Uninstallation Options
Which installation should be removed?
@develar
Copy link
Member

develar commented Aug 4, 2016

5.12.1

Please use 5.22.2

Target: nsis

one-click installer or do you have custom options?

@rwlnd
Copy link
Author

rwlnd commented Aug 4, 2016

I'm sorry I am in fact using 5.22.2, I just updated, my bad.
I am not using onClick and that's the only custom nsis setting I have in my package.json build section

@develar
Copy link
Member

develar commented Aug 4, 2016

I am not using onClick and that's the only custom nsis setting I have in my package.json build section

Please, could you please post your custom nsis options? It will help me to reproduce and fix issue quickly.

@rwlnd
Copy link
Author

rwlnd commented Aug 4, 2016

this is my build config , nothing special as you can see:


"build": {
    "appId": "ID",
    "win": {
      "title": "APP",
      "target": "nsis"
    },
    "nsis": {
      "oneClick": false
    },
    "directories": {
      "app": ".",
      "output": "dist"
    }
  }

I'm currently making a x64/x32 build using: build --arch all

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