Вы находитесь здесь

PSPad

Informations

Creator Message
daniil_filipov Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 9105
Wine: System

Feedbacks

Description

PSPad - text editor for developers for Microsoft Windows systems.

 

The universal (freeware) text editor, useful for people who:

  • work with plain text - the editor has a wealth of formatting functions, including a spell checker
  • create web pages - as a web authoring editor, PSPad contains many unique tools that save your time
  • want to use a good IDE for their compiler - PSPad catches and parses compiler output, integrates external help files, compares versions and much more...

There is no complex installation process, PSPad is ready to work immediately without requiring customization. The editor supports many file types and languages, with syntax highlighting. There are macros, clip files and templates to automate repetative tasks. Integrated HEX Editor, Project support, FTP Client, Macro Recorder, File Search/Replace, Code Explorer, Code page conversion... these are just some of the many features that PSPad offers.

Website.

Source code

#!/bin/bash
# Date : (2018-09-30 10-08)
# Last revision : (2018-09-30 10-08)
# Author : Kaavi.98
     
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
TITLE="PSPad"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"

POL_System_TmpCreate "PSPad"
     
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
     
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://pspad.poradna.net/release/pspad500_setup.exe"
    INSTALLER="$POL_System_TmpDir/pspad500_setup.exe"
fi
     
POL_Wine_SelectPrefix "PSPad"
POL_Wine_PrefixCreate
     
POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
POL_Wine "$INSTALLER"
     
POL_System_TmpDelete
     
POL_Shortcut "PSPad.exe" "PSPad"
     
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
Kaavi.98 Sunday 30 September 2018 at 10:09
Kaavi.98 Anonymous

Information

This update has been approved by the team.

Message

Changed link in download option. Now installer installs PSPad 5.

Differences

@@ -1,36 +1,39 @@
 #!/bin/bash
-# Date : (2016-10-02 13-21)
-# Last revision : (2016-10-05 17-50)
-# Author : daniil_filipov
- 
+# Date : (2018-09-30 10-08)
+# Last revision : (2018-09-30 10-08)
+# Author : Kaavi.98
+     
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
- 
 TITLE="PSPad"
-PREFIX="PSPad"
-
 POL_SetupWindow_Init
 POL_Debug_Init
- 
-POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
- 
-POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate
-
-POL_Call POL_Install_LunaTheme
+POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"
 
-POL_SetupWindow_InstallMethod "LOCAL"
+POL_System_TmpCreate "PSPad"
+     
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+     
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
- 
-cd "$HOME"
-POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine start /unix "$APP_ANSWER"
-POL_Wine_WaitExit "$TITLE"
- 
+    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
+    INSTALLER="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "http://pspad.poradna.net/release/pspad500_setup.exe"
+    INSTALLER="$POL_System_TmpDir/pspad500_setup.exe"
 fi
-POL_Shortcut "PSPad.exe" "$TITLE"
- 
+     
+POL_Wine_SelectPrefix "PSPad"
+POL_Wine_PrefixCreate
+     
+POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
+POL_Wine "$INSTALLER"
+     
+POL_System_TmpDelete
+     
+POL_Shortcut "PSPad.exe" "PSPad"
+     
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2018-09-30 10-08)
# Last revision : (2018-09-30 10-08)
# Author : Kaavi.98
     
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
TITLE="PSPad"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"

POL_System_TmpCreate "PSPad"
     
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
     
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://pspad.poradna.net/release/pspad500_setup.exe"
    INSTALLER="$POL_System_TmpDir/pspad500_setup.exe"
fi
     
POL_Wine_SelectPrefix "PSPad"
POL_Wine_PrefixCreate
     
POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
POL_Wine "$INSTALLER"
     
POL_System_TmpDelete
     
POL_Shortcut "PSPad.exe" "PSPad"
     
POL_SetupWindow_Close
exit

Replies

Sunday 30 June 2019 at 7:40
Script approved.
Anonymous
Monday 8 July 2019 at 20:45
Please use Wine 3.18-staging
Kaavi.98 Saturday 2 September 2017 at 20:21
Kaavi.98 Anonymous

Warning

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

Message

Working script, added download option

Deleted luna theme

 

Differences

@@ -1,36 +1,39 @@
 #!/bin/bash
 # Date : (2016-10-02 13-21)
 # Last revision : (2016-10-05 17-50)
-# Author : daniil_filipov
- 
+# Author : Kaavi.98
+    
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
- 
 TITLE="PSPad"
-PREFIX="PSPad"
-
 POL_SetupWindow_Init
 POL_Debug_Init
- 
-POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
- 
-POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate
-
-POL_Call POL_Install_LunaTheme
+POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"
 
-POL_SetupWindow_InstallMethod "LOCAL"
+POL_System_TmpCreate "PSPad"
+    
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+    
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
- 
-cd "$HOME"
-POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine start /unix "$APP_ANSWER"
-POL_Wine_WaitExit "$TITLE"
- 
+    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
+    INSTALLER="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "http://pspad.poradna.net/release/pspad462_setup.exe"
+    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
 fi
-POL_Shortcut "PSPad.exe" "$TITLE"
- 
+    
+POL_Wine_SelectPrefix "PSPad"
+POL_Wine_PrefixCreate
+    
+POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
+POL_Wine "$INSTALLER"
+    
+POL_System_TmpDelete
+    
+POL_Shortcut "PSPad.exe" "PSPad"
+    
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Last revision : (2016-10-05 17-50)
# Author : Kaavi.98
    
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
TITLE="PSPad"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"

POL_System_TmpCreate "PSPad"
    
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
    
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://pspad.poradna.net/release/pspad462_setup.exe"
    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
fi
    
POL_Wine_SelectPrefix "PSPad"
POL_Wine_PrefixCreate
    
POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
POL_Wine "$INSTALLER"
    
POL_System_TmpDelete
    
POL_Shortcut "PSPad.exe" "PSPad"
    
POL_SetupWindow_Close
exit

Replies

Kaavi.98 Saturday 2 September 2017 at 19:44
Kaavi.98 Anonymous

Warning

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

Differences

@@ -1,36 +1,40 @@
 #!/bin/bash
 # Date : (2016-10-02 13-21)
 # Last revision : (2016-10-05 17-50)
-# Author : daniil_filipov
- 
+# Author : Kaavi.98
+   
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
- 
 TITLE="PSPad"
-PREFIX="PSPad"
-
 POL_SetupWindow_Init
 POL_Debug_Init
- 
-POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
- 
-POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate
-
+POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"
+  
 POL_Call POL_Install_LunaTheme
-
-POL_SetupWindow_InstallMethod "LOCAL"
+POL_System_TmpCreate "PSPad"
+   
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+   
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
- 
-cd "$HOME"
-POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine start /unix "$APP_ANSWER"
-POL_Wine_WaitExit "$TITLE"
- 
+    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
+    INSTALLER="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "https://pspad.poradna.net/release/pspad462_setup.exe"
+    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
 fi
-POL_Shortcut "PSPad.exe" "$TITLE"
- 
+   
+POL_Wine_SelectPrefix "PSPad"
+POL_Wine_PrefixCreate
+   
+POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
+POL_Wine "$INSTALLER"
+   
+POL_System_TmpDelete
+   
+POL_Shortcut "PSPad.exe" "PSPad"
+   
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Last revision : (2016-10-05 17-50)
# Author : Kaavi.98
   
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
TITLE="PSPad"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"
  
POL_Call POL_Install_LunaTheme
POL_System_TmpCreate "PSPad"
   
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
   
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "https://pspad.poradna.net/release/pspad462_setup.exe"
    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
fi
   
POL_Wine_SelectPrefix "PSPad"
POL_Wine_PrefixCreate
   
POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
POL_Wine "$INSTALLER"
   
POL_System_TmpDelete
   
POL_Shortcut "PSPad.exe" "PSPad"
   
POL_SetupWindow_Close
exit

Replies

Kaavi.98 Saturday 2 September 2017 at 19:34
Kaavi.98 Anonymous

Warning

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

Differences

@@ -1,36 +1,40 @@
 #!/bin/bash
 # Date : (2016-10-02 13-21)
 # Last revision : (2016-10-05 17-50)
-# Author : daniil_filipov
- 
+# Author : Kaavi.98
+  
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
- 
-TITLE="PSPad"
-PREFIX="PSPad"
-
+TITLE="PSPad" 
 POL_SetupWindow_Init
 POL_Debug_Init
+POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"
  
-POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
- 
-POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate
-
 POL_Call POL_Install_LunaTheme
-
-POL_SetupWindow_InstallMethod "LOCAL"
+POL_System_TmpCreate "PSPad"
+  
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+  
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
- 
-cd "$HOME"
-POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine start /unix "$APP_ANSWER"
-POL_Wine_WaitExit "$TITLE"
- 
+    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
+    INSTALLER="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "https://www.fosshub.com/PSPad.html/pspad462_setup.exe"
+    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
 fi
-POL_Shortcut "PSPad.exe" "$TITLE"
- 
+  
+POL_Wine_SelectPrefix "PSPad"
+POL_Wine_PrefixCreate
+  
+POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
+POL_Wine "$INSTALLER"
+  
+POL_System_TmpDelete
+  
+POL_Shortcut "PSPad.exe" "PSPad"
+  
 POL_SetupWindow_Close
 exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Last revision : (2016-10-05 17-50)
# Author : Kaavi.98
  
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
TITLE="PSPad" 
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad"
 
POL_Call POL_Install_LunaTheme
POL_System_TmpCreate "PSPad"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "https://www.fosshub.com/PSPad.html/pspad462_setup.exe"
    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
fi
  
POL_Wine_SelectPrefix "PSPad"
POL_Wine_PrefixCreate
  
POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
POL_Wine "$INSTALLER"
  
POL_System_TmpDelete
  
POL_Shortcut "PSPad.exe" "PSPad"
  
POL_SetupWindow_Close
exit

Replies

Kaavi.98 Saturday 2 September 2017 at 19:32
Kaavi.98 Anonymous

Warning

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

Differences

@@ -1,36 +1,40 @@
 #!/bin/bash
 # Date : (2016-10-02 13-21)
 # Last revision : (2016-10-05 17-50)
-# Author : daniil_filipov
+# Author : Kaavi.98
  
 [ "$PLAYONLINUX" = "" ] && exit
 source "$PLAYONLINUX/lib/sources"
- 
-TITLE="PSPad"
-PREFIX="PSPad"
 
 POL_SetupWindow_Init
 POL_Debug_Init
- 
-POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
- 
-POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate
+POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad" 
 
 POL_Call POL_Install_LunaTheme
-
-POL_SetupWindow_InstallMethod "LOCAL"
+POL_System_TmpCreate "PSPad"
+ 
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+ 
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
+    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
+    INSTALLER="$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "https://www.fosshub.com/PSPad.html/pspad462_setup.exe"
+    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
+fi
+ 
+POL_Wine_SelectPrefix "PSPad"
+POL_Wine_PrefixCreate
  
-cd "$HOME"
-POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
-POL_Wine_WaitBefore "$TITLE"
-POL_Wine start /unix "$APP_ANSWER"
-POL_Wine_WaitExit "$TITLE"
+POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
+POL_Wine "$INSTALLER"
  
-fi
-POL_Shortcut "PSPad.exe" "$TITLE"
+POL_System_TmpDelete
+ 
+POL_Shortcut "PSPad.exe" "PSPad"
  
 POL_SetupWindow_Close
-exit
\ No newline at end of file
+exit

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Last revision : (2016-10-05 17-50)
# Author : Kaavi.98
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"

POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "PSPad" "Radim Fiala" "http://www.pspad.com" "Kaavi.98" "PSPad" 

POL_Call POL_Install_LunaTheme
POL_System_TmpCreate "PSPad"
 
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "PSPad Installation"
    INSTALLER="$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "https://www.fosshub.com/PSPad.html/pspad462_setup.exe"
    INSTALLER="$POL_System_TmpDir/pspad462_setup.exe"
fi
 
POL_Wine_SelectPrefix "PSPad"
POL_Wine_PrefixCreate
 
POL_SetupWindow_wait "Installation in progress." "PSPad Installation"
POL_Wine "$INSTALLER"
 
POL_System_TmpDelete
 
POL_Shortcut "PSPad.exe" "PSPad"
 
POL_SetupWindow_Close
exit

Replies

daniil_filipov Thursday 6 October 2016 at 15:54
daniil_filipov Anonymous

Warning

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

Differences

@@ -18,8 +18,19 @@
 POL_Wine_PrefixCreate
 
 POL_Call POL_Install_LunaTheme
+POL_System_TmpCreate "$PREFIX"
 
-POL_SetupWindow_InstallMethod "LOCAL"
+POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
+ 
+if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+ 
+cd "$POL_System_TmpDir"
+POL_Download "https://www.fosshub.com/PSPad.html/pspad461setup.exe" "bc9c7bec21c47f5ae3d6d6d0ffe9f495"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine start /unix "pspad461setup.exe"
+POL_Wine_WaitExit "$TITLE"
+fi
 if [ "$INSTALL_METHOD" = "LOCAL" ]
 then
  
@@ -30,6 +41,7 @@
 POL_Wine_WaitExit "$TITLE"
  
 fi
+POL_System_TmpDelete
 POL_Shortcut "PSPad.exe" "$TITLE"
  
 POL_SetupWindow_Close

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Last revision : (2016-10-05 17-50)
# Author : daniil_filipov
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="PSPad"
PREFIX="PSPad"

POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

POL_Call POL_Install_LunaTheme
POL_System_TmpCreate "$PREFIX"

POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 
if [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
 
cd "$POL_System_TmpDir"
POL_Download "https://www.fosshub.com/PSPad.html/pspad461setup.exe" "bc9c7bec21c47f5ae3d6d6d0ffe9f495"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "pspad461setup.exe"
POL_Wine_WaitExit "$TITLE"
fi
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
 
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
 
fi
POL_System_TmpDelete
POL_Shortcut "PSPad.exe" "$TITLE"
 
POL_SetupWindow_Close
exit

Replies

daniil_filipov Wednesday 5 October 2016 at 18:03
daniil_filipov Anonymous

Warning

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

Message

Please download aplication from here: http://www.pspad.com

Differences

@@ -0,0 +1,36 @@
+#!/bin/bash
+# Date : (2016-10-02 13-21)
+# Last revision : (2016-10-05 17-50)
+# Author : daniil_filipov
+ 
+[ "$PLAYONLINUX" = "" ] && exit
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="PSPad"
+PREFIX="PSPad"
+
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate
+
+POL_Call POL_Install_LunaTheme
+
+POL_SetupWindow_InstallMethod "LOCAL"
+if [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+ 
+cd "$HOME"
+POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine start /unix "$APP_ANSWER"
+POL_Wine_WaitExit "$TITLE"
+ 
+fi
+POL_Shortcut "PSPad.exe" "$TITLE"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Last revision : (2016-10-05 17-50)
# Author : daniil_filipov
 
[ "$PLAYONLINUX" = "" ] && exit
source "$PLAYONLINUX/lib/sources"
 
TITLE="PSPad"
PREFIX="PSPad"

POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com" "daniil_filipov" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

POL_Call POL_Install_LunaTheme

POL_SetupWindow_InstallMethod "LOCAL"
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
 
cd "$HOME"
POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE"
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit "$TITLE"
 
fi
POL_Shortcut "PSPad.exe" "$TITLE"
 
POL_SetupWindow_Close
exit

Replies

daniil_filipov Sunday 2 October 2016 at 13:25
daniil_filipov Anonymous

Warning

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

Differences

@@ -0,0 +1,26 @@
+#!/bin/bash
+# Date : (2016-10-02 13-21)
+# Date : (2016-10-02 13-21)
+# Wine version used : N/A
+# Distribution used to test : N/A
+# Author : Daniil_filipov
+ 
+ 
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="PSPad"
+PREFIX="PSPad"
+ 
+POL_SetupWindow_Init
+POL_Debug_Init
+ 
+POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com/" "Daniil_Filipov" "$PREFIX"
+ 
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate
+ 
+POL_Shortcut "PSPad.exe" "$TITLE"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2016-10-02 13-21)
# Date : (2016-10-02 13-21)
# Wine version used : N/A
# Distribution used to test : N/A
# Author : Daniil_filipov
 
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="PSPad"
PREFIX="PSPad"
 
POL_SetupWindow_Init
POL_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "Radim Fiala" "http://www.pspad.com/" "Daniil_Filipov" "$PREFIX"
 
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate
 
POL_Shortcut "PSPad.exe" "$TITLE"
 
POL_SetupWindow_Close
exit

Replies