forked from CastroFidel/winehelper
added autoinstall/dialux
This commit is contained in:
21
autoinstall/dialux
Normal file
21
autoinstall/dialux
Normal 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
BIN
image/dialux.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user