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

EXE paths to IISExpress & AppCmd can be configured #86

Merged
merged 3 commits into from
Jul 3, 2020

Conversation

warrenbuckley
Copy link
Owner

@warrenbuckley warrenbuckley commented Jul 2, 2020

Adds two new config keys to allow you to override the paths of where IISExpress.exe & appcmd.exe are run from

Configuration Values

"iisexpress.iisExpressPath": "C:\\Program Files\\IIS Express\\iisexpress.exe",
"iisexpress.appcmdPath": "C:\\Program Files\\IIS Express\\appcmd.exe",

No Config Values

  • No config values set (Global user or Workspace config)
  • Try to find IIS Express as default convention of Program Files from environment variable
  • If no IIS Express found at convention path - prompt user if they want to install it

Config Values defined

  • Verify the configuration value ends with iisexpress.exe or appcmd.exe otherwise show error
  • Verify the configuration value can find the file on disk otherwise show error
  • Do not prompt user to auto install so user can fix up their configuration values

@warrenbuckley warrenbuckley changed the base branch from master to develop July 3, 2020 09:55
@warrenbuckley warrenbuckley merged commit 0ffff3a into develop Jul 3, 2020
@warrenbuckley warrenbuckley deleted the feature/config-exec-paths branch July 3, 2020 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant