# RWP Companion Setup Project This directory contains the Inno Setup script for building a setup package for [RWP Companion](https://github.com/Greenfield-Investments/rwp-companion). ## Additional Notes 1. When building the RWP Companion setup package, the `PublishPath` pre-processor variable in the Inno Setup script ([rwp-companion_Setup.iss](rwp-companion_Setup.iss)) should be set to the publish directory created after publishing the application from Visual Studio. 2. When building the RWP Companion setup package, the `MyAppVersion` pre-processor variable will be set by the output of the [Generate_Version.ps1](Generate_Version.ps1) PowerShell script, which reads the Git repository info in the `PublishPath` directory, combined with the compiled EXE's version string.