- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
- Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Return codes
- Editing
- Project Commands
- Files and Folders Commands
- Registry Commands
- Search Commands
- Import Commands
- Merge Module Commands
- Updates Configuration Commands
- Patch Commands
- Launch Conditions Commands
- Miscellaneous Commands
- Build Only Bundled Package Command (Deprecated)
- Set Updates Url Command
- Add UpgradeCode Command
- Delete UpgradeCode Command
- New Prerequisite Command
- Update Prerequisite Command
- Delete Prerequisite Command
- Set Package Type Command
- Set Current Feature Command
- New Feature Command
- Update Feature Installation Behavior Command
- Set Component Attribute Command
- Set Component Condition Command
- New Environment Variable Command
- Delete Environment Variable Command
- Add File Association
- Delete File Association
- Add Language Command
- Delete Language Command
- Generate Serials
- Generate License
- Generate GUIDs for Multiple Instances
- Add Service Command
- Delete Service Command
- Set Icon Command
- Set EULA Command
- Generate Assets Command
- Add SQL Database Server
- Add SQL Script File Command
- Minimize Installation Time Command
- New Feature Command
- Edit MSIX projects through CLI
- Advanced Installer PowerShell Automation Interfaces
- Features and Functionality
- Tutorials
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
- Introduction
- Registration
- Using Advanced Installer
- GUI
- Working with Projects
- Installer Project
- Patch Project
- Merge Module Project
- Updates Configuration Project
- Windows Store App Project
- Modification Package Project
- Optional Package Project
- Windows Mobile CAB Projects
- Visual Studio Extension Project
- Software Installer Wizards - Advanced Installer
- Visual Studio integration
- Alternative to AdminStudio/Wise
- Replace Wise
- Migrating from Visual Studio Installer
- Keyboard Shortcuts
- Shell Integration
- Command Line
- Return codes
- Editing
- Project Commands
- Files and Folders Commands
- Registry Commands
- Search Commands
- Import Commands
- Merge Module Commands
- Updates Configuration Commands
- Patch Commands
- Launch Conditions Commands
- Miscellaneous Commands
- Build Only Bundled Package Command (Deprecated)
- Set Updates Url Command
- Add UpgradeCode Command
- Delete UpgradeCode Command
- New Prerequisite Command
- Update Prerequisite Command
- Delete Prerequisite Command
- Set Package Type Command
- Set Current Feature Command
- New Feature Command
- Update Feature Installation Behavior Command
- Set Component Attribute Command
- Set Component Condition Command
- New Environment Variable Command
- Delete Environment Variable Command
- Add File Association
- Delete File Association
- Add Language Command
- Delete Language Command
- Generate Serials
- Generate License
- Generate GUIDs for Multiple Instances
- Add Service Command
- Delete Service Command
- Set Icon Command
- Set EULA Command
- Generate Assets Command
- Add SQL Database Server
- Add SQL Script File Command
- Minimize Installation Time Command
- New Feature Command
- Edit MSIX projects through CLI
- Advanced Installer PowerShell Automation Interfaces
- Features and Functionality
- Tutorials
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Set Updates Url Command Option
Command Syntax
/SetUpdatesUrl <updates_url>
This command will set the Updates URL. Its equivalent UI option is “Updates URL” in the Updater page.
The Updater must be enabled in the Updater page for the command to succeed.
Parameters:
- <updates_url>
- Specifies the URL location of the updates configuration file.
Example:
AdvancedInstaller.com /edit MyProject.aip /SetUpdatesUrl http://www.example.com/download/updates.ini