Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caphyon/advinst-vsts-tool
Azure DevOps tool for Advanced Installer
https://github.com/caphyon/advinst-vsts-tool
Last synced: about 1 month ago
JSON representation
Azure DevOps tool for Advanced Installer
- Host: GitHub
- URL: https://github.com/caphyon/advinst-vsts-tool
- Owner: Caphyon
- License: mit
- Created: 2017-08-11T13:53:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T06:47:28.000Z (over 1 year ago)
- Last Synced: 2023-09-19T09:35:51.724Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 610 KB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Advanced Installer Tool Installer
Acquires a specific version of Advanced Installer from internet or the tools cache and adds it to the PATH. Use this task to install Advanced Installer for subsequent tasks.
# How to use
This installer task should be used when building a solution that contains a [Visual Studio Advanced Installer project](https://www.advancedinstaller.com/user-guide/ai-ext-vs-project.html).
* **Version** - Version that should be cached. You can find a complete list [here](https://www.advancedinstaller.com/version-history.html). If no version is specified the latest will be used. This step will be skipped if a manual installation is detected. Such may be the case in TFS environments where you may want to use a pre-configure build agent.
* **License Key** - The license id that should be used for registration. **Simple** project types don't require a license.
![Add Tool](images/tool-add.png)
![Configure Tool](images/tool-configure.png)
# Tutorials
Check them out:
* [How-To: Build an Advanced Installer Visual Studio Project from Azure DevOps](https://www.advancedinstaller.com/visual-studio-project-from-azure-devops-pipeline.html)
* [Automation x2: How to automate Azure DevOps pipelines with Advanced Installer PowerShell automation](https://www.advancedinstaller.com/azure-devops-pipeline-powershell-automation.html)
* [How to: Choose Which Advanced Installer Azure DevOps Task You Need?](https://www.advancedinstaller.com/azure-devops-tasks.html)
* [How to configure digital signing in Advanced Installer Azure DevOps Task](https://www.advancedinstaller.com/azure-devops-configure-digital-signature.html)