Expert-Level Installation Suite
Expert-Level Installation Suite
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
- Advanced Installer PowerShell Automation Interfaces
* IAdvancedInstaller
* IAdvinstLicenseInfo
* IAdvinstProjectTypes
* IAdvinstProject
* IProductDetails
* IFolder
* ILaunchConditionsComponent
* IFilesComponent
* IIniFilesComponent
* IShortcut
* ITempFile
* IXmlFile
* IDirectoryMember
* IRegistryComponent
* IInstallParameters
* IBuildComponent
* ITextFileUpdatesComponent
* ITextUpdateFile
* ITextUpdateAppendOrCreate
* ITextUpdateReplace
* IFileAssociations
* IDefaultProgramFA
* IExtensionFA
* IProgIdFA
* IVerbFA
* IEnvironment
* IEnvironmentVariable
* IProductCode
* IUpgradeCode
* IMergeModulesComponent
* IMergeModule
* IDigitalSignature
* ICustomActionsComponent
* ITranslationsComponent
* IDriversComponent
* ISearch
* IServices
* IOrganizationComponent
* IComComponent
* IRemoveFilesComponent
* IRemoveFile
* IUpdatesProject
* IUpdaterComponent
* IPatchProject
* IPropertyComponent
* IProperty
* IPathVariable
* IMsixComponent
* IMsixDependencies
* IMsixDriverDependency
* IMsixDriverConstraint
* IMsixExternalDependency
* IMsixPackageDependency
- Features and Functionality
- Tutorials
- Samples
- How-tos
- FAQs
- Windows Installer
- Deployment Technologies
- IT Pro
- MSIX
- Video Tutorials
- Advanced Installer Blog
- Table of Contents
Disclaimer: This post includes affiliate links
If you click on a link and make a purchase, I may receive a commission at no extra cost to you.
IAdvancedInstaller
The main interface entry point to work with Advanced Installer using automation commands. This interface represents Advanced Installer project picker and is used to create or load a project.
Declaration
IAdvancedInstaller : IDispatch
Properties
IAdvinstLicenseInfo LicenseInfo - Gets an object that contains information about advanced installer license.
IAdvinstProjectTypes ProjectTypes - Gets an object that contains different project types.
Methods
CreateProject (AdvinstProjectLicenseType = 1) returns IAdvinstProject or IUpdatesProject depending on the project type argument
- Creates a new Advanced Installer project. Using the default parameter it will create a simple project.
CreateProjectS (String = “simple”) returns IAdvinstProject or IUpdatesProject depending on the project type argument
- Creates a new Advanced Installer project. Using the default parameter it will create a simple project.
LoadProject (String target) return IAdvinstProject or IUpdatesProject depending on the project type loaded
- Loads an Advanced Installer project.
See also
Topics
- IAdvinstLicenseInfo
Lincese info interface - IAdvinstProjectTypes
Project Types interface
Did you find this page useful?
Please give it a rating:
Thanks!
Report a problem on this page
Information is incorrect or missing
Information is unclear or confusing
Something else
Can you tell us what’s wrong?
Send message
Also read:
- [New] Decoding Photopea's Art of Backdrop Elimination for 2024
- [New] DJ Delight Choosing Ultimate Event Videos for 2024
- [Updated] Breaking the Mold How to Create a Standout YouTube Channel Name for 2024
- [Updated] Step-By-Step Guide to Add Clearer Subtitles on YouTube
- Comment Activer/Désactiver La Fonction TRIM Pour Les SSDs Sous Windows 11
- Cómo Recuperar Particiones Borradas en Windows 7 Sin Perder Datos: Un Guía Paso a Paso
- Effective Solutions for When Windows 10 Freezes Post Initial Launch: Expert Tips and Tricks
- Effective Techniques for Creating a Complete Windows 11 System Backup Using DVD
- Fix: Why Your Latest Word Documents Won't Appear in Recent Files
- How to Repair Damaged Disk Partitions in Windows 11, 10, 8, and 7
- In 2024, Easy Steps on How To Create a New Apple ID Account On Apple iPhone 15 Pro Max
- In 2024, Syncing Soundscapes to Pixelated Portraits
- Lenovo Tab M10 FHD Plus (2020) Review
- MKV playback issues on Motorola Moto G34 5G
- Seamlessly Cloning Windows Server 2016 Onto New SSDs - Skip the Reinstall Hurdle!
- Standaardprocedures Voor Het Herstel Van Verloren Gegevens Op Een Externe Harde Schijf
- Understanding AI Intellectual Property Rights
- Title: Expert-Level Installation Suite
- Author: Stephen
- Created at : 2024-10-09 20:28:13
- Updated at : 2024-10-17 03:24:58
- Link: https://fox-place.techidaily.com/expert-level-installation-suite/
- License: This work is licensed under CC BY-NC-SA 4.0.