VideoScribe

Informations

Créateur Messages
Paradoxis Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 7366
Wine: 1.7.22

Retours d'expérience

Description

VideoScribe

Code source

#!/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:

Contribuer
Membre Messages
balamku Lundi 1 Juin 2020 à 17:29
balamku Anonymous

Messages

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!

Réponses

Paradoxis Dimanche 20 Juillet 2014 à 0:33
Paradoxis Anonymous

Information

Cette mise à jour a été acceptée par l'équipe

Messages

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

Nouveau code source

#!/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

Réponses

Anonymous
Dimanche 20 Juillet 2014 à 0:33
This one is the real deal
Paradoxis Dimanche 20 Juillet 2014 à 0:22
Paradoxis Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

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

Nouveau code source

#!/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

Réponses

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