Tool for finding and highlighting differences between excel files
- Get the latest release of
Delta2_setup.exe
. - The installer will install the
run_delta2.exe
into desired location and create a shortcut on the desktop.
- Install requirements
pip install -r requirements.txt
- Run the script
python run_delta2.py
- Pack to run_delta2.exe
pyinstaller run_delta2.py --distpath InnoSetup/dist --noconsole --add-data="images;images" --icon=InnoSetup\delta.ico
- Run run_delta2.exe from
InnoSetup\dist\run_delta2\run_delta2.exe
- Asseble a python bundle first
- Install Inno Setup
- Change directory and open
delta2\InnoSetup\Inno_setup_script.iss
with InnoSetup - Run build
- The packed installer is located in
delta2\InnoSetup\dist\Delta2_setup.exe