Applications

Choose a category

accessories
Accessories
development
Development
education
Education
games
Games
graphics
Graphics
internet
Internet
multimedia
Multimedia
office
Office
other
Other

Notepad

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cd $REPERTOIRE/tmp
rm *.jpg
wget $SITE/setups/np/left.jpg
POL_SetupWindow_Init "" "$REPERTOIRE/tmp/left.jpg"

POL_SetupWindow_presentation "Notepad++" "Notepad++" "http://notepad-plus.sourceforge.net/" "Tinou" "NotepadPlusPlus" 1 4

select_prefixe "$REPERTOIRE/wineprefix/NotepadPlusPlus/"
POL_SetupWindow_prefixcreate

Set_OS "winxp"
cd $REPERTOIRE/tmp

POL_SetupWindow_download "Please wait while notepad++ is downloaded" "Notepad++" "$SITE/divers/npp.4.9.2.Installer.exe"

POL_SetupWindow_wait_next_signal "Please wait while notepad++ is installed" "Notepad++"
wine "npp.4.9.2.Installer.exe" /silent
POL_SetupWindow_detect_exit

POL_SetupWindow_reboot

POL_SetupWindow_make_shortcut "NotepadPlusPlus" "Program Files/Notepad++" "notepad++.exe" "NotepadPlusPlus.xpm" "Notepad++"
POL_SetupWindow_message "Notepad++ has been successfully installed" "Notepad++"
POL_SetupWindow_Close
exit

Il n'y a rien à voir ici