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 basic example, which will fail on Windows #96

Closed
wants to merge 1 commit into from
Closed

fix basic example, which will fail on Windows #96

wants to merge 1 commit into from

Conversation

shawn11ZX
Copy link

I encounter the same problem described in issue #90, and I figured out the reason:
In step 4 when installer is run, it's cwd is default to the cwd of the current process, which is very likely the directory of the current application. Finally when installer is running, it can't delete installation destination directory, because itself is using it.

The fix is as simple as setting the cwd of installer to it's own directory.

@shawn11ZX
Copy link
Author

Thanks!

@shawn11ZX shawn11ZX closed this Mar 11, 2016
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.

1 participant