Inno Setup
Informations
| Créateur | Messages |
|---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience2 0 DescriptionThis software is a installation system. Wikipedia. Code source#!/usr/bin/env playonlinux-bash # Date : (2010-01-03 10-00) # Last revision : (2019-12-14 07-04) # Wine version used : 4.0.3 # Distribution used to test : Linux Mint 19.2 # Author : Tinou ,congelli501, NSLW # CHANGELOG # [SuperPlumus] (2013-07-08 11-01) # Update POLv3 -> POLv4 # [Yaotl] (2019-12-14 07-04) # Fix invalid URL # Update Wine to 4.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Inno Setup" PREFIX="InnoSetup" WINEVERSION="4.0.3" POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/inno_setup/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 269 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jrsoftware.org/isinfo.php" "Tinou" "$PREFIX" POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.jrsoftware.org/download.php/is.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "is.exe" /SILENT /DIR="C:\Program Files\Inno Setup" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete POL_Shortcut "Compil32.exe" "$TITLE" POL_SetupWindow_Close exit |
Contributions
Filters:
Contribuer| Membre | Messages |
| Yaotl | Samedi 14 Décembre 2019 à 7:52 |
Yaotl
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,45 +1,41 @@ -#!/bin/bash +#!/usr/bin/env playonlinux-bash # Date : (2010-01-03 10-00) -# Last revision : (2013-07-08 11-01) -# Wine version used : N/A -# Distribution used to test : N/A +# Last revision : (2019-12-14 07-04) +# Wine version used : 4.0.3 +# Distribution used to test : Linux Mint 19.2 # Author : Tinou ,congelli501, NSLW # CHANGELOG # [SuperPlumus] (2013-07-08 11-01) # Update POLv3 -> POLv4 +# [Yaotl] (2019-12-14 07-04) +# Fix invalid URL +# Update Wine to 4.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Inno Setup" PREFIX="InnoSetup" -WINEVERSION="4.0" +WINEVERSION="4.0.3" POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/inno_setup/left.jpg" "$TITLE" POL_SetupWindow_Init +POL_SetupWindow_SetID 269 POL_Debug_Init -POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jordanr.dhs.org/" "Tinou" "$PREFIX" +POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jrsoftware.org/isinfo.php" "Tinou" "$PREFIX" + +POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." -POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_System_TmpCreate "$PREFIX" - -# Unicode -POL_SetupWindow_question "$(eval_gettext 'Do you want to install the unicode version of Inno Setup?')" "$TITLE" -if [ "$APP_ANSWER" = 'TRUE' ]; then - FILENAME="is-unicode.exe" -else - FILENAME="is.exe" -fi - cd "$POL_System_TmpDir" -POL_Download "http://www.jordanr.dhs.org/download.php/$FILENAME" "" +POL_Download "http://www.jrsoftware.org/download.php/is.exe" POL_Wine_WaitBefore "$TITLE" -POL_Wine "$FILENAME" /SILENT +POL_Wine "is.exe" /SILENT /DIR="C:\Program Files\Inno Setup" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2010-01-03 10-00) # Last revision : (2019-12-14 07-04) # Wine version used : 4.0.3 # Distribution used to test : Linux Mint 19.2 # Author : Tinou ,congelli501, NSLW # CHANGELOG # [SuperPlumus] (2013-07-08 11-01) # Update POLv3 -> POLv4 # [Yaotl] (2019-12-14 07-04) # Fix invalid URL # Update Wine to 4.0.3 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Inno Setup" PREFIX="InnoSetup" WINEVERSION="4.0.3" POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/inno_setup/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 269 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jrsoftware.org/isinfo.php" "Tinou" "$PREFIX" POL_RequiredVersion 4.3.4 || POL_Debug_Fatal "$TITLE won't work with $APPLICATION_TITLE $VERSION\nPlease update." POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "http://www.jrsoftware.org/download.php/is.exe" POL_Wine_WaitBefore "$TITLE" POL_Wine "is.exe" /SILENT /DIR="C:\Program Files\Inno Setup" POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete POL_Shortcut "Compil32.exe" "$TITLE" POL_SetupWindow_Close exit RéponsesSamedi 14 Décembre 2019 à 8:43
|
| Yaotl | Lundi 11 Mars 2019 à 22:47 |
Yaotl
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -14,6 +14,7 @@ TITLE="Inno Setup" PREFIX="InnoSetup" +WINEVERSION="4.0" POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/inno_setup/left.jpg" "$TITLE" POL_SetupWindow_Init @@ -21,8 +22,9 @@ POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jordanr.dhs.org/" "Tinou" "$PREFIX" +POL_System_SetArch "x86" POL_Wine_SelectPrefix "$PREFIX" -POL_Wine_PrefixCreate +POL_Wine_PrefixCreate "$WINEVERSION" POL_System_TmpCreate "$PREFIX" Nouveau code source#!/bin/bash
# Date : (2010-01-03 10-00)
# Last revision : (2013-07-08 11-01)
# Wine version used : N/A
# Distribution used to test : N/A
# Author : Tinou ,congelli501, NSLW
# CHANGELOG
# [SuperPlumus] (2013-07-08 11-01)
# Update POLv3 -> POLv4
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Inno Setup"
PREFIX="InnoSetup"
WINEVERSION="4.0"
POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/inno_setup/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jordanr.dhs.org/" "Tinou" "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WINEVERSION"
POL_System_TmpCreate "$PREFIX"
# Unicode
POL_SetupWindow_question "$(eval_gettext 'Do you want to install the unicode version of Inno Setup?')" "$TITLE"
if [ "$APP_ANSWER" = 'TRUE' ]; then
FILENAME="is-unicode.exe"
else
FILENAME="is.exe"
fi
cd "$POL_System_TmpDir"
POL_Download "http://www.jordanr.dhs.org/download.php/$FILENAME" ""
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILENAME" /SILENT
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
POL_Shortcut "Compil32.exe" "$TITLE"
POL_SetupWindow_Close
exit Réponses |
| andykimpe | Samedi 28 Juin 2014 à 6:41 |
andykimpe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. MessagesSystème d'exploitation : Ubuntu 14.04 trusty LTS Differences@@ -37,7 +37,7 @@ cd "$POL_System_TmpDir" POL_Download "http://www.jordanr.dhs.org/download.php/$FILENAME" "" POL_Wine_WaitBefore "$TITLE" -POL_Wine "$FILENAME" +POL_Wine "$FILENAME" /SILENT POL_Wine_WaitExit "$TITLE" POL_System_TmpDelete Nouveau code source#!/bin/bash
# Date : (2010-01-03 10-00)
# Last revision : (2013-07-08 11-01)
# Wine version used : N/A
# Distribution used to test : N/A
# Author : Tinou ,congelli501, NSLW
# CHANGELOG
# [SuperPlumus] (2013-07-08 11-01)
# Update POLv3 -> POLv4
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="Inno Setup"
PREFIX="InnoSetup"
POL_GetSetupImages "" "http://files.playonlinux.com/resources/setups/inno_setup/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "JR Software" "http://www.jordanr.dhs.org/" "Tinou" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
POL_System_TmpCreate "$PREFIX"
# Unicode
POL_SetupWindow_question "$(eval_gettext 'Do you want to install the unicode version of Inno Setup?')" "$TITLE"
if [ "$APP_ANSWER" = 'TRUE' ]; then
FILENAME="is-unicode.exe"
else
FILENAME="is.exe"
fi
cd "$POL_System_TmpDir"
POL_Download "http://www.jordanr.dhs.org/download.php/$FILENAME" ""
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILENAME" /SILENT
POL_Wine_WaitExit "$TITLE"
POL_System_TmpDelete
POL_Shortcut "Compil32.exe" "$TITLE"
POL_SetupWindow_Close
exit RéponsesMercredi 2 Juillet 2014 à 17:39
Mercredi 2 Juillet 2014 à 22:54
Mercredi 2 Juillet 2014 à 23:14
|
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
Installer ce programme