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

Feedback for AutoRest installer #1884

Closed
fearthecowboy opened this issue Feb 27, 2017 · 8 comments
Closed

Feedback for AutoRest installer #1884

fearthecowboy opened this issue Feb 27, 2017 · 8 comments

Comments

@fearthecowboy
Copy link
Member

fearthecowboy commented Feb 27, 2017

PREVIEW AVAILABLE : Installer EXE for AutoRest now online

You can test out the PREVIEW AutoRest installer from : https://github.com/Azure/autorest/releases/download/dotnet-runtime-1.0.3/AutoInstaller.exe

Note:
The Installer is a work-in-progress -- it has been tested for the happy path, some functionality isn't yet implemented:

  • Remove/Uninstall - not yet implemented
  • Upgrade - minimally tested
  • About and Project buttons - not yet implemented
  • not yet codesiged
  • no silent/unattended mode yet
@fearthecowboy
Copy link
Member Author

image

@CJHarmath
Copy link

Where does it log ?
It failed to install and now can't remove / upgrade.

@fearthecowboy
Copy link
Member Author

fearthecowboy commented Apr 12, 2017

It's just automating the manual steps -- go to an elevated command line and type:

# if this doesn't work, it didn't install autorest at all.
autorest --reset 

# if this doesn't work it doesn't look like it even installed node.js
npm uninstall -g autorest


# to upgrade to the latest package:
npm install -g autorest

# to reset autorest to the latest binaries
autorest --reset

@CJHarmath
Copy link

Thanks I've figured that part, just wanted to let you know and see if I can share some logs to help solving the installer issue

@rlarno
Copy link

rlarno commented Jun 9, 2017

Tried the installer, failed.
Ran the above statements to uninstall and install.
Output of running autorest -- reset

AutoRest Code Generator
(c) 2017 Microsoft Corporation. https://aka.ms/autorest
Downloading https://github.com/Azure/autorest/releases/download/dotnet-runtime-1.0.5/dotnet-win7-x64.1.0.5.zip
to C:\Users\RudiLarno.autorest\frameworks
Unable to find asset for version '1.0.1-20170609-2300-nightly'

@ericstj
Copy link

ericstj commented Jun 14, 2017

Installer is unsigned and requires elevation. Stopped at that point.

@fearthecowboy
Copy link
Member Author

@ericstj

Good point. -- Install node separately and use npm to install. I have some fixes I have to do before I can go back and finish the installer.

@fearthecowboy
Copy link
Member Author

canning the installer UI entirely.

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

4 participants