Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Provide a graphical Windows installer #41

Closed
wants to merge 4 commits into from
Closed

Provide a graphical Windows installer #41

wants to merge 4 commits into from

Conversation

nezihyigitbasi
Copy link
Contributor

This PR provides a graphical Windows installer for the ODBC driver built using nsis (http://nsis.sourceforge.net). I haven't committed the installer executable with this PR, but you can check it out here: https://github.com/nezihyigitbasi/presto-odbc/tree/binaries/binaries/64-bit. I have successfully tested the installer with Windows 7 and Windows Server 2012.

@@ -62,7 +62,6 @@ version (Windows) {
Runtime.initialize();
import core.memory;
GC.disable();
assert(false, "Debugging an issue whereby this function is not called");
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was failing the os x build as the next line is unreachable

Copy link
Contributor

Choose a reason for hiding this comment

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

yah saw that, thanks :)

@nezihyigitbasi
Copy link
Contributor Author

Fixes #19 for Windows

@@ -0,0 +1,99 @@
!define APPNAME "Presto ODBC Driver"
Copy link
Contributor

Choose a reason for hiding this comment

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

Should you add "64 bit" somewhere in the name as well?

@andralex
Copy link
Contributor

LGTM, a few nits only - please let us know if any change and then let's pull this.

@nezihyigitbasi
Copy link
Contributor Author

@andralex Addressed your comments, thanks for looking into this.

@andralex
Copy link
Contributor

merged, thanks much

@andralex andralex closed this Aug 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants