PowerShell version removed — will use OV code signing certificate instead.
Files moved back from src/ to project root.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- New powershell/InstaSoftOfficeTool.ps1: single-file WPF GUI version
- Same Fluent Design UI, no compilation needed
- Runs on any Windows 7+ with PowerShell 5.1 (built-in)
- Chrome won't flag .ps1 files as "rarely downloaded"
- Auto-elevates to admin
- Moved C# source to src/ subfolder
- Updated .gitignore for nested bin/obj folders
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Direct CDN download (officecdn.microsoft.com/pr/wsus/setup.exe) instead of broken fwlink redirect
- HttpClient with proper redirect handling, content-type check, file size validation
- Selective C2R removal: each product listed separately, only checked items removed
- OfficeDetector splits ProductReleaseIds into individual entries
- Display Level="Full" for removal (shows Microsoft progress UI)
- Confirmation dialog before removal on all pages
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- New PreInstallCheckPage between Summary and Progress
- Detects existing Office installs, offers removal before new install
- License cleanup option included
- Skip button to proceed without removal
- Auto-proceeds to install after removal completes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>