developer-delphi-windows-msix_V1.0.0

Package Delphi/FPC Windows applications into signed MSIX files.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-windows-msix-v1-0-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-delphi-windows-msix_V1.0.0
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/developer-delphi-windows-msix_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-windows-msix-v1-0-0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a complete, end-to-end framework for packaging Delphi/FPC Windows applications into MSIX, consolidating project configuration, AppxManifest creation, Deployment Manager setup, signing, sideload testing, and store submission workflows into a single, repeatable process.

Core Features & Use Cases

  • Covers IDE-based MSIX enablement (via Project > Deployment) and essential properties in AppxManifest.xml for Win64 Delphi/FPC apps
  • Includes Deployment Manager guidance for including runtime dependencies and assets within the MSIX
  • Provides step-by-step sideloading, signing, WACK testing, and delta-versus-store considerations, plus templates for quick adoption

Quick Start

Follow the MSIX packaging workflow described in the sections above to generate a signed MSIX ready for sideload or Store submission.

Frequently Asked Questions about developer-delphi-windows-msix_V1.0.0

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I package a Delphi Windows application into MSIX?

You package a Delphi application into MSIX by enabling MSIX via Project > Deployment, configuring AppxManifest.xml, setting up Deployment Manager for dependencies, and following the signing and sideload testing workflow.

What is the best way to configure AppxManifest.xml for Win64 Delphi apps?

The best way to configure AppxManifest.xml for Win64 Delphi apps involves setting essential manifest properties required by the MSIX format, utilizing provided templates to ensure correct manifest creation for deployment.

Does this MSIX packaging workflow support Free Pascal (FPC) applications?

Yes, this MSIX packaging workflow supports Free Pascal (FPC) applications, providing a comprehensive framework to configure projects, create manifests, manage runtime dependencies, and prepare for store submission.

How do I include runtime dependencies in an MSIX package using Deployment Manager?

To include runtime dependencies in an MSIX package, use the Deployment Manager guidance provided to bundle necessary assets and runtime files within the MSIX, ensuring all required components are packaged for sideload or store deployment.

What are the steps for sideload testing and WACK validation before MSIX store submission?

Sideloading and WACK validation before store submission involve testing the signed MSIX locally and running the Windows App Certification Kit, following delta-versus-store considerations to ensure compliance before final submission.

Why do I need code signing for MSIX sideload testing?

Code signing is required for MSIX sideload testing to verify package integrity and allow local Windows installation, with the workflow guiding you through generating a signed MSIX package ready for sideload deployment.