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

VideoScribe

Informations

Creator Message
Paradoxis Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 7365
Wine: 1.7.22

Feedbacks

Description

VideoScribe

Source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
POL_SetupWindow_Init
  
POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "Paradoxis" "MozillaFirefox"
  
POL_Wine_SelectPrefix "VideoScribe"
POL_Wine_PrefixCreate "1.7.22"
  
POL_System_TmpCreate "VideoScribe"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "VideoScribe"
    POL_SetupWindow_wait "Installation in progress." "VideoScribe installation"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://cloud-files-cdn.sparkol.com/downloads/vs/20001/VideoScribe.msi"
    POL_SetupWindow_wait "Installation in progress." "VideoScribe installation"
    POL_Wine start /unix "$POL_System_TmpDir/VideoScribe.msi"
fi
  
POL_System_TmpDelete
  
POL_Shortcut "VideoScribeDesktop.exe" "VideoScribe"
  
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribute
Member Message
balamku Monday 1 June 2020 at 17:29
balamku Anonymous

Message

Hi,

I tried the installer without success.  It seems to be build in 2014, so I downloaded the latest version of videoscribe Windows (64bit). I installed Adobe Air and the videoscribe installer installs microsoft Visual C++  2015 as a prerequistite. I can start the videoscribe.exe und type in my login Data, but it gets stuck in a pop-up which I can only close with an X. No info given in the pop-up.

Is there an update for the installer available?

 

Thanks!

Replies

Paradoxis Sunday 20 July 2014 at 0:33
Paradoxis Anonymous

Information

This update has been approved by the team.

Message

I'm not sure how to use this strange forum, sorry.

Differences

@@ -0,0 +1,34 @@
+#!/bin/bash
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+  
+POL_SetupWindow_Init
+  
+POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "Paradoxis" "MozillaFirefox"
+  
+POL_Wine_SelectPrefix "VideoScribe"
+POL_Wine_PrefixCreate "1.7.22"
+  
+POL_System_TmpCreate "VideoScribe"
+  
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+  
+if [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+    POL_SetupWindow_browse "Please select the installation file to run." "VideoScribe"
+    POL_SetupWindow_wait "Installation in progress." "VideoScribe installation"
+    POL_Wine start /unix "$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "http://cloud-files-cdn.sparkol.com/downloads/vs/20001/VideoScribe.msi"
+    POL_SetupWindow_wait "Installation in progress." "VideoScribe installation"
+    POL_Wine start /unix "$POL_System_TmpDir/VideoScribe.msi"
+fi
+  
+POL_System_TmpDelete
+  
+POL_Shortcut "VideoScribeDesktop.exe" "VideoScribe"
+  
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
POL_SetupWindow_Init
  
POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "Paradoxis" "MozillaFirefox"
  
POL_Wine_SelectPrefix "VideoScribe"
POL_Wine_PrefixCreate "1.7.22"
  
POL_System_TmpCreate "VideoScribe"
  
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
  
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "VideoScribe"
    POL_SetupWindow_wait "Installation in progress." "VideoScribe installation"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://cloud-files-cdn.sparkol.com/downloads/vs/20001/VideoScribe.msi"
    POL_SetupWindow_wait "Installation in progress." "VideoScribe installation"
    POL_Wine start /unix "$POL_System_TmpDir/VideoScribe.msi"
fi
  
POL_System_TmpDelete
  
POL_Shortcut "VideoScribeDesktop.exe" "VideoScribe"
  
POL_SetupWindow_Close
exit

Replies

Anonymous
Sunday 20 July 2014 at 0:33
This one is the real deal
Paradoxis Sunday 20 July 2014 at 0:22
Paradoxis Anonymous

Warning

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

Differences

@@ -0,0 +1,34 @@
+#!/bin/bash
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+POL_SetupWindow_Init
+ 
+POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "YourNickname" "MozillaFirefox"
+ 
+POL_Wine_SelectPrefix "VideoScribe"
+POL_Wine_PrefixCreate "1.7.22"
+ 
+POL_System_TmpCreate "VideoScribe"
+ 
+POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
+ 
+if [ "$INSTALL_METHOD" = "LOCAL" ]
+then
+    POL_SetupWindow_browse "Please select the installation file to run." "Mozilla Firefox installation"
+    POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation"
+    POL_Wine start /unix "$APP_ANSWER"
+elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
+then
+    cd "$POL_System_TmpDir"
+    POL_Download "http://mirror3.mirrors.tds.net/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox Setup 7.0.exe"
+    POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation"
+    POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe"
+fi
+ 
+POL_System_TmpDelete
+ 
+POL_Shortcut "firefox.exe" "Mozilla Firefox"
+ 
+POL_SetupWindow_Close
+exit
\ No newline at end of file

New source code

#!/bin/bash
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
POL_SetupWindow_Init
 
POL_SetupWindow_presentation "VideoScribe" "Sparkol" "http://www.videoscribe.co/" "YourNickname" "MozillaFirefox"
 
POL_Wine_SelectPrefix "VideoScribe"
POL_Wine_PrefixCreate "1.7.22"
 
POL_System_TmpCreate "VideoScribe"
 
POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD"
 
if [ "$INSTALL_METHOD" = "LOCAL" ]
then
    POL_SetupWindow_browse "Please select the installation file to run." "Mozilla Firefox installation"
    POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation"
    POL_Wine start /unix "$APP_ANSWER"
elif [ "$INSTALL_METHOD" = "DOWNLOAD" ]
then
    cd "$POL_System_TmpDir"
    POL_Download "http://mirror3.mirrors.tds.net/pub/mozilla.org/firefox/releases/latest/win32/en-US/Firefox Setup 7.0.exe"
    POL_SetupWindow_wait "Installation in progress." "Mozilla Firefox installation"
    POL_Wine start /unix "$POL_System_TmpDir/Firefox Setup 7.0.exe"
fi
 
POL_System_TmpDelete
 
POL_Shortcut "firefox.exe" "Mozilla Firefox"
 
POL_SetupWindow_Close
exit

Replies

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