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.
This installer task should be used when building a solution that contains a Visual Studio Advanced Installer project.
-
Version - Version that should be cached. You can find a complete list here. 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.
Check them out:
- How-To: Build an Advanced Installer Visual Studio Project from Azure DevOps
- Automation x2: How to automate Azure DevOps pipelines with Advanced Installer PowerShell automation
- How to: Choose Which Advanced Installer Azure DevOps Task You Need?
- How to configure digital signing in Advanced Installer Azure DevOps Task