# PrismCAD MSI installer

`Build-PrismCadMsi.ps1` creates a per-user Windows Installer package containing the full PrismCAD AutoCAD bundle, including the local Python runtime and the production licensing public key.

Build it from the repository root:

```powershell
powershell -ExecutionPolicy Bypass -File .\installer\Build-PrismCadMsi.ps1 -Configuration Release
```

The MSI is written to `artifacts\installer\PrismCAD-Release.msi`. Double-click it to install for the current user. It installs PrismCAD to `%LOCALAPPDATA%\Autodesk\ApplicationPlugins\PrismCAD.bundle`; restart AutoCAD after installation.

The MSI is not Authenticode-signed by the build script. Sign the final MSI with the publisher’s code-signing certificate before public distribution.
