Cadstd Lite v3.7.0 (2013)

Informations

Créateur Messages
malownu Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 18731
Wine: 1.2.2

Retours d'expérience

Description

CadStd is a general purpose, easy to learn CAD/drafting program for creating professional quality mechanical designs, house plans, blueprints, schematics and charts utilizing ANSI drawing standards.

Website.

Code source

#!/bin/bash
# Date : (2011-11-06 21-27)
# Last revision : (2013-06-21 22-17)
# Wine version used : 1.2.2
# Distribution used to test :
# Author : malownu & Tutul (update)

# CHANGELOG
# [SuperPlumus] (2013-06-21 22-17)
#   Clean code

[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"

TITLE="Cadstd Lite 3.7.0"
PREFIX="Cadstdlite370"
WORKING_WINE_VERSION="1.2.2"

POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "Apperson and Daughters" "http://www.cadstd.com/" "malownu" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "auto"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "http://www.cadstd.com/binaries/cslte361.exe" ""
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "cslte361.exe"
POL_Wine_WaitExit "$TITLE"

POL_Wine_SetVideoDriver

POL_System_TmpDelete

POL_Shortcut "cadstd.exe" "$TITLE" "Cadstd.png"

POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
Dadu042 Mercredi 8 Janvier 2020 à 13:02
Dadu042

Messages

Download link is break :  'Sorry, the page (/binaries/cslte361.exe) has moved.'

Réponses

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com