[GH-ISSUE #106] Installation Issues #85

Closed
opened 2026-02-26 10:35:45 +03:00 by kerem · 13 comments
Owner

Originally created by @hooray4me on GitHub (Nov 8, 2015).
Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/106

Originally assigned to: @Pro on GitHub.

I cannot get this installed. I've tired in multiple ways. What am I missing?
image
Then I don't get the option to install.
image
I tired to install offline with out success
image

Thoughts?

Originally created by @hooray4me on GitHub (Nov 8, 2015). Original GitHub issue: https://github.com/Pro/dkim-exchange/issues/106 Originally assigned to: @Pro on GitHub. I cannot get this installed. I've tired in multiple ways. What am I missing? ![image](https://cloud.githubusercontent.com/assets/12399138/11022282/7cc029c0-8620-11e5-9546-1fb5436a489b.png) Then I don't get the option to install. ![image](https://cloud.githubusercontent.com/assets/12399138/11022285/8e1ba3e8-8620-11e5-90c8-f0384ef24f86.png) I tired to install offline with out success ![image](https://cloud.githubusercontent.com/assets/12399138/11022287/a51dc896-8620-11e5-9067-df18a45dfbfa.png) Thoughts?
kerem 2026-02-26 10:35:45 +03:00
  • closed this issue
  • added the
    bug
    gui
    labels
Author
Owner

@Pro commented on GitHub (Nov 9, 2015):

The first message is default for the first start, we should change it to an information message, instead of error.

In the second screenshot it looks like you don't have internet connection or at least the GUI cannot connect to Github.

Regarding the offline installation, there was an error in the install script. Please use this one (https://github.com/Pro/dkim-exchange/blob/master/install.ps1). Just replace the one you downloaded. That should work.

<!-- gh-comment-id:155098589 --> @Pro commented on GitHub (Nov 9, 2015): The first message is default for the first start, we should change it to an information message, instead of error. In the second screenshot it looks like you don't have internet connection or at least the GUI cannot connect to Github. Regarding the offline installation, there was an error in the install script. Please use this one (https://github.com/Pro/dkim-exchange/blob/master/install.ps1). Just replace the one you downloaded. That should work.
Author
Owner

@PG-Ninja commented on GitHub (Nov 9, 2015):

I have the same issue as the OP. All other applications on the server can utilize the existing network connection. I don't know what could be blocking Configuration.DkimSigner

I have yet to try the offline installation with the updated install.ps1. When I get a chance, I'll let you guys know how it goes.

BTW, I have installed Exchange 2016 RTM (15.1.225.42) on Server2012R2

<!-- gh-comment-id:155115635 --> @PG-Ninja commented on GitHub (Nov 9, 2015): I have the same issue as the OP. All other applications on the server can utilize the existing network connection. I don't know what could be blocking Configuration.DkimSigner I have yet to try the offline installation with the updated install.ps1. When I get a chance, I'll let you guys know how it goes. BTW, I have installed Exchange 2016 RTM (15.1.225.42) on Server2012R2
Author
Owner

@hooray4me commented on GitHub (Nov 9, 2015):

The only way I was able to get it installed was to walk thru each line of the install.ps1 and do it manually.

<!-- gh-comment-id:155118472 --> @hooray4me commented on GitHub (Nov 9, 2015): The only way I was able to get it installed was to walk thru each line of the install.ps1 and do it manually.
Author
Owner

@AlexLaroche commented on GitHub (Nov 9, 2015):

Do you use any web proxy to filter web access?

Are you able to go on this website from your exchange servers : https://api.github.com/repos/pro/dkim-exchange/releases ?

<!-- gh-comment-id:155209313 --> @AlexLaroche commented on GitHub (Nov 9, 2015): Do you use any web proxy to filter web access? Are you able to go on this website from your exchange servers : https://api.github.com/repos/pro/dkim-exchange/releases ?
Author
Owner

@winterheart commented on GitHub (Nov 11, 2015):

I got same issue. My workaround is check/uncheck "Include prerelease versions". After this "Upgrade" button becomes active, and after pressing it application installed correctly.

<!-- gh-comment-id:155680347 --> @winterheart commented on GitHub (Nov 11, 2015): I got same issue. My workaround is check/uncheck "Include prerelease versions". After this "Upgrade" button becomes active, and after pressing it application installed correctly.
Author
Owner

@Pro commented on GitHub (Nov 26, 2015):

@hooray4me does the workaround with check/uncheck "Include prerelease versions" work for you too?
Can you also test to download the file within PowerShell to see if that works:
https://github.com/Pro/dkim-exchange/archive/v2.1.8.zip
(Howto: http://www.powershellatoms.com/basic/download-file-website-powershell/)

You are using the most recent version (2.1.8)?

@winterheart, @hooray4me which windows server version do you have?

Do you use any Proxy or other software/firewall?

<!-- gh-comment-id:159986533 --> @Pro commented on GitHub (Nov 26, 2015): @hooray4me does the workaround with check/uncheck "Include prerelease versions" work for you too? Can you also test to download the file within PowerShell to see if that works: https://github.com/Pro/dkim-exchange/archive/v2.1.8.zip (Howto: http://www.powershellatoms.com/basic/download-file-website-powershell/) You are using the most recent version (2.1.8)? @winterheart, @hooray4me which windows server version do you have? Do you use any Proxy or other software/firewall?
Author
Owner

@winterheart commented on GitHub (Nov 27, 2015):

@Pro mine is two identical Windows 2008 R2 SP1 with latest hotfixes and Exchange 2010 SP2 with latest hotfixes (14.3.123.4).
I have direct connection to Internet without restrictive rules from firewall (after pressing "Upgrade" program downloaded needed packages successfully).

<!-- gh-comment-id:160050510 --> @winterheart commented on GitHub (Nov 27, 2015): @Pro mine is two identical Windows 2008 R2 SP1 with latest hotfixes and Exchange 2010 SP2 with latest hotfixes (14.3.123.4). I have direct connection to Internet without restrictive rules from firewall (after pressing "Upgrade" program downloaded needed packages successfully).
Author
Owner

@Shmakovm commented on GitHub (Dec 4, 2015):

You could add the option in Configuration.DkimSigner.exe to work through a proxy server (w/wo authorization). Thanks !

<!-- gh-comment-id:161881241 --> @Shmakovm commented on GitHub (Dec 4, 2015): You could add the option in Configuration.DkimSigner.exe to work through a proxy server (w/wo authorization). Thanks !
Author
Owner

@Pro commented on GitHub (Dec 6, 2015):

The best solution for proxy settings would be to use the system default proxy from windows. See: http://stackoverflow.com/a/1939019/869402
Needs to be investigated

<!-- gh-comment-id:162290188 --> @Pro commented on GitHub (Dec 6, 2015): The best solution for proxy settings would be to use the system default proxy from windows. See: http://stackoverflow.com/a/1939019/869402 Needs to be investigated
Author
Owner

@avoidik commented on GitHub (Dec 11, 2015):

There is pull request to second problem with red text.

<!-- gh-comment-id:163863539 --> @avoidik commented on GitHub (Dec 11, 2015): There is pull request to second problem with red text.
Author
Owner

@Pro commented on GitHub (Dec 11, 2015):

@avoidik I already fixed this a few weeks ago: github.com/Pro/dkim-exchange@a111e5716a
(Is not yet in the release)

<!-- gh-comment-id:163879129 --> @Pro commented on GitHub (Dec 11, 2015): @avoidik I already fixed this a few weeks ago: https://github.com/Pro/dkim-exchange/commit/a111e5716a41237542668c3a9909821135b08bee (Is not yet in the release)
Author
Owner

@Pro commented on GitHub (Jan 3, 2016):

The first problem where the "upgrade" button is disabled is now also fixed in github.com/Pro/dkim-exchange@f56cfdc498

(esp. github.com/Pro/dkim-exchange@f56cfdc498 (diff-80fbe89954))

<!-- gh-comment-id:168525329 --> @Pro commented on GitHub (Jan 3, 2016): The first problem where the "upgrade" button is disabled is now also fixed in https://github.com/Pro/dkim-exchange/commit/f56cfdc498fbaf3798ca9db5a401ab8a1b80eaf3 (esp. https://github.com/Pro/dkim-exchange/commit/f56cfdc498fbaf3798ca9db5a401ab8a1b80eaf3#diff-80fbe899548913d9af44190d7c253f97R256)
Author
Owner

@Pro commented on GitHub (Jan 3, 2016):

Will be released as version 3.0.0

<!-- gh-comment-id:168525346 --> @Pro commented on GitHub (Jan 3, 2016): Will be released as version 3.0.0
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dkim-exchange-Pro#85
No description provided.