Skip to content

Fix Microsoft Store installer parameters - #196

Merged
tsouth89 merged 1 commit into
mainfrom
codex/fix-store-installer-parameters
Aug 1, 2026
Merged

Fix Microsoft Store installer parameters#196
tsouth89 merged 1 commit into
mainfrom
codex/fix-store-installer-parameters

Conversation

@tsouth89

@tsouth89 tsouth89 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • normalize Partner Center installer parameters to its 40-character maximum
  • preserve startup-prompt suppression and restart-required exit code 3010 inside the Inno installer
  • add a deterministic Store-package preparation regression test to local release checks and CI

Why

The v1.5.21 Store submission was rejected because the inherited 67-character InstallerParameters value exceeded Partner Center's maximum length of 40.

Validation

  • powershell.exe -ExecutionPolicy Bypass -NoProfile -File scripts\ci\test-store-submission-preparation.ps1
  • powershell.exe -ExecutionPolicy Bypass -NoProfile -File scripts\local-check.ps1 -ReleaseDoctor -Version 1.5.21
  • compiled rust/installer/codexbar.iss with Inno Setup 6

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 21 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: df88b25b-6e90-401d-981b-7fc44c6b71b3

📥 Commits

Reviewing files that changed from the base of the PR and between 548ab02 and 7d7c2b3.

📒 Files selected for processing (5)
  • .github/workflows/ci.yml
  • rust/installer/codexbar.iss
  • scripts/ci/test-store-submission-preparation.ps1
  • scripts/local-check.ps1
  • scripts/prepare-store-submission.ps1

Comment @coderabbitai help to get the list of available commands.

@tsouth89
tsouth89 marked this pull request as ready for review August 1, 2026 06:09
Copilot AI review requested due to automatic review settings August 1, 2026 06:09
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ceiling 7d7c2b3 Commit Preview URL

Branch Preview URL
Aug 01 2026, 06:14 AM

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a Microsoft Store (Partner Center) submission rejection by ensuring the generated Store package JSON uses installer parameters that fit Partner Center’s 40-character limit, while moving startup-prompt suppression and “restart required” (3010) signaling into the Inno Setup installer itself. It also adds a deterministic regression test to keep this behavior from regressing locally and in CI.

Changes:

  • Add a validated InstallerParameters input (max 40 chars) to Store submission preparation and assert it round-trips into the prepared JSON.
  • Update the Inno Setup script to suppress startup prompts and return exit code 3010 when a restart is required.
  • Add a CI/local-check regression test for Store submission preparation and installer script invariants.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
scripts/prepare-store-submission.ps1 Adds InstallerParameters handling (<=40 chars) and validates prepared output contains expected parameters.
scripts/local-check.ps1 Runs Store submission preparation regression test as part of -ReleaseDoctor.
scripts/ci/test-store-submission-preparation.ps1 New deterministic regression test covering JSON normalization + installer script invariants.
rust/installer/codexbar.iss Moves startup-prompt suppression and restart-required exit code behavior into the installer.
.github/workflows/ci.yml Runs the new Store submission preparation regression test in CI (Windows job).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread scripts/prepare-store-submission.ps1
@tsouth89
tsouth89 force-pushed the codex/fix-store-installer-parameters branch from 0561b44 to 7d7c2b3 Compare August 1, 2026 06:14
@tsouth89
tsouth89 merged commit f694951 into main Aug 1, 2026
11 checks passed
@tsouth89
tsouth89 deleted the codex/fix-store-installer-parameters branch August 1, 2026 06:18
@tsouth89 tsouth89 mentioned this pull request Aug 3, 2026
tsouth89 added a commit that referenced this pull request Aug 3, 2026
## Summary

Prepares **Ceiling 1.5.22**, carrying three changes merged since
v1.5.21:

- **#198** - Fix 1% usage reading as 100% across providers (OpenCode Go,
OpenCode, Qoder, Chutes, Sakana)
- **#197** - OpenCode Go monthly bar labeled "Monthly" instead of
"Extra"
- **#196** - Fix Microsoft Store installer parameters (40-char Partner
Center limit)

Bumps all version sources to 1.5.22 (build 124), moves the Unreleased
CHANGELOG section into a versioned 1.5.22 entry (adding the missing
#196/#197 notes), and adds `.github/release-notes-1.5.22.md`.

## Changes

- `CHANGELOG.md` - retitle Unreleased to `[Ceiling] 1.5.22 -
2026-08-03`, add #196/#197 entries
- `version.env` - `MARKETING_VERSION=1.5.22`, `BUILD_NUMBER=124`
- `rust/Cargo.toml`, `apps/desktop-tauri/src-tauri/Cargo.toml`,
`apps/desktop-tauri/package.json`,
`apps/desktop-tauri/src-tauri/tauri.conf.json`, `Cargo.lock` - version
1.5.22
- `.github/release-notes-1.5.22.md` - new release notes

## Validation

`powershell.exe -ExecutionPolicy Bypass -NoProfile -File
scripts\local-check.ps1 -All -Version 1.5.22` passes, including the
release doctor for 1.5.22 (all version sources consistent, CHANGELOG
mentions 1.5.22) and the Store submission preparation test. Expected
pre-tag warnings only: local tag v1.5.22, local release assets, and
GitHub release not found yet.

After this merges and checks are green, push annotated tag `v1.5.22` to
trigger the `Signed Windows Release` workflow.

Co-authored-by: tsouth89 <tsouth89@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants