Skip to content

What the AI Assistant Can Do

The AI Assistant has access to a comprehensive set of tools that let it read, analyze, and propose changes to virtually every aspect of your installer project. This page describes each capability area in detail.


The AI can read and modify over 100 project settings across 21 categories:


The AI can work with your project’s file collection through the File Manager:

CapabilityDetails
List componentsView all components with their properties and file counts
Create componentsSet title, description, and other properties
Link to source foldersEnable automatic synchronization
Set file masksInclude or exclude specific file types (e.g., *.dll;*.exe or *.pdb;*.log)
Configure propertiesRequired, default selection, display visibility, storing path mode
Search filesFind files across all components

ActionDetails
ListView all project variables with their types and values
AddCreate new variables (string, path, or boolean types)
EditModify existing variable values and properties
DeleteRemove custom variables

The AI understands how variables are used in custom actions and settings.


  • Query resource strings across all languages in the project
  • Add or modify translations for specific strings
  • Manage language collections — list languages, view string coverage
  • Works with both global (predefined) and custom resource strings

  • View all registry entries configured in the project
  • Add new registry keys and values (string, DWORD, binary, expandable string)
  • Modify existing registry entries
  • Delete registry entries
  • Automatically adapts registry root (HKCU/HKLM) based on installation scope

  • Query all configured Start Menu and Desktop shortcuts
  • Add new shortcuts with target path, arguments, icon, working directory
  • Modify shortcut properties
  • Delete shortcuts
  • Shortcut locations adapt to installation scope (user vs. common Start Menu/Desktop)

The AI can read and modify HTML content for the five installer screens:

ScreenLink
Welcome screenConfigure
License / End-User AgreementConfigure
Readme (before installation)Configure
Readme (after installation)Configure
Final screenConfigure

The AI has full access to the custom action system:

CapabilityDetails
Query actionsList and inspect actions across all 15 events (Initialization, Before Extraction, After Extraction, Finalization, etc.)
Add actionsChoose from over 60 action types — shortcuts, registry, conditions, dialogs, file operations, and more
Update propertiesModify any published property via its exact name
OrganizeDelete, move, duplicate, and enable/disable actions
ValidateCheck If/Then nesting, For/Next loops, and required property completeness

The AI can perform full-text search across the entire Paquet Builder documentation. It searches the docs before answering how-to questions, ensuring answers are grounded in official documentation rather than guesswork.

Simply ask “How do I…?” and the AI will look up the relevant help topic.


The AI can open pages and dialogs directly in the application:

  • Open any settings page — compression, signing, scope, output, and all others
  • Open the File Manager — for managing files and components
  • Open the Custom Actions editor — for working with custom actions
  • Propose opening modal editors via action cards (so you can confirm before the dialog appears)

ActionDescription
CompileBuild the project into an installer package
Full RebuildForce a complete rebuild (ignoring cache)
SaveSave the current project
RunExecute the compiled package
Quick TestBuild without compression or signing (for testing)
Open Output FolderOpen the output directory in Windows Explorer

After compilation, the AI can also retrieve and analyze the build log to help troubleshoot errors and warnings.


Send a screenshot of the current window to the AI for visual context analysis. This is useful when:

  • You need help understanding a dialog or settings page
  • You want the AI to see what you’re looking at
  • You’re troubleshooting a visual issue in your installer preview

The screenshot captures the active settings page or dialog window.


ToolDescription
get_project_infoComprehensive overview of the current project
get_settingRead the value of any project setting
set_settingPropose a change to a project setting
get_setting_infoDetailed info about a setting (type, effects, dependencies)
find_relevant_settingsSearch settings by intent (English or French)
navigate_to_pageOpen a settings page or dialog in the application