Altium Designer 16

Informations

Creator Message
brosnanyuen Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 3551
Wine: 1.8

Feedbacks

Description

Altium Designer is an EDA for making PCBs. Supports making custom libraries and components. Wikipedia.

Source code

#!/usr/bin/env playonlinux-bash
# Date : (2016-01-10 13-39)
# Last revision : (2016-01-10 13-39)
# Wine version used : 1.8
# Distribution used to test : Manjaro 2016-01-05
# Author : Brosnan Yuen
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Altium Designer 16"
 
PREFIX="AltiumDesigner16"
 
POL_SetupWindow_Init
 
POL_SetupWindow_message "$TITLE" "$(eval_gettext 'Download installer at') http://www.altium.com/"
 
POL_SetupWindow_browse "$(eval_gettext 'Setup location:')" "$(eval_gettext 'File selection')"
 
POL_Wine_SelectPrefix "$PREFIX"

POL_Wine_PrefixCreate "1.8"

Set_OS "win7"
 
POL_Call POL_Install_corefonts
 
POL_Call POL_Install_dotnet40
 
POL_Call POL_Install_mdac28
 
POL_SetupWindow_wait "$(eval_gettext 'Complete installer')" "$TITLE"
 
POL_Wine start /unix "$APP_ANSWER"

POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "DXP.exe" "$TITLE"
 
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
brosnanyuen Sunday 10 January 2016 at 22:55
brosnanyuen Anonymous

Information

This update has been approved by the team.

Message

Some fixes

Differences

@@ -0,0 +1,41 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2016-01-10 13-39)
+# Last revision : (2016-01-10 13-39)
+# Wine version used : 1.8
+# Distribution used to test : Manjaro 2016-01-05
+# Author : Brosnan Yuen
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="Altium Designer 16"
+ 
+PREFIX="AltiumDesigner16"
+ 
+POL_SetupWindow_Init
+ 
+POL_SetupWindow_message "$TITLE" "$(eval_gettext 'Download installer at') http://www.altium.com/"
+ 
+POL_SetupWindow_browse "$(eval_gettext 'Setup location:')" "$(eval_gettext 'File selection')"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+
+POL_Wine_PrefixCreate "1.8"
+
+Set_OS "win7"
+ 
+POL_Call POL_Install_corefonts
+ 
+POL_Call POL_Install_dotnet40
+ 
+POL_Call POL_Install_mdac28
+ 
+POL_SetupWindow_wait "$(eval_gettext 'Complete installer')" "$TITLE"
+ 
+POL_Wine start /unix "$APP_ANSWER"
+
+POL_Wine_WaitExit "$TITLE"
+ 
+POL_Shortcut "DXP.exe" "$TITLE"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2016-01-10 13-39)
# Last revision : (2016-01-10 13-39)
# Wine version used : 1.8
# Distribution used to test : Manjaro 2016-01-05
# Author : Brosnan Yuen
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Altium Designer 16"
 
PREFIX="AltiumDesigner16"
 
POL_SetupWindow_Init
 
POL_SetupWindow_message "$TITLE" "$(eval_gettext 'Download installer at') http://www.altium.com/"
 
POL_SetupWindow_browse "$(eval_gettext 'Setup location:')" "$(eval_gettext 'File selection')"
 
POL_Wine_SelectPrefix "$PREFIX"

POL_Wine_PrefixCreate "1.8"

Set_OS "win7"
 
POL_Call POL_Install_corefonts
 
POL_Call POL_Install_dotnet40
 
POL_Call POL_Install_mdac28
 
POL_SetupWindow_wait "$(eval_gettext 'Complete installer')" "$TITLE"
 
POL_Wine start /unix "$APP_ANSWER"

POL_Wine_WaitExit "$TITLE"
 
POL_Shortcut "DXP.exe" "$TITLE"
 
POL_SetupWindow_Close
exit

Replies

brosnanyuen Sunday 10 January 2016 at 22:14
brosnanyuen Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Opps I forgot to add the source code.
 

Differences

@@ -0,0 +1,37 @@
+#!/usr/bin/env playonlinux-bash
+# Date : (2016-01-10 13-39)
+# Last revision : (2016-01-10 13-39)
+# Wine version used : 1.8
+# Distribution used to test : Manjaro 2016-01-05
+# Author : Brosnan Yuen
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+
+TITLE="Altium Designer 16"
+
+PREFIX="AltiumDesigner16"
+
+POL_SetupWindow_Init
+
+POL_SetupWindow_message "$TITLE" "$(eval_gettext 'Download installer at') http://www.altium.com/"
+
+POL_SetupWindow_browse "$(eval_gettext 'Setup location:')" "$(eval_gettext 'File selection')"
+
+POL_Wine_SelectPrefix "$PREFIX"
+
+POL_Wine_PrefixCreate "1.8"
+
+POL_Call POL_Install_corefonts
+
+POL_Call POL_Install_dotnet40
+
+POL_Call POL_Install_mdac28
+
+POL_SetupWindow_wait "$(eval_gettext 'Complete installer')" "$TITLE"
+
+POL_Wine start /unix "$APP_ANSWER"
+
+POL_Shortcut "altium.exe" "$TITLE"
+
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/usr/bin/env playonlinux-bash
# Date : (2016-01-10 13-39)
# Last revision : (2016-01-10 13-39)
# Wine version used : 1.8
# Distribution used to test : Manjaro 2016-01-05
# Author : Brosnan Yuen
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Altium Designer 16"

PREFIX="AltiumDesigner16"

POL_SetupWindow_Init

POL_SetupWindow_message "$TITLE" "$(eval_gettext 'Download installer at') http://www.altium.com/"

POL_SetupWindow_browse "$(eval_gettext 'Setup location:')" "$(eval_gettext 'File selection')"

POL_Wine_SelectPrefix "$PREFIX"

POL_Wine_PrefixCreate "1.8"

POL_Call POL_Install_corefonts

POL_Call POL_Install_dotnet40

POL_Call POL_Install_mdac28

POL_SetupWindow_wait "$(eval_gettext 'Complete installer')" "$TITLE"

POL_Wine start /unix "$APP_ANSWER"

POL_Shortcut "altium.exe" "$TITLE"

POL_SetupWindow_Close
exit

Replies

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