cd src pyinstaller --onefile --add-data "install/Common.py:install" .\install\InstallMariaDB.py pyinstaller --onefile --add-data "install/Common.py:install" --add-data "datas/nssm.exe:datas" --add-data "datas/electromagnetic.jar:datas" --add-data "datas/init.sql:datas" .\install\InstallOrUpgradeComacDB.py pyinstaller --onefile .\install\Uninstall.py pyinstaller --onefile .\install\SetFile.py