2 hours ago2 hr Winzard-PIWInspired by the philosophy of WPI, Winzard-PIW is a modular post-install tool for Windows 10/11 designed to automate software deployment after a clean installation.The goal is not to replace WPI, but to explore a modern structured workflow adapted to current Windows environmentsConceptPIW focuses on:Local (offline) executionModular catalogue-based configurationClear separation between configuration and deploymentTransparent script-driven behaviorNo installer redistribution.No hidden background activity.All actions are user-triggered and executed locally.ArchitectureThe project is divided into two components:PIW-BuilderGenerates structured JSON cataloguesHandles silent switch detection (local analysis inspired by USSF logic, with optional metadata fallback when available)Prepares reproducible configuration profilesPIW-DeployInstalls EXE / MSI applicationsDeploys portable applicationsExecutes based on selected JSON profilesThis separation keeps the architecture clean and easier to maintain.Current StatusVersion: v1.5.1 AlphaRecent improvements:Complete Builder / Deploy separationImproved silent detection pipelineRemoval of legacy wrappersCleaned folder structureFully English interfaceA local stress test (29 applications) was completed successfully, validating the full workflow from detection to deployment.Development LogThis topic will also serve as a development log for future updates.Upcoming areas of exploration include:Optional .reg support (user-controlled execution)Installation priority managementRefinement of catalogue and profile handlingLong-term, a lightweight GUI layer may be developed (likely in Pascal/Delphi), acting above the existing .bat, .ps1 and .json structure without replacing the script-based core.The main objective remains architectural clarity, modularity and user control.DownloadLatest Alpha available on SourceForge: https://sourceforge.net/projects/postinstallwizzard-piw/Feedback from WPI users is welcome. Edited 2 hours ago2 hr by lokiju665 Project renamed for clarity.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.