added autoinstall/dialux

This commit is contained in:
Sergey Palcheh
2025-12-29 16:05:43 +06:00
parent 41d43e5a94
commit f5fa57e529
2 changed files with 21 additions and 0 deletions

21
autoinstall/dialux Normal file
View File

@@ -0,0 +1,21 @@
#!/usr/bin/env bash
# info_ru: Программное обеспечение для 3D-графики, предназначенное для проектирования освещения. (Версия 4.4.0.2)
########################################################################
export WH_WINE_USE="wine_x_tkg_10-0_i586"
export WINEPREFIX="dialux"
export PROG_NAME="DIALux"
export PROG_ICON="dialux"
export BASE_PFX="none"
export WH_WINDOWS_VER="7"
export WINEARCH="win32"
export INSTALL_DLL="mdac28 jet40 dotnet20sp1 vcrun2010 gdiplus ie8"
AUTOINSTALL_SETUP="/home/minergenon/Загрузки/dia/Dialux/DIALux_4402_Admin_Setup.exe"
prepair_wine
wine_run_install "${AUTOINSTALL_SETUP}"
WIN_FILE_EXEC="$DRIVE_C/Program Files/DIALux/DIALux.exe"
create_desktop "$PROG_NAME" "$WIN_FILE_EXEC" "$PROG_ICON"

BIN
image/dialux.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB