IZArc v3.81 (2007)

Informations

Creator Wiadmości
Quentin PÂRIS Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 18398
Wine: 3.0.3

Feedbacks

Description

IZArc is a freeware archive utility (website) supporting many archive formats like: 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA, C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG, PAK, PDI, PK3, RAR, RPM, TAR, TAZ, TBZ, TGZ, TZ, UUE, WAR, XXE, YZ1, Z, ZIP, ZOO.
WARNING : Wine may introduce some problems with this program !

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2011-11-07 20-54)
# Last revision : see changelog
# Wine version used : 3.0.3
# Distribution used to test :
# Author : Tinou & Tutul (update)
 
# CHANGELOG
# [Quentin] (2011-11-07 20-54)
#   Initial script
# [SuperPlumus] (2013-06-23 20-38)
#   gettext
#   clean code
# [Dadu042] (2020-01-08 13-15) (tested with IZArc v3.81, 2007)
#   Improve POL_Shortcut
#   Wine 1.2.2 -> 3.0.3
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="IZArc"
PREFIX="IZArc"
WORKING_WINE_VERSION="3.0.3"
 
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/izarc/top.jpg" "http://files.playonlinux.com/resources/setups/izarc/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "mirc" "http://www.izarc.org/" "Tinou" "$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 "$SITE/divers/IZArc_Setup.exe" "6b5bb047423c5b21808a27d8d7da7030"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "IZArc_Setup.exe"
POL_Wine_WaitExit "$TITLE"
 
# POL_Wine_SetVideoDriver
 
POL_System_TmpDelete
 
POL_Shortcut "IZArc.exe" "$TITLE" "" "" "Utility;"
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Wiadmości
Dadu042 Wednesday 8 January 2020 at 13:27
Dadu042

Information

This update has been approved by the team.

Differences

@@ -1,45 +1,50 @@
 #!/bin/bash
 # Date : (2011-11-07 20-54)
-# Last revision : (2013-06-23 20-38)
-# Wine version used : 1.2.2
+# Last revision : see changelog
+# Wine version used : 3.0.3
 # Distribution used to test :
 # Author : Tinou & Tutul (update)
-
+ 
 # CHANGELOG
+# [Quentin] (2011-11-07 20-54)
+#   Initial script
 # [SuperPlumus] (2013-06-23 20-38)
 #   gettext
 #   clean code
-
+# [Dadu042] (2020-01-08 13-15) (tested with IZArc v3.81, 2007)
+#   Improve POL_Shortcut
+#   Wine 1.2.2 -> 3.0.3
+ 
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
-
+ 
 TITLE="IZArc"
 PREFIX="IZArc"
-WORKING_WINE_VERSION="1.2.3"
-
+WORKING_WINE_VERSION="3.0.3"
+ 
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/izarc/top.jpg" "http://files.playonlinux.com/resources/setups/izarc/left.jpg" "$TITLE"
 POL_SetupWindow_Init
 POL_Debug_Init
-
+ 
 POL_SetupWindow_presentation "$TITLE" "mirc" "http://www.izarc.org/" "Tinou" "$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 "$SITE/divers/IZArc_Setup.exe" "6b5bb047423c5b21808a27d8d7da7030"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine start /unix "IZArc_Setup.exe"
 POL_Wine_WaitExit "$TITLE"
-
-POL_Wine_SetVideoDriver
-
+ 
+# POL_Wine_SetVideoDriver
+ 
 POL_System_TmpDelete
-
-POL_Shortcut "IZArc.exe" "$TITLE" "IZArc.png"
-
+ 
+POL_Shortcut "IZArc.exe" "$TITLE" "" "" "Utility;"
+ 
 POL_SetupWindow_Close
-exit
\ No newline at end of file
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2011-11-07 20-54)
# Last revision : see changelog
# Wine version used : 3.0.3
# Distribution used to test :
# Author : Tinou & Tutul (update)
 
# CHANGELOG
# [Quentin] (2011-11-07 20-54)
#   Initial script
# [SuperPlumus] (2013-06-23 20-38)
#   gettext
#   clean code
# [Dadu042] (2020-01-08 13-15) (tested with IZArc v3.81, 2007)
#   Improve POL_Shortcut
#   Wine 1.2.2 -> 3.0.3
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="IZArc"
PREFIX="IZArc"
WORKING_WINE_VERSION="3.0.3"
 
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/izarc/top.jpg" "http://files.playonlinux.com/resources/setups/izarc/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "mirc" "http://www.izarc.org/" "Tinou" "$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 "$SITE/divers/IZArc_Setup.exe" "6b5bb047423c5b21808a27d8d7da7030"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "IZArc_Setup.exe"
POL_Wine_WaitExit "$TITLE"
 
# POL_Wine_SetVideoDriver
 
POL_System_TmpDelete
 
POL_Shortcut "IZArc.exe" "$TITLE" "" "" "Utility;"
 
POL_SetupWindow_Close
exit 0

Odpowiedzi