Vous êtes ici
Adobe Fireworks MX
Informations
Créateur | Messages |
---|---|
dlzerocool
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionBitmap and vector graphics editor, 2004. Wikipedia. Code source#!/bin/bash #INIT SCRIPT PLAYONLINUX.COM #Is playonlinux running? if [ "$PLAYONLINUX" = "" ] then exit 0 fi #Load & Check dependencies source "$PLAYONLINUX/lib/sources" cfg_check #Cleaning temp directory: cd $REPERTOIRE/tmp rm *.* #Downloading necessary files and text setup #wget "http://medias.jeuxonline.info/www/logos/295/32.jpg" #wget "http://medias.jeuxonline.info/www/captures/295/0/5020-160.jpg" ##Translation: if [ "$POL_LANG" == "fr" ]; then INSTALL="En attente de l'installation de Fireworks MX..." FINISH="Fireworks MX à été installé avec succes." WARNING="Pour pouvoir installer le produit Macromedia Fireworks MX,\nvous devez télécharger le fichier .exe à cette adresse:\nhttp://www.soft32.com/Download/free-trial/Macromedia_Fireworks_MX/4-351-1.html" FILELOCATION="Veuillez selectionner le fichier .exe d'installation." else INSTALL="Installing Fireworks MX..." FINISH="Fireworks MX has been sucessfully installed." WARNING="To be able to install Macromedia Fireworks MX product,\nyou need to download the file .exe at this address:\nhttp://www.soft32.com/Download/free-trial/Macromedia_Fireworks_MX/4-351-1.html" FILELOCATION="Please select the .exe installation file." fi #----------------------------------------------------------------------------------- #Init script v_3 Fireworks MX #----------------------------------------------------------------------------------- POL_SetupWindow_Init "" "" #Game and script presentation POL_SetupWindow_presentation "Fireworks MX" "Adobe Macromedia" "http://www.macromedia.com/software/fireworks/" "dl.bonsai" "FireworksMX" browser "http://www.soft32.com/Download/free-trial/Macromedia_Fireworks_MX/4-351-1.html" POL_SetupWindow_message "$WARNING" "Fireworks MX" # playonlinux_install_directory select_prefixe "$REPERTOIRE/wineprefix/Fireworks MX" POL_SetupWindow_prefixcreate POL_SetupWindow_reboot # Fireworks MX Install POL_SetupWindow_browse "$FILELOCATION" "Fireworks MX" FILE="$APP_ANSWER" POL_SetupWindow_wait_next_signal "$INSTALL" "Fireworks MX" wine $FILE POL_SetupWindow_detect_exit #Shortcut POL_SetupWindow_make_shortcut "FireworksMX" "Program Files/Macromedia/Fireworks MX 2004/" "Fireworks.exe" "" "Fireworks MX" POL_SetupWindow_message "$FINISH" "Fireworks MX" POL_SetupWindow_Close #----------------------------------------------------------------------------------- #End script v_3 Fireworks MX #----------------------------------------------------------------------------------- exit |
Contributions
Filters:
ContribuerMembre | Messages |
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