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

fix(nsis): Enforce a proper application location is made when user ov… #1301

Closed
wants to merge 3 commits into from

Conversation

mastergberry
Copy link
Contributor

…errides default location, fixes #1298

WARNING: Not tested yet.

@mention-bot
Copy link

@mastergberry, thanks for your PR! By analyzing the history of the files in this pull request, we identified @maczikasz and @alexbrazier to be potential reviewers.

@mastergberry
Copy link
Contributor Author

mastergberry commented Feb 24, 2017

Looks like the build failed because the condition didn't get hit and the StrContains wasn't used.

Not sure really how to fix this, maybe some code logic needs to be re-ordered around a bit. Not the best with NSIS yet.

@@ -1,5 +1,6 @@
!include UAC.nsh
!include StdUtils.nsh
!include StrContains.nsh
Copy link
Member

@develar develar Feb 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this line under !ifndef allowToChangeInstallationDirectory

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

Successfully merging this pull request may close these issues.

Add option to specify what files to uninstall
3 participants