WasatchPhotonics / ENLIGHTEN

Open-source spectroscopy application for controlling and taking measurements from Wasatch Photonics spectrometers.
https://wasatchphotonics.com/product-category/software/
MIT License
3 stars 6 forks source link

innosetup support win11 #344

Closed samiebee43 closed 9 months ago

samiebee43 commented 9 months ago

I'm not certain that this is what did it, but if I recall correctly, the following would work on win10 but not win11.

$ scripts\bootstrap.bat pyinstaller
...
$ scripts\bootstrap.bat innosetup
...

When I changed the innosetup build task to contain pyinstaller then it seems to have worked even on Win11.