Ensure that the OpenRefine Windows Installer version is created correctly (uses INNO Setup - .iss file, etc.) and verify the installer can install OpenRefine
Author: thadguidryCreated Jan 18, 2025Updated Sep 2, 2026
LabelsPlatform: Windowspackaging
- After #7076 which will allow anyone to create the Windows distribution files on a Windows system:
- Run the command
./refine.bat distwhich will compile the source files and create a Windows installer (INNO) binary (and other files) in the/targetfolder. - Run the installer and ensure it displays the correct version in its title bar.
- Ensure the destination path remains as
C:\Program Files (x86)\OpenRefine.
- Run the command
Source: OpenRefine/OpenRefine