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

Installation issues #28

Open
JSaaS opened this issue Sep 15, 2021 · 1 comment
Open

Installation issues #28

JSaaS opened this issue Sep 15, 2021 · 1 comment

Comments

@JSaaS
Copy link

JSaaS commented Sep 15, 2021

Description

Trying to install biztalkmigrator on a fresh Windows Server. Installed Chocolatey as described, added the path to choco.exe in the environment variable PATH.

Running "choc install biztalkmigrator" gives an error that the package cannot be found:

PS C:\Users\joscadmin> choco install biztalkmigrator
Chocolatey v0.11.1
Installing the following packages:
biztalkmigrator
By installing, you accept licenses for the packages.
biztalkmigrator not installed. The package was not found with the source(s) listed.
Source(s): 'https://community.chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify --pre,
the package may not be found

Running the command with "--pre" starts the install but it installs version 0.5.1-beta, not version 1.0.0? It also hangs in the last step where the package wants to install chocolatey?

biztalkmigrator v0.5.1-beta-2020102860429 (forced) - Possibly broken
biztalkmigrator package files install completed. Performing other installation steps.
The package biztalkmigrator wants to run 'chocolateyinstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation

Environment and tool versions

  • AIM Tool Version (aim --version): 0.5.1
  • Windows Version (systeminfo): Microsoft Windows Server 2019 Datacenter
  • Shell: PowerShell
  • Shell Version $PSVersionTable: 5.1.17763.2090

Repro steps

Please list out the steps needed to repro the issue, or delete if this is a feature request.

Expected result

choco install biztalkmigrator should run and install version 1.0.0

Current result

Please describe what you are seeing, or delete if this is a feature request.

@probertdaniel
Copy link
Collaborator

Hi JSaaS - as detailed on the ChangeLog, you need to install using the --version argument to get v1.0.0:
choco install biztalkmigrator --version 1.0.0.

Chocolatey haven't yet formally approved v1.0.0 which is why you still need to provide a version number.
Let me know if you have any other issues - thanks!

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

No branches or pull requests

2 participants