iSPY
Informations
Créateur | Messages |
---|---|
kukulo
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptioniSpy is our original open source video surveillance project for Windows. iSpy runs on Windows 7 SP1 and above. iSpy requires the .net framework v4.5+. To run on windows server 2012 you will need to install media foundation. Code source#!/usr/bin/env bash [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" WINE_VERSION="6.15-staging" TITLE="iSpy surveilance system" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "iSpy surveilance system" "iSpy" "https://www.ispyconnect.com" "Kukulo" "iSPY surveillance system" POL_Wine_SelectPrefix "iSPY" POL_Wine_PrefixCreate "$WINE_VERSION" POL_System_TmpCreate "GENERAL_IE_OCX" POL_Call POL_Install_mfc42 POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "https://ispyfiles.azureedge.net/downloads/iSpy_7_2_1_0.zip" "f66ffbb738c96e6d069007151e21c317" POL_Wine_WaitBefore "$TITLE" POL_System_unzip "$POL_System_TmpDir/iSpy_7_2_1_0.zip" POL_Wine "$POL_System_TmpDir/iSpySetup.exe" elif [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE" SETUP_PATH="$APP_ANSWER" POL_Wine_WaitBefore "$TITLE" POL_Wine "$SETUP_PATH" fi POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet45 POL_Shortcut "iSpy.exe" "iSpy Surveilance system" POL_System_TmpDelete Set_OS "win7" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
kukulo | Lundi 23 Aoüt 2021 à 22:05 |
kukulo
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -0,0 +1,36 @@ +#!/usr/bin/env bash + +[ "$PLAYONLINUX" = "" ] && exit +source "$PLAYONLINUX/lib/sources" +WINE_VERSION="6.15-staging" +TITLE="iSpy surveilance system" +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "iSpy surveilance system" "iSpy" "https://www.ispyconnect.com" "Kukulo" "iSPY surveillance system" +POL_Wine_SelectPrefix "iSPY" +POL_Wine_PrefixCreate "$WINE_VERSION" +POL_System_TmpCreate "GENERAL_IE_OCX" +POL_Call POL_Install_mfc42 +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" +if [ "$INSTALL_METHOD" = "DOWNLOAD" ] +then + cd "$POL_System_TmpDir" + POL_Download "https://ispyfiles.azureedge.net/downloads/iSpy_7_2_1_0.zip" "f66ffbb738c96e6d069007151e21c317" + POL_Wine_WaitBefore "$TITLE" + POL_System_unzip "$POL_System_TmpDir/iSpy_7_2_1_0.zip" + POL_Wine "$POL_System_TmpDir/iSpySetup.exe" +elif [ "$INSTALL_METHOD" = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE" + SETUP_PATH="$APP_ANSWER" + POL_Wine_WaitBefore "$TITLE" + POL_Wine "$SETUP_PATH" +fi + +POL_Wine_WaitExit "$TITLE" +POL_Call POL_Install_dotnet45 +POL_Shortcut "iSpy.exe" "iSpy Surveilance system" +POL_System_TmpDelete +Set_OS "win7" +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/usr/bin/env bash [ "$PLAYONLINUX" = "" ] && exit source "$PLAYONLINUX/lib/sources" WINE_VERSION="6.15-staging" TITLE="iSpy surveilance system" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "iSpy surveilance system" "iSpy" "https://www.ispyconnect.com" "Kukulo" "iSPY surveillance system" POL_Wine_SelectPrefix "iSPY" POL_Wine_PrefixCreate "$WINE_VERSION" POL_System_TmpCreate "GENERAL_IE_OCX" POL_Call POL_Install_mfc42 POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ "$INSTALL_METHOD" = "DOWNLOAD" ] then cd "$POL_System_TmpDir" POL_Download "https://ispyfiles.azureedge.net/downloads/iSpy_7_2_1_0.zip" "f66ffbb738c96e6d069007151e21c317" POL_Wine_WaitBefore "$TITLE" POL_System_unzip "$POL_System_TmpDir/iSpy_7_2_1_0.zip" POL_Wine "$POL_System_TmpDir/iSpySetup.exe" elif [ "$INSTALL_METHOD" = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the install file.')" "$TITLE" SETUP_PATH="$APP_ANSWER" POL_Wine_WaitBefore "$TITLE" POL_Wine "$SETUP_PATH" fi POL_Wine_WaitExit "$TITLE" POL_Call POL_Install_dotnet45 POL_Shortcut "iSpy.exe" "iSpy Surveilance system" POL_System_TmpDelete Set_OS "win7" POL_SetupWindow_Close exit 0 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